]> granicus.if.org Git - python/commit
bpo-23033: Improve SSL Certificate handling (GH-937)
authorMandeep Singh <daxlab@users.noreply.github.com>
Sun, 26 Nov 2017 22:31:27 +0000 (04:01 +0530)
committerMariatta <Mariatta@users.noreply.github.com>
Sun, 26 Nov 2017 22:31:27 +0000 (14:31 -0800)
commitede2ac913eba47131ee1bbc37a9aea344d678576
treeb4270e8572769876e6da0786db280a6a0ed05639
parent0cd2e81bea639828d7c9a7afc61fb1da9699492c
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.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/ACKS
Misc/NEWS.d/next/Library/2017-11-26-17-00-52.bpo-23033.YGXRWT.rst [new file with mode: 0644]