Skip to content

Replace SSLv23 methods with TLS methods#487

Closed
bilias wants to merge 1 commit into
NLnetLabs:masterfrom
bilias:tls_method
Closed

Replace SSLv23 methods with TLS methods#487
bilias wants to merge 1 commit into
NLnetLabs:masterfrom
bilias:tls_method

Conversation

@bilias

@bilias bilias commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

With openssl/openssl#30128 OpenSSL v 4.0 has fixed TLS version methods removed.

SSLv23_method(), SSLv23_server_method() and SSLv23_client_method() were deprecated
and the preferred TLS_method(), TLS_server_method() and TLS_client_method()
functions were added in OpenSSL 1.1.0.

Aliases were created 11 years ago.
(https://github.com/openssl/openssl/blob/d099e33e5733bb9d3975fc4f3ac4a85b6ed1a4cb/include/openssl/ssl.h.in#L2044-L2046)

@bilias

bilias commented Jun 6, 2026

Copy link
Copy Markdown
Contributor Author

New PR #490

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.

1 participant