Skip to content

Commit 1e1da5b

Browse files
committed
Release 0.4.0
1 parent 1b2f8e2 commit 1e1da5b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 0.3.0
27

38
* Added support for loading extra CA certificates via `SSLContext.load_verify_locations()`.

src/truststore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
from ._api import SSLContext # noqa: E402
1010

1111
__all__ = ["SSLContext"]
12-
__version__ = "0.3.0"
12+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)