Skip to content

ACE 7.0.3 has TLS support been dropped? #1698

Answered by ferchor2003
ferchor2003 asked this question in Q&A
Discussion options

You must be logged in to vote

Answering myself:
ACE_SSL_Context::SSLv23 is used to negotiate the actual protocol version to the highest version mutually supported by the client and the server.
The supported protocols are SSLv3, TLSv1, TLSv1.1 and TLSv1.2.
ACE 7.0.3 uses OpenSSL functions SSLv23_method(), SSLv23_server_method() and SSLv23_client_method() which are deprecated (nut still works!)
Should use TLS_method(), TLS_server_method(), TLS_client_method() instead.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ferchor2003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant