Issue #13747: fix SSL compatibility table.

This commit is contained in:
Antoine Pitrou 2012-01-09 21:43:18 +01:00
parent 4a7e0c896c
commit df4c986f9e
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Functions, Constants, and Exceptions
*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
======================== ========= ========= ========== =========