Skip to content

Commit 9ca6cfe

Browse files
committed
Release openssl v0.10.73 and openssl-sys v0.9.109
1 parent c42d49c commit 9ca6cfe

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

openssl-sys/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [v0.9.109] - 2025-05-28
6+
7+
### Fixed
8+
9+
* Fixed building with `vcpkg`, a statically linked OpenSSL, and rust 1.87.0.
10+
* Fixed building on the latest BoringSSL.
11+
512
## [v0.9.108] - 2025-04-30
613

714
### Added
@@ -648,7 +655,8 @@ Fixed builds against OpenSSL built with `no-cast`.
648655
* Added `X509_verify` and `X509_REQ_verify`.
649656
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
650657

651-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.108..master
658+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.109..master
659+
[v0.9.109]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.108...openssl-sys-v0.9.109
652660
[v0.9.108]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.107...openssl-sys-v0.9.108
653661
[v0.9.107]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.106...openssl-sys-v0.9.107
654662
[v0.9.106]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.105...openssl-sys-v0.9.106

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.108"
3+
version = "0.9.109"
44
authors = [
55
"Alex Crichton <[email protected]>",
66
"Steven Fackler <[email protected]>",

openssl/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## [v0.10.73] - 2025-05-28
6+
7+
### Fixed
8+
9+
* Fixed building on the latest BoringSSL.
10+
11+
### Changed
12+
13+
* Replaced ctest2 with ctest in systest.
14+
515
## [v0.10.72] - 2025-04-04
616

717
### Fixed
@@ -969,7 +979,8 @@
969979

970980
Look at the [release tags] for information about older releases.
971981

972-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...master
982+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.73...master
983+
[v0.10.73]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.73
973984
[v0.10.72]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72
974985
[v0.10.71]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71
975986
[v0.10.70]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70

openssl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl"
3-
version = "0.10.72"
3+
version = "0.10.73"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "Apache-2.0"
66
description = "OpenSSL bindings"
@@ -32,7 +32,7 @@ libc = "0.2"
3232
once_cell = "1.5.2"
3333

3434
openssl-macros = { version = "0.1.1", path = "../openssl-macros" }
35-
ffi = { package = "openssl-sys", version = "0.9.107", path = "../openssl-sys" }
35+
ffi = { package = "openssl-sys", version = "0.9.109", path = "../openssl-sys" }
3636

3737
[dev-dependencies]
3838
hex = "0.4"

0 commit comments

Comments
 (0)