]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
authorChristian Heimes <christian@cheimes.de>
Sun, 9 Jun 2013 16:02:55 +0000 (18:02 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 9 Jun 2013 16:02:55 +0000 (18:02 +0200)
commit6d7ad13a458afdf2cbdd0c3349b0589d7776cc8a
tree47e14221e1b28d34be82fe6a3e5fa554c03f51a1
parent302b8c31ecefba371271ca51359ef30fcb3ddbcd
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
the default locations for cafile and capath.
Doc/library/ssl.rst
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c