Commit 542125e6 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 2.7.9 release branch

parents daa491b6 fd0c92fe
...@@ -519,8 +519,8 @@ Constants ...@@ -519,8 +519,8 @@ Constants
Selects SSL version 2 as the channel encryption protocol. Selects SSL version 2 as the channel encryption protocol.
This protocol is not available if OpenSSL is compiled with OPENSSL_NO_SSL2 This protocol is not available if OpenSSL is compiled with the
flag. ``OPENSSL_NO_SSL2`` flag.
.. warning:: .. warning::
...@@ -530,6 +530,9 @@ Constants ...@@ -530,6 +530,9 @@ Constants
Selects SSL version 3 as the channel encryption protocol. 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:: .. warning::
SSL version 3 is insecure. Its use is highly discouraged. 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