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