Sourced from openssl's releases.
openssl-v0.10.72
What's Changed
- make set_rsa_oaep_md visible to boringssl config by
@frncs-rss
in sfackler/rust-openssl#2372- Fix typo in openssl-sys build script by
@rushilmehra
in sfackler/rust-openssl#2375- Unify the two BoringSSL codepaths a bit and simplify init by
@davidben
in sfackler/rust-openssl#2377- pkey_ctx: Fix link to the corresponding OpenSSL function by
@Jakuje
in sfackler/rust-openssl#2378- fix test on MSRV by
@alex
in sfackler/rust-openssl#2383- Add support for AWS-LC to openssl and openssl-sys crates by
@skmcgrail
in sfackler/rust-openssl#1805- Enable additional capabilities for AWS-LC by
@skmcgrail
in sfackler/rust-openssl#2386- Use --experimental with bindgen-cli with aws-lc build by
@skmcgrail
in sfackler/rust-openssl#2389- Fixed two UAFs and bumped versions for release by
@alex
in sfackler/rust-openssl#2390New Contributors
@Jakuje
made their first contribution in sfackler/rust-openssl#2378@skmcgrail
made their first contribution in sfackler/rust-openssl#1805Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72
openssl-v0.10.71
What's Changed
- Expose rc2 ciphers on symm::Cipher by
@alex
in sfackler/rust-openssl#2361- add full Apache license file to openssl by
@frncs-rss
in sfackler/rust-openssl#2366- Release openssl v0.10.71 and openssl-sys v0.9.106 by
@alex
in sfackler/rust-openssl#2369New Contributors
@frncs-rss
made their first contribution in sfackler/rust-openssl#2366Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71
87085bd
Merge pull request #2390
from alex/uaf-fixd1a12e2
Fixed two UAFs and bumped versions for release7c7b2e6
Merge pull request #2389
from skmcgrail/aws-lc-follow-up34a477b
Use --experimental with bindgen-cli with aws-lc buildd4bf071
Merge pull request #2386
from skmcgrail/aws-lc-follow-upa86bf67
Remove comment705dbfb
Fix teste0df413
Skip final call for LibreSSL 4.1.0 for CCM mode2f1164b
Enable additional capabilities for AWS-LCdde9ffb
Merge pull request #1805
from skmcgrail/aws-lc-support-final