Loading openssl-sys/CHANGELOG.md +14 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,17 @@ ## [Unreleased] ## [v0.9.95] - 2023-11-03 ### Changed * Fixed the availability of `EVP_PKEY_RSA_PSS` on OpenSSL ### Added * Added support for LibreSSL 3.8.x. * Added `NID_chacha20_poly1305` ## [v0.9.94] - 2023-11-01 ### Changed Loading Loading @@ -522,8 +533,9 @@ Fixed builds against OpenSSL built with `no-cast`. * Added `X509_verify` and `X509_REQ_verify`. * Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94..master [v0.9.93]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95..master [v0.9.95]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95 [v0.9.94]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94 [v0.9.93]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.92...openssl-sys-v0.9.93 [v0.9.92]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.91...openssl-sys-v0.9.92 [v0.9.91]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.91 Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.94" version = "0.9.95" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading openssl/CHANGELOG.md +13 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,16 @@ ## [Unreleased] ## [v0.10.59] - 2023-11-03 ### Added * Added `Nid::CHACHA20_POLY1305` ### Changed * Fixed the availability of `Id::RSA_PSS` on OpenSSL ## [v0.10.58] - 2023-11-01 ### Added Loading Loading @@ -815,8 +825,9 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...master [v0.10.57]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...master [v0.10.59]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 [v0.10.58]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58 [v0.10.57]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...openssl-v0.10.57 [v0.10.56]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.56 [v0.10.55]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55 Loading openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.58" version = "0.10.59" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading Loading @@ -30,7 +30,7 @@ libc = "0.2" once_cell = "1.5.2" openssl-macros = { version = "0.1.0", path = "../openssl-macros" } ffi = { package = "openssl-sys", version = "0.9.94", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.95", path = "../openssl-sys" } [dev-dependencies] hex = "0.3" Loading
openssl-sys/CHANGELOG.md +14 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,17 @@ ## [Unreleased] ## [v0.9.95] - 2023-11-03 ### Changed * Fixed the availability of `EVP_PKEY_RSA_PSS` on OpenSSL ### Added * Added support for LibreSSL 3.8.x. * Added `NID_chacha20_poly1305` ## [v0.9.94] - 2023-11-01 ### Changed Loading Loading @@ -522,8 +533,9 @@ Fixed builds against OpenSSL built with `no-cast`. * Added `X509_verify` and `X509_REQ_verify`. * Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94..master [v0.9.93]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95..master [v0.9.95]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95 [v0.9.94]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93...openssl-sys-v0.9.94 [v0.9.93]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.92...openssl-sys-v0.9.93 [v0.9.92]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.91...openssl-sys-v0.9.92 [v0.9.91]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.91 Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.94" version = "0.9.95" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading
openssl/CHANGELOG.md +13 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,16 @@ ## [Unreleased] ## [v0.10.59] - 2023-11-03 ### Added * Added `Nid::CHACHA20_POLY1305` ### Changed * Fixed the availability of `Id::RSA_PSS` on OpenSSL ## [v0.10.58] - 2023-11-01 ### Added Loading Loading @@ -815,8 +825,9 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...master [v0.10.57]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58 [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...master [v0.10.59]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 [v0.10.58]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58 [v0.10.57]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.56...openssl-v0.10.57 [v0.10.56]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.55...openssl-v0.10.56 [v0.10.55]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55 Loading
openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.58" version = "0.10.59" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading Loading @@ -30,7 +30,7 @@ libc = "0.2" once_cell = "1.5.2" openssl-macros = { version = "0.1.0", path = "../openssl-macros" } ffi = { package = "openssl-sys", version = "0.9.94", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.95", path = "../openssl-sys" } [dev-dependencies] hex = "0.3"