openssl-v0.10.53
What's Changed
- Check for OPENSSL_NO_RC4 when using EVP_rc4 by @oskirby in #1910
- Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by @oskirby in #1909
- add X509::pathlen by @zh-jq-b in #1916
- Add bindings to SSL_bytes_to_cipher_list by @RoastVeg in #1921
- Add boringssl hkdf derivation by @AndrewScull in #1926
- add other name support by @huettner94 in #1915
- LibreSSL 3.8.0 by @vishwin in #1935
- add Dsa with some helper functions by @reaperhulk in #1937
- reimplement Dsa::generate in terms of generate_params/generate_key by @reaperhulk in #1938
- Added DER serialization for
DSAPrivateKey
by @alex in #1939 - version bump 0.9.88 and 0.10.53 by @reaperhulk in #1940
New Contributors
- @oskirby made their first contribution in #1910
- @zh-jq-b made their first contribution in #1916
- @RoastVeg made their first contribution in #1921
- @huettner94 made their first contribution in #1915
Full Changelog: openssl-v0.10.52...openssl-v0.10.53