Loading openssl/CHANGELOG.md +9 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.10.54] - 2023-05-31 ### Fixed * `PKey::private_key_to_pkcs8_passphrase` no longer panics if a `passphrase` contains a NUL byte. ## [v0.10.53] - 2023-05-30 ### Added Loading Loading @@ -755,8 +761,9 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...master [v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...master [v0.10.54]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54 [v0.10.53]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53 [v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52 [v0.10.51]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51 [v0.10.50]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50 Loading openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.53" version = "0.10.54" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading Loading
openssl/CHANGELOG.md +9 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.10.54] - 2023-05-31 ### Fixed * `PKey::private_key_to_pkcs8_passphrase` no longer panics if a `passphrase` contains a NUL byte. ## [v0.10.53] - 2023-05-30 ### Added Loading Loading @@ -755,8 +761,9 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...master [v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...master [v0.10.54]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54 [v0.10.53]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53 [v0.10.52]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.51...openssl-v0.10.52 [v0.10.51]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.50...openssl-v0.10.51 [v0.10.50]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.49...openssl-v0.10.50 Loading
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.53" version = "0.10.54" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading