Commit df4c986f authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #13747: fix SSL compatibility table.

parent 4a7e0c89
...@@ -116,7 +116,7 @@ Functions, Constants, and Exceptions ...@@ -116,7 +116,7 @@ Functions, Constants, and Exceptions
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1** *client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
------------------------ --------- --------- ---------- --------- ------------------------ --------- --------- ---------- ---------
*SSLv2* yes no yes no *SSLv2* yes no yes no
*SSLv3* yes yes yes no *SSLv3* no yes yes no
*SSLv23* yes no yes no *SSLv23* yes no yes no
*TLSv1* no no yes yes *TLSv1* no no yes yes
======================== ========= ========= ========== ========= ======================== ========= ========= ========== =========
......
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