We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b2f8e2 commit 1e1da5bCopy full SHA for 1e1da5b
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.4.0
2
+
3
+* Added more descriptive error messages to `ssl.SSLCertVerificationError` determined by the OS on macOS and Windows.
4
+* Changed Windows to follow `SSLContext.verify_flags` for strictly checking CRLs instead of checking CRLs strictly by default.
5
6
# 0.3.0
7
8
* Added support for loading extra CA certificates via `SSLContext.load_verify_locations()`.
src/truststore/__init__.py
@@ -9,4 +9,4 @@
9
from ._api import SSLContext # noqa: E402
10
11
__all__ = ["SSLContext"]
12
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments