Releases: sfackler/rust-openssl
Releases · sfackler/rust-openssl
openssl-sys v0.9.97
openssl-sys-v0.9.97 openssl-sys v0.9.97
openssl-v0.10.60
What's Changed
- Correct off-by-one in minimum output buffer size computation by @alex in #2088
- Expose a few more (bad) ciphers in cipher::Cipher by @alex in #2084
- add temp key bindings by @jmayclin in #2076
- Expose ChaCha20 on LibreSSL by @alex in #2093
- Revert "Correct off-by-one in minimum output buffer size computation" by @alex in #2090
- Added
update_unchecked
tosymm::Crypter
by @alex in #2100 - fixes #2096 -- deprecate
X509StoreRef::objects
, it is unsound by @alex in #2099 - Don't leak when overwriting ex data by @sfackler in #2102
- Release openssl v0.10.60 and openssl-sys v0.9.96 by @alex in #2104
Full Changelog: openssl-v0.10.59...openssl-v0.10.60
openssl-sys-v0.9.96
What's Changed
- Correct off-by-one in minimum output buffer size computation by @alex in #2088
- Expose a few more (bad) ciphers in cipher::Cipher by @alex in #2084
- add temp key bindings by @jmayclin in #2076
- Expose ChaCha20 on LibreSSL by @alex in #2093
- Revert "Correct off-by-one in minimum output buffer size computation" by @alex in #2090
- Added
update_unchecked
tosymm::Crypter
by @alex in #2100 - fixes #2096 -- deprecate
X509StoreRef::objects
, it is unsound by @alex in #2099 - Don't leak when overwriting ex data by @sfackler in #2102
- Release openssl v0.10.60 and openssl-sys v0.9.96 by @alex in #2104
Full Changelog: openssl-sys-v0.9.95...openssl-sys-v0.9.96
openssl-v0.10.59
What's Changed
- Add binding to NID of Chacha20-Poly1305 cipher by @Arnavion in #2081
- Fixed cfg for RSA_PSS by @alex in #2079
- fixes #2050 -- build and test on libressl 3.8.2 by @alex in #2082
- Release openssl v0.10.59 and openssl-sys v0.9.95 by @alex in #2083
New Contributors
Full Changelog: openssl-v0.10.58...openssl-v0.10.59
openssl-sys-v0.9.95
What's Changed
- Add binding to NID of Chacha20-Poly1305 cipher by @Arnavion in #2081
- Fixed cfg for RSA_PSS by @alex in #2079
- fixes #2050 -- build and test on libressl 3.8.2 by @alex in #2082
- Release openssl v0.10.59 and openssl-sys v0.9.95 by @alex in #2083
New Contributors
Full Changelog: openssl-sys-v0.9.94...openssl-sys-v0.9.95
openssl-v0.10.58
What's Changed
- LibreSSL 3.8.1 support by @alex in #2035
- Update vendored version to openssl 3 by @amousset in #1925
- Test against 3.2.0-alpha1 by @sfackler in #2037
- Removed reference to non-existent method by @alex in #2039
- Bump CI to 1.1.1w by @sfackler in #2040
- [openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by @jgallagher in #2042
- Expose CBC mode for several more (bad) ciphers by @alex in #2045
- Expose two additional Pkey IDs by @alex in #2046
- Add support for CRL extensions and the Authority Information Access e… by @AdmiralGT in #2003
- Fix clippy warnings produced by newer Rust by @wiktor-k in #2052
- Use osslconf on BoringSSL by @alex in #2056
- Make X509_ALGOR opaque for LibreSSL by @botovq in #2060
- Don't ignore ECDSA tests without GF2m support by @botovq in #2061
- Clarify 'possible LibreSSL bug' by @botovq in #2062
- Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by @botovq in #2063
- Enable SHA-3 for LibreSSL 3.8.0 by @botovq in #2064
- Remove DH_generate_parameters for LibreSSL 3.8.2 by @botovq in #2065
- Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by @botovq in #2067
- Enable HKDF support for LibreSSL >= 3.6.0 by @botovq in #2066
- Two build script fixes for LibreSSL by @botovq in #2068
- Respect OPENSSL_NO_OCB on AES functions by @GuyLewin in #2070
- Support OPENSSL_NO_SCRYPT by @GuyLewin in #2071
- Bump 3.2.0 beta by @sfackler in #2073
- add security level bindings by @jmayclin in #2074
- Release openssl v0.10.58 and openssl-sys v0.9.94 by @alex in #2078
New Contributors
- @amousset made their first contribution in #1925
- @jgallagher made their first contribution in #2042
- @AdmiralGT made their first contribution in #2003
- @botovq made their first contribution in #2060
- @GuyLewin made their first contribution in #2070
- @jmayclin made their first contribution in #2074
Full Changelog: openssl-v0.10.57...openssl-v0.10.58
openssl-sys-v0.9.94
What's Changed
- Test against 3.2.0-alpha1 by @sfackler in #2037
- Removed reference to non-existent method by @alex in #2039
- Bump CI to 1.1.1w by @sfackler in #2040
- [openssl-sys] Add X509_check_{host,email,ip,ip_asc} fns by @jgallagher in #2042
- Expose CBC mode for several more (bad) ciphers by @alex in #2045
- Expose two additional Pkey IDs by @alex in #2046
- Add support for CRL extensions and the Authority Information Access e… by @AdmiralGT in #2003
- Fix clippy warnings produced by newer Rust by @wiktor-k in #2052
- Use osslconf on BoringSSL by @alex in #2056
- Make X509_ALGOR opaque for LibreSSL by @botovq in #2060
- Don't ignore ECDSA tests without GF2m support by @botovq in #2061
- Clarify 'possible LibreSSL bug' by @botovq in #2062
- Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 by @botovq in #2063
- Enable SHA-3 for LibreSSL 3.8.0 by @botovq in #2064
- Remove DH_generate_parameters for LibreSSL 3.8.2 by @botovq in #2065
- Use EVP_MD_CTX_{new,free}() in LibreSSL 3.8.2 by @botovq in #2067
- Enable HKDF support for LibreSSL >= 3.6.0 by @botovq in #2066
- Two build script fixes for LibreSSL by @botovq in #2068
- Respect OPENSSL_NO_OCB on AES functions by @GuyLewin in #2070
- Support OPENSSL_NO_SCRYPT by @GuyLewin in #2071
- Bump 3.2.0 beta by @sfackler in #2073
- add security level bindings by @jmayclin in #2074
- Release openssl v0.10.58 and openssl-sys v0.9.94 by @alex in #2078
New Contributors
- @jgallagher made their first contribution in #2042
- @AdmiralGT made their first contribution in #2003
- @botovq made their first contribution in #2060
- @GuyLewin made their first contribution in #2070
- @jmayclin made their first contribution in #2074
Full Changelog: openssl-sys-v0.9.93...openssl-sys-v0.9.94
openssl-sys v0.9.93
openssl-sys-v0.9.93 openssl-sys v0.9.93
openssl-v0.10.57
What's Changed
- Expose chacha20_poly1305 on LibreSSL by @alex in #2011
- Add openssl::cipher_ctx::CipherCtx::clone by @johntyner in #2017
- Add X509VerifyParam::set_email by @dhouck in #2018
- Add perl-FindBin dep for fedora by @JadedBlueEyes in #2023
- Update to bitflags 2.2.1. by @qwandor in #1906
- Release openssl v0.10.57 and openssl-sys v0.9.92 by @alex in #2025
New Contributors
- @johntyner made their first contribution in #2017
- @dhouck made their first contribution in #2018
- @JadedBlueEyes made their first contribution in #2023
- @qwandor made their first contribution in #1906
Full Changelog: openssl-v0.10.56...openssl-v0.10.57
openssl-sys-v0.9.92
What's Changed
- Expose chacha20_poly1305 on LibreSSL by @alex in #2011
- Add openssl::cipher_ctx::CipherCtx::clone by @johntyner in #2017
- Add X509VerifyParam::set_email by @dhouck in #2018
- Add perl-FindBin dep for fedora by @JadedBlueEyes in #2023
- Update to bitflags 2.2.1. by @qwandor in #1906
- Release openssl v0.10.57 and openssl-sys v0.9.92 by @alex in #2025
New Contributors
- @johntyner made their first contribution in #2017
- @dhouck made their first contribution in #2018
- @JadedBlueEyes made their first contribution in #2023
- @qwandor made their first contribution in #1906
Full Changelog: openssl-sys-v0.9.91...openssl-sys-v0.9.92