Skip to content

Add TLSv1_3 to ssl method map #893

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

Conversation

segiddins
Copy link
Contributor

No description provided.

Signed-off-by: Samuel Giddins <[email protected]>
@rhenium
Copy link
Member

rhenium commented May 29, 2025

OpenSSL never implemented TLSv1_3_{,client_,server_}method(), as all protocol version-specific SSL_METHODs were already deprecated when OpenSSL added TLS 1.3 support.

Please use OpenSSL::SSL::SSLContext#{min,max}_version= with OpenSSL::SSL::TLS1_3_VERSION instead.

@rhenium rhenium closed this May 29, 2025
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

Successfully merging this pull request may close these issues.

2 participants