We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f74af commit b5fb360Copy full SHA for b5fb360
openssl/CHANGELOG.md
@@ -2,6 +2,18 @@
2
3
## [Unreleased]
4
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
17
## [v0.10.68] - 2024-10-16
18
19
### Fixed
openssl/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "openssl"
-version = "0.10.68"
+version = "0.10.69"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
0 commit comments