Sourced from openssl's releases.
openssl-v0.10.72
What's Changed
- make set_rsa_oaep_md visible to boringssl config by
@frncs-rssin sfackler/rust-openssl#2372- Fix typo in openssl-sys build script by
@rushilmehrain sfackler/rust-openssl#2375- Unify the two BoringSSL codepaths a bit and simplify init by
@davidbenin sfackler/rust-openssl#2377- pkey_ctx: Fix link to the corresponding OpenSSL function by
@Jakujein sfackler/rust-openssl#2378- fix test on MSRV by
@alexin sfackler/rust-openssl#2383- Add support for AWS-LC to openssl and openssl-sys crates by
@skmcgrailin sfackler/rust-openssl#1805- Enable additional capabilities for AWS-LC by
@skmcgrailin sfackler/rust-openssl#2386- Use --experimental with bindgen-cli with aws-lc build by
@skmcgrailin sfackler/rust-openssl#2389- Fixed two UAFs and bumped versions for release by
@alexin sfackler/rust-openssl#2390New Contributors
@Jakujemade their first contribution in sfackler/rust-openssl#2378@skmcgrailmade their first contribution in sfackler/rust-openssl#1805Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72
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