ACE_TAO icon indicating copy to clipboard operation
ACE_TAO copied to clipboard

Implemented OpenSSL 1.1.0 TLS methods and deprecated SSLv23 ones.

Open akotulu opened this issue 2 months ago • 13 comments

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.

All version-specific methods were deprecated in OpenSSL 1.1.0.

SSLv23_method

akotulu avatar Apr 30 '24 10:04 akotulu