summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMandeep Singh <daxlab@users.noreply.github.com>2017-11-27 04:01:27 +0530
committerMariatta <Mariatta@users.noreply.github.com>2017-11-26 14:31:27 -0800
commitede2ac913eba47131ee1bbc37a9aea344d678576 (patch)
treeb4270e8572769876e6da0786db280a6a0ed05639 /Doc
parent0cd2e81bea639828d7c9a7afc61fb1da9699492c (diff)
downloadcpython-git-ede2ac913eba47131ee1bbc37a9aea344d678576.tar.gz
bpo-23033: Improve SSL Certificate handling (GH-937)
Wildcard is now supported in hostname when it is one and only character in the leftmost segment.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/ssl.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/ssl.rst b/Doc/library/ssl.rst
index 9b3bdd5489..45bb65ff07 100644
--- a/Doc/library/ssl.rst
+++ b/Doc/library/ssl.rst
@@ -429,6 +429,10 @@ Certificate handling
Matching of IP addresses, when present in the subjectAltName field
of the certificate, is now supported.
+ .. versionchanged:: 3.7
+ Allow wildcard when it is the leftmost and the only character
+ in that segment.
+
.. function:: cert_time_to_seconds(cert_time)
Return the time in seconds since the Epoch, given the ``cert_time``