diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-09 17:03:31 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-09 17:03:31 (GMT) |
commit | 46bebee25f8cdbec6bbee04fdf9681edf0155c5b (patch) | |
tree | 1efc519de6a189022c18f84d46c234fa48bf55ff /Misc | |
parent | 142ec2c0149995c8d2299eaf6eccec9c69d6110b (diff) | |
download | cpython-46bebee25f8cdbec6bbee04fdf9681edf0155c5b.zip cpython-46bebee25f8cdbec6bbee04fdf9681edf0155c5b.tar.gz cpython-46bebee25f8cdbec6bbee04fdf9681edf0155c5b.tar.bz2 |
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,8 @@ Core and Builtins Library ------- +- Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store. + - Issue #18143: Implement ssl.get_default_verify_paths() in order to debug the default locations for cafile and capath. |