Loading openssl/CHANGELOG.md +21 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,25 @@ ## [Unreleased] ## [v0.10.39] - 2022-05-02 ### Deprecated * Deprecated `SslContextBuilder::set_tmp_ecdh_callback` and `SslRef::set_tmp_ecdh_callback`. ### Added * Added `SslRef::extms_support`. * Added `Nid::create`. * Added `CipherCtx`, which exposes a more direct interface to `EVP_CIPHER_CTX`. * Added `PkeyCtx`, which exposes a more direct interface to `EVP_PKEY_CTX`. * Added `MdCtx`, which exposes a more direct interface to `EVP_MD_CTX`. * Added `Pkcs12Builder::mac_md`. * Added `Provider`. * Added `X509Ref::issuer_name_hash`. * Added `Decrypter::set_rsa_oaep_label`. * Added `X509Ref::to_text`. ## [v0.10.38] - 2021-10-31 ### Added Loading Loading @@ -574,7 +593,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...master [v0.10.39]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.39 [v0.10.38]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.37...openssl-v0.10.38 [v0.10.37]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.37 [v0.10.36]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.35...openssl-v0.10.36 Loading openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.38" version = "0.10.39" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading @@ -27,7 +27,7 @@ foreign-types = "0.3.1" libc = "0.2" once_cell = "1.5.2" openssl-macros = { path = "../openssl-macros" } openssl-macros = { version = "0.1.0", path = "../openssl-macros" } ffi = { package = "openssl-sys", version = "0.9.69", path = "../openssl-sys" } [dev-dependencies] Loading Loading
openssl/CHANGELOG.md +21 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,25 @@ ## [Unreleased] ## [v0.10.39] - 2022-05-02 ### Deprecated * Deprecated `SslContextBuilder::set_tmp_ecdh_callback` and `SslRef::set_tmp_ecdh_callback`. ### Added * Added `SslRef::extms_support`. * Added `Nid::create`. * Added `CipherCtx`, which exposes a more direct interface to `EVP_CIPHER_CTX`. * Added `PkeyCtx`, which exposes a more direct interface to `EVP_PKEY_CTX`. * Added `MdCtx`, which exposes a more direct interface to `EVP_MD_CTX`. * Added `Pkcs12Builder::mac_md`. * Added `Provider`. * Added `X509Ref::issuer_name_hash`. * Added `Decrypter::set_rsa_oaep_label`. * Added `X509Ref::to_text`. ## [v0.10.38] - 2021-10-31 ### Added Loading Loading @@ -574,7 +593,8 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...master [v0.10.39]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.39 [v0.10.38]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.37...openssl-v0.10.38 [v0.10.37]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.37 [v0.10.36]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.35...openssl-v0.10.36 Loading
openssl/Cargo.toml +2 −2 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.38" version = "0.10.39" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading @@ -27,7 +27,7 @@ foreign-types = "0.3.1" libc = "0.2" once_cell = "1.5.2" openssl-macros = { path = "../openssl-macros" } openssl-macros = { version = "0.1.0", path = "../openssl-macros" } ffi = { package = "openssl-sys", version = "0.9.69", path = "../openssl-sys" } [dev-dependencies] Loading