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 support #21

Closed
grahamedgecombe opened this issue Apr 25, 2017 · 1 comment
Closed

TLS 1.3 support #21

grahamedgecombe opened this issue Apr 25, 2017 · 1 comment
Milestone

Comments

@grahamedgecombe
Copy link
Owner

I've started looking at implementing this.

Looks like the first thing to do is to replace SSL_CTX_add_server_custom_ext with SSL_CTX_add_custom_ext on OpenSSL >= 1.1.1. This will allow us to drop the SSL_EXT_TLS1_2_AND_BELOW_ONLY flag.

@grahamedgecombe grahamedgecombe added this to the v1.4.0 milestone May 1, 2017
@grahamedgecombe
Copy link
Owner Author

Done in 8b53397

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

No branches or pull requests

1 participant