Sourced from openssl's releases.
openssl-v0.10.53
What's Changed
- Check for OPENSSL_NO_RC4 when using EVP_rc4 by
@oskirby
in sfackler/rust-openssl#1910- Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by
@oskirby
in sfackler/rust-openssl#1909- add X509::pathlen by
@zh-jq-b
in sfackler/rust-openssl#1916- Add bindings to SSL_bytes_to_cipher_list by
@RoastVeg
in sfackler/rust-openssl#1921- Add boringssl hkdf derivation by
@AndrewScull
in sfackler/rust-openssl#1926- add other name support by
@huettner94
in sfackler/rust-openssl#1915- LibreSSL 3.8.0 by
@vishwin
in sfackler/rust-openssl#1935- add Dsa with some helper functions by
@reaperhulk
in sfackler/rust-openssl#1937- reimplement Dsa::generate in terms of generate_params/generate_key by
@reaperhulk
in sfackler/rust-openssl#1938- Added DER serialization for
DSAPrivateKey
by@alex
in sfackler/rust-openssl#1939- version bump 0.9.88 and 0.10.53 by
@reaperhulk
in sfackler/rust-openssl#1940New Contributors
@oskirby
made their first contribution in sfackler/rust-openssl#1910@zh-jq-b
made their first contribution in sfackler/rust-openssl#1916@RoastVeg
made their first contribution in sfackler/rust-openssl#1921@huettner94
made their first contribution in sfackler/rust-openssl#1915Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53
79ad66a
Merge pull request #1940
from reaperhulk/version-bump7a040da
Update openssl/CHANGELOG.md6a65a2b
version bump 0.9.88 and 0.10.538f72f7b
Merge pull request #1939
from alex/der-dsab3cdda0
Added DER serialization for DSAPrivateKey
c9ce286
Merge pull request #1938
from reaperhulk/dsa-simplifyc972e70
reimplement Dsa::generate in terms of generate_params/generate_keyd07363e
Merge pull request #1937
from reaperhulk/dsa-paramsb937b66
add Dsa<Params> with some helper functions987c9aa
Merge pull request #1935
from vishwin/master