Commit ac8bfcac authored by Antoine Pitrou's avatar Antoine Pitrou

Issue #13747: fix SSL compatibility table.

parent 84a2edcd
......@@ -121,7 +121,7 @@ instead.
*client* / **server** **SSLv2** **SSLv3** **SSLv23** **TLSv1**
------------------------ --------- --------- ---------- ---------
*SSLv2* yes no yes no
*SSLv3* yes yes yes no
*SSLv3* no yes yes no
*SSLv23* yes no yes no
*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