Loading openssl-sys/CHANGELOG.md +14 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ ## [Unreleased] ## [v0.9.98] - 2023-12-22 ### Added * Added `RAND_priv_bytes`. * Added `NID_brainpoolP320r1`. ### Changed * `X509_PURPOSE_get0` now returns a `const` pointer on LibreSSL 3.9.0+. * `X509V3_EXT_add_alias` is removed on LibreSSL 3.9.0+. ## [v0.9.97] - 2023-12-04 ### Changed Loading Loading @@ -555,7 +567,8 @@ 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.97..master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98..master [v0.9.98]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98 [v0.9.97]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97 [v0.9.96]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95...openssl-sys-v0.9.96 [v0.9.95]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95 Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.97" version = "0.9.98" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading openssl/CHANGELOG.md +13 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,17 @@ ## [Unreleased] ## [v0.10.62] - 2023-12-22 ### Added * Added `Nid::BRAINPOOL_P320R1` * Added `rand_priv_bytes` ### Fixed * Fixed building on the latest version of BoringSSL ## [v0.10.61] - 2023-12-04 ### Changed Loading Loading @@ -858,7 +869,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...master [v0.10.62]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62 [v0.10.61]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61 [v0.10.60]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60 [v0.10.59]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 Loading openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.61" version = "0.10.62" 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.97", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.98", path = "../openssl-sys" } [dev-dependencies] hex = "0.3" Loading
openssl-sys/CHANGELOG.md +14 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,18 @@ ## [Unreleased] ## [v0.9.98] - 2023-12-22 ### Added * Added `RAND_priv_bytes`. * Added `NID_brainpoolP320r1`. ### Changed * `X509_PURPOSE_get0` now returns a `const` pointer on LibreSSL 3.9.0+. * `X509V3_EXT_add_alias` is removed on LibreSSL 3.9.0+. ## [v0.9.97] - 2023-12-04 ### Changed Loading Loading @@ -555,7 +567,8 @@ 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.97..master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98..master [v0.9.98]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98 [v0.9.97]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.96...openssl-sys-v0.9.97 [v0.9.96]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.95...openssl-sys-v0.9.96 [v0.9.95]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95 Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.97" version = "0.9.98" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading
openssl/CHANGELOG.md +13 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,17 @@ ## [Unreleased] ## [v0.10.62] - 2023-12-22 ### Added * Added `Nid::BRAINPOOL_P320R1` * Added `rand_priv_bytes` ### Fixed * Fixed building on the latest version of BoringSSL ## [v0.10.61] - 2023-12-04 ### Changed Loading Loading @@ -858,7 +869,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.62...master [v0.10.62]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62 [v0.10.61]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61 [v0.10.60]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60 [v0.10.59]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59 Loading
openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.61" version = "0.10.62" 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.97", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.98", path = "../openssl-sys" } [dev-dependencies] hex = "0.3"