Loading openssl-sys/CHANGELOG.md +16 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,20 @@ ## [Unreleased] ## [v0.9.94] - 2023-11-01 ### Changed * `X509_ALGOR` is now opaque on new LibreSSL releases ### Added * Added support for building with `OPENSSL_NO_SCRYPT` * Added `EVP_PKEY_RSA_PSS` and `EVP_PKEY_DHX` * Functions and constants for using HKDF `EVP_PKEY` are now available on LibreSSL. * Added `SSL_CTX_set_security_level`, `SSL_set_security_level`, `SSL_CTX_get_security_level`, `SSL_get_security_level` * Added `X509_check_host`, `X509_check_email`, `X509_check_ip`, `X509_check_ip_asc` ## [v0.9.93] - 2023-09-04 ### Changed Loading Loading @@ -508,7 +522,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.93..master [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 [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.93" version = "0.9.94" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading openssl/CHANGELOG.md +20 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,24 @@ ## [Unreleased] ## [v0.10.58] - 2023-11-01 ### Added * Added `Id::{RSA_PSS,DHX}` constants * Added `SslContextBuilder::set_security_level` * Added `SslContextRef::security_level` * Added `SslRef::set_security_level`, `SslRef::security_level` * Added `Cipher::{camellia_128_cbc, camellia_192_cbc, camellia_256_cbc, cast5_cbc, idea_cbc}` * Added `X509CrlRef::extension` * Added `X509PurposeId::CODE_SIGN` ### Changed * `Pkey` HKDF functionality now works on LibreSSL * `BigNum::mod_sqrt` is now available on all OpenSSLs * `MessageDigest::sha3*` are now available on LibreSSL ## [v0.10.57] - 2023-08-27 ### Added Loading Loading @@ -797,7 +815,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...master [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 [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.57" version = "0.10.58" 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.92", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.94", path = "../openssl-sys" } [dev-dependencies] hex = "0.3" Loading
openssl-sys/CHANGELOG.md +16 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,20 @@ ## [Unreleased] ## [v0.9.94] - 2023-11-01 ### Changed * `X509_ALGOR` is now opaque on new LibreSSL releases ### Added * Added support for building with `OPENSSL_NO_SCRYPT` * Added `EVP_PKEY_RSA_PSS` and `EVP_PKEY_DHX` * Functions and constants for using HKDF `EVP_PKEY` are now available on LibreSSL. * Added `SSL_CTX_set_security_level`, `SSL_set_security_level`, `SSL_CTX_get_security_level`, `SSL_get_security_level` * Added `X509_check_host`, `X509_check_email`, `X509_check_ip`, `X509_check_ip_asc` ## [v0.9.93] - 2023-09-04 ### Changed Loading Loading @@ -508,7 +522,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.93..master [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 [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.93" version = "0.9.94" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading
openssl/CHANGELOG.md +20 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,24 @@ ## [Unreleased] ## [v0.10.58] - 2023-11-01 ### Added * Added `Id::{RSA_PSS,DHX}` constants * Added `SslContextBuilder::set_security_level` * Added `SslContextRef::security_level` * Added `SslRef::set_security_level`, `SslRef::security_level` * Added `Cipher::{camellia_128_cbc, camellia_192_cbc, camellia_256_cbc, cast5_cbc, idea_cbc}` * Added `X509CrlRef::extension` * Added `X509PurposeId::CODE_SIGN` ### Changed * `Pkey` HKDF functionality now works on LibreSSL * `BigNum::mod_sqrt` is now available on all OpenSSLs * `MessageDigest::sha3*` are now available on LibreSSL ## [v0.10.57] - 2023-08-27 ### Added Loading Loading @@ -797,7 +815,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...master [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 [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.57" version = "0.10.58" 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.92", path = "../openssl-sys" } ffi = { package = "openssl-sys", version = "0.9.94", path = "../openssl-sys" } [dev-dependencies] hex = "0.3"