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

TLS 1.3 probes missing #40

Open
tomato42 opened this issue May 13, 2018 · 0 comments
Open

TLS 1.3 probes missing #40

tomato42 opened this issue May 13, 2018 · 0 comments

Comments

@tomato42
Copy link
Collaborator

TLS 1.3 adds multiple extensions and new ciphers

  • the generic probe should include the extensions and ciphers necessary for TLS 1.3 negotiation
    • note that support for different draft versions can be used to differentiate between versions of the same server
  • handling malformed TLS 1.3 extensions can be different between implementations

given that the negotiated version in the newest draft is sent in extension, so the format will need to be extended to provide that value to the client

in older draft versions HelloRetryRequest is a separate handshake message, I wonder if we should extend the parser to be able to handle it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant