[Python-checkins] cpython (2.7): Issue #13747: fix SSL compatibility table.
antoine.pitrou
python-checkins at python.org
Mon Jan 9 21:44:57 CET 2012
http://hg.python.org/cpython/rev/4f14c249f3de
changeset: 74311:4f14c249f3de
branch: 2.7
user: Antoine Pitrou <solipsis at pitrou.net>
date: Mon Jan 09 21:43:18 2012 +0100
summary:
Issue #13747: fix SSL compatibility table.
files:
Doc/library/ssl.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -116,7 +116,7 @@
*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
======================== ========= ========= ========== =========
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list