We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a33e2 commit a4d399bCopy full SHA for a4d399b
openssl/CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## [Unreleased]
4
5
+## [v0.10.70] - 2025-02-02
6
+
7
+### Fixed
8
9
+* Fixed improper lifetime constraints in `ssl::select_next_proto` that allowed a use after free.
10
11
+### Added
12
13
+* Added `SslMethod::dtls_client` and `SslMethod::dtls_server`.
14
15
## [v0.10.69] - 2025-01-25
16
17
### Fixed
openssl/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "openssl"
-version = "0.10.69"
+version = "0.10.70"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
0 commit comments