Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow2 ui qt5 compat #1407

Closed
wants to merge 4 commits into from
Closed

Flow2 ui qt5 compat #1407

wants to merge 4 commits into from

Commits on Sep 6, 2019

  1. Use newer digest algorithms in TLS error dialog

    MD5 has been broken for a long time now and SHA1 has been
    deprecated as well. SHA1 is not used when issuing new
    publicly trusted certificates since 1 January 2016[1] and
    there are more and more effective attacks[2][3] against it,
    so display SHA1 fingerprint only for old certificates
    to encourage use of safer digests by users.
    
    So, we display SHA-256 and SHA-512 fingerprints instead in
    the common case.
    
    [1] https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.6.5.pdf
    [2] https://shattered.io/static/shattered.pdf
    [3] https://eprint.iacr.org/2019/459.pdf
    
    Signed-off-by: Martin Sucha <git@mm.ms47.eu>
    martin-sucha authored and misch7 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    bbb295f View commit details
    Browse the repository at this point in the history
  2. UNSTABLE test Manz: stop crashing

    Signed-off-by: Michael Schuster <michael@schuster.ms>
    misch7 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    09bbc4e View commit details
    Browse the repository at this point in the history
  3. UNSTABLE workaround Manz: remove double-slashes

    Signed-off-by: Michael Schuster <michael@schuster.ms>
    misch7 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    92d086e View commit details
    Browse the repository at this point in the history
  4. Qt5.5 compatiblity patch for login flow V2 + UI improvment

    Removes the right-click function for the "Re-open browser" buttons because
    they are not intuitive for the user.
    
    Adds a dedicated "Copy link" button.
    
    Implements Qt 5.5 fixes based on: #1392
    
    Signed-off-by: Michael Schuster <michael@schuster.ms>
    misch7 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    2608f86 View commit details
    Browse the repository at this point in the history