Commit fd0c92fe authored by Benjamin Peterson's avatar Benjamin Peterson

note that sslv3 may not be available

parent 60766c47
......@@ -520,8 +520,8 @@ Constants
Selects SSL version 2 as the channel encryption protocol.
This protocol is not available if OpenSSL is compiled with OPENSSL_NO_SSL2
flag.
This protocol is not available if OpenSSL is compiled with the
``OPENSSL_NO_SSL2`` flag.
.. warning::
......@@ -531,6 +531,9 @@ Constants
Selects SSL version 3 as the channel encryption protocol.
This protocol is not be available if OpenSSL is compiled with the
``OPENSSL_NO_SSLv3`` flag.
.. warning::
SSL version 3 is insecure. Its use is highly discouraged.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment