Skip to content

Commit 4b4a344

Browse files
authored
Merge pull request #1942 from alex/openssl-release
Version bump for openssl v0.10.54 release
2 parents b811d71 + 68ff80a commit 4b4a344

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

openssl/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v0.10.54] - 2023-05-31
6+
7+
### Fixed
8+
9+
* `PKey::private_key_to_pkcs8_passphrase` no longer panics if a `passphrase` contains a NUL byte.
10+
511
## [v0.10.53] - 2023-05-30
612

713
### Added
@@ -755,8 +761,9 @@
755761

756762
Look at the [release tags] for information about older releases.
757763

758-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...master
759-
[v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
764+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...master
765+
[v0.10.54]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54
766+
[v0.10.53]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
760767
[v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52
761768
[v0.10.51]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51
762769
[v0.10.50]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50

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

0 commit comments

Comments
 (0)