summaryrefslogtreecommitdiffstats
path: root/Doc/library/ssl.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-04-28 17:23:55 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-04-28 17:23:55 (GMT)
commit15399c3f09cfe779c1d55c0773db31824504ea31 (patch)
treeb10dfaa6543c1c2116c6098150ef4cb112b5df68 /Doc/library/ssl.rst
parent9c39f3c4ec0cfc3655b95c3637c4222ecb173f33 (diff)
downloadcpython-15399c3f09cfe779c1d55c0773db31824504ea31.zip
cpython-15399c3f09cfe779c1d55c0773db31824504ea31.tar.gz
cpython-15399c3f09cfe779c1d55c0773db31824504ea31.tar.bz2
Issue #11811: ssl.get_server_certificate() is now IPv6-compatible. Patch
by Charles-François Natali.
Diffstat (limited to 'Doc/library/ssl.rst')
-rw-r--r--Doc/library/ssl.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 011d378..a20cabc 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -239,6 +239,9 @@ Certificate handling
will attempt to validate the server certificate against that set of root
certificates, and will fail if the validation attempt fails.
+ .. versionchanged:: 3.3
+ This function is now IPv6-compatible.
+
.. function:: DER_cert_to_PEM_cert(DER_cert_bytes)
Given a certificate as a DER-encoded blob of bytes, returns a PEM-encoded