Skip to content

Commit 709a8a5

Browse files
committed
Release rustls-0.2.2.0
1 parent 4b9c1ea commit 709a8a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rustls/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision history for rustls
22

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+
39
## 0.2.1.0 -- 30.12.2024
410

511
* Add `use-pkg-config` flag (enabled by default).

rustls/rustls.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: rustls
3-
version: 0.2.1.0
3+
version: 0.2.2.0
44
synopsis: TLS bindings for Rustls
55
description:
66
TLS bindings for [Rustls](https://github.com/rustls/rustls)

0 commit comments

Comments
 (0)