Skip to content

Commit a4d399b

Browse files
committed
Release openssl v0.10.70
1 parent c9a33e2 commit a4d399b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

openssl/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

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+
515
## [v0.10.69] - 2025-01-25
616

717
### Fixed

openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl"
3-
version = "0.10.69"
3+
version = "0.10.70"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"

0 commit comments

Comments
 (0)