Skip to content

Commit

Permalink
Release openssl v0.10.69
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jan 25, 2025
1 parent f6f74af commit b5fb360
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions openssl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

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

### Fixed

* Fixed the version constraint on `openssl-macros`.

### Added

* Added `SslContextBuilder::load_verify_locations`.
* Added `Hasher::squeeze_xof`.
* Added `SslContextBuilder::set_alpn_select_callback` support for boringssl.

## [v0.10.68] - 2024-10-16

### 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.68"
version = "0.10.69"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
Expand Down

0 comments on commit b5fb360

Please sign in to comment.