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 #64

Open
StephenWall opened this issue Jan 30, 2024 · 0 comments
Open

TLS 1.3 support #64

StephenWall opened this issue Jan 30, 2024 · 0 comments

Comments

@StephenWall
Copy link

While OpenSSL 3 is now supported, there is no mechanism provided for setting which ciphers to use for TLS 1.3. OpenSSL sets these separately (via SSL_CTX_set_ciphersuites()) than for TLS 1.2 and lower (SSL_CTX_set_cipher_list()). See https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html

Most applications I've encountered introduced a new keyword for TLS 1.3 ciphers, but at least one just has you include them in the existing keyword, and it separates them itself. Either is viable.

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