]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8813: Add SSLContext.verify_flags to change the verification flags
authorChristian Heimes <christian@cheimes.de>
Thu, 21 Nov 2013 22:56:13 +0000 (23:56 +0100)
committerChristian Heimes <christian@cheimes.de>
Thu, 21 Nov 2013 22:56:13 +0000 (23:56 +0100)
commit225877917e002df4b2d87e965ddd30226aa209ec
tree490f75626736e430908c8d1550a91f91c69b7fd7
parente079eddf2117c0af2724fcd39df639ec60c07c64
Issue #8813: Add SSLContext.verify_flags to change the verification flags
of the context in order to enable certification revocation list (CRL)
checks or strict X509 rules.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/make_ssl_certs.py
Lib/test/revocation.crl [new file with mode: 0644]
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c