Skip to content

Commit

Permalink
Release openssl v0.10.70
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 2, 2025
1 parent c9a33e2 commit a4d399b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions openssl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [v0.10.70] - 2025-02-02

### Fixed

* Fixed improper lifetime constraints in `ssl::select_next_proto` that allowed a use after free.

### Added

* Added `SslMethod::dtls_client` and `SslMethod::dtls_server`.

## [v0.10.69] - 2025-01-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssl"
version = "0.10.69"
version = "0.10.70"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand Down

0 comments on commit a4d399b

Please sign in to comment.