]> granicus.if.org Git - python/commit
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)
authorChristian Heimes <christian@python.org>
Fri, 15 Sep 2017 18:29:57 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2017 18:29:57 +0000 (20:29 +0200)
commite82c034496512139e9ea3f68ceda86c04bc7baab
tree1fab1d26c6edba33d400598e705dd7269cf77e12
parenta170fa162dc03f0a014373349e548954fff2e567
bpo-31431: SSLContext.check_hostname auto-sets CERT_REQUIRED (#3531)

Signed-off-by: Christian Heimes <christian@python.org>
Doc/library/ssl.rst
Lib/test/test_ssl.py
Misc/NEWS.d/next/Library/2017-09-13-07-37-20.bpo-31431.dj994R.rst [new file with mode: 0644]
Modules/_ssl.c