aws-lc-rs v1.7.0
What's Changed
- RSA OAEP Support
- The following platforms no longer require CMake for a (non-FIPS) build:
aarch64-apple-darwin
aarch64-unknown-linux-gnu
aarch64-unknown-linux-musl
x86_64-apple-darwin
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
i686-unknown-linux-gnu
- Newly available targets:
x86_64-apple-ios
x86_64-pc-windows-gnu
Merged PRs
- Fix deprecation warning about
toml_edit::Document
by @justsmth in #384 - Support target x86_64-apple-ios by @justsmth in #383
- No CMake required for non-FIPS by @justsmth in #317
- RSA OAEP Support by @skmcgrail in #303
- Align GitHub workflow/job run conditions by @justsmth in #394
- aws-lc-sys v0.15.0; align with AWS-LC v1.24.1 by @justsmth in #389
- aws-lc-rs v1.7.0 by @justsmth in #390
- Add CI for testing x86_64-pc-windows-gnu by @justsmth in #386
Full Changelog: v1.6.4...v1.7.0