Skip to content

Commit b5fb360

Browse files
committed
Release openssl v0.10.69
1 parent f6f74af commit b5fb360

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

openssl/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## [v0.10.69] - 2025-01-25
6+
7+
### Fixed
8+
9+
* Fixed the version constraint on `openssl-macros`.
10+
11+
### Added
12+
13+
* Added `SslContextBuilder::load_verify_locations`.
14+
* Added `Hasher::squeeze_xof`.
15+
* Added `SslContextBuilder::set_alpn_select_callback` support for boringssl.
16+
517
## [v0.10.68] - 2024-10-16
618

719
### 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.68"
3+
version = "0.10.69"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"

0 commit comments

Comments
 (0)