Skip to content

Commit 3298d68

Browse files
6.0.2
1 parent 4589451 commit 3298d68

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ktls/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [6.0.2](https://github.com/rustls/ktls/compare/ktls-v6.0.1...ktls-v6.0.2) - 2025-04-07
4+
5+
### Other
6+
7+
- Make CryptoInfo public to enable asynchronous kTLS setup via io-uring or any mechanism other
8+
than ktls's default synchronous `setsockopt` call, cf. <https://github.com/rustls/ktls/pull/54>
9+
310
## [6.0.1](https://github.com/rustls/ktls/compare/ktls-v6.0.0...ktls-v6.0.1) - 2024-09-26
411

512
### Other
@@ -100,4 +107,4 @@ buffered.
100107

101108
## 1.0.1 (2022-10-21)
102109

103-
Initial release.
110+
Initial release.

ktls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ktls"
3-
version = "6.0.1"
3+
version = "6.0.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rustls/ktls"

0 commit comments

Comments
 (0)