We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9c1ea commit 709a8a5Copy full SHA for 709a8a5
rustls/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for rustls
2
3
+## 0.2.2.0 -- 25.03.2025
4
+
5
+ * Use rustls-ffi 0.15.0.
6
+ * Allow to get the handshake kind and the negotiated key exchange group.
7
+ * Allow to enforce CRL expiry.
8
9
## 0.2.1.0 -- 30.12.2024
10
11
* Add `use-pkg-config` flag (enabled by default).
rustls/rustls.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: rustls
-version: 0.2.1.0
+version: 0.2.2.0
synopsis: TLS bindings for Rustls
description:
TLS bindings for [Rustls](https://github.com/rustls/rustls)
0 commit comments