We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1407864 commit 6fa65abCopy full SHA for 6fa65ab
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 0.9.2
2
+
3
+* Fixed an issue where implementations supporting Python 3.10 but not the peer certificate chain APIs
4
+ would fail during the handshake instead of when importing the `truststore` module. The module
5
+ now raises an error immediately instead of on first handshake. This was added for the GraalPy
6
+ implementation specifically, but there may be others.
7
8
# 0.9.1
9
10
* Fixed an issue for CPython 3.13 where `ssl.SSLSocket` and `ssl.SSLObject` certificate
0 commit comments