note that sslv3 may not be available

This commit is contained in:
Benjamin Peterson 2014-12-06 11:36:32 -05:00
parent e32467cf6a
commit b92fd01189
1 changed files with 5 additions and 2 deletions

View File

@ -538,8 +538,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::
@ -549,6 +549,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.