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

Certificate selection for TLS13 #302

Closed
wants to merge 7 commits into from
Closed

Certificate selection for TLS13 #302

wants to merge 7 commits into from

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    55981f5 View commit details
    Browse the repository at this point in the history
  2. Use extension "signature_algorithms_cert"

    Defined in RFC 8446 section 4.2.3 and applicable to TLS12 and TLS13.
    When not available, extension "signature_algorithms" is used instead.
    ocheron committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    07c0467 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b63c884 View commit details
    Browse the repository at this point in the history
  4. Fallback SCSV fix

    Since clientVersion cannot be TLS13, we must compare it to TLS12.
    ocheron committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    0e6eec6 View commit details
    Browse the repository at this point in the history
  5. Eta reduction

    ocheron committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7e60f5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53a45b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    5a68bc0 View commit details
    Browse the repository at this point in the history