summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd54ea6..bada878 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.