aws-lc-rs v1.12.3
What's Changed
- Implement From<&PublicKey> for PublicKeyComponents by @djc in #698
- Expose Ed25519PublicKey by @justsmth in #695
Build improvements
- Improve support for alpine linux by @justsmth in #675
- Avoid fips MacOS failure due to -Woverriding-option by @justsmth in #678
- Build script handling of OPT_LEVEL='s' by @justsmth in #694
Issues Being Resolved
- Compile failure targeting RPi2 armv7ve in [email protected] - #681
- Building for Windows (x86_64-pc-windows-msvc) with opt-level="s" causes link errors - #691
- ring interoperability issues with RSA - #697
Other Merged PRs
- Prepare aws-lc-fips-sys v0.13.2 by @justsmth in #668
- Cleanup EVP_PKEY serialization by @justsmth in #669
- Fix metadata by @justsmth in #670
- Fix RustRover insight by @justsmth in #671
- Formatting: Change import granularity to "Module" by @justsmth in #672
- Prepare aws-lc-fips-sys v0.13.3 by @justsmth in #684
- Prepare aws-lc-sys v0.25.1 by @justsmth in #685
- Fix regression in EcdsaKeyPair::from_private_key_der by @justsmth in #686
- Update README.md by @justsmth in #687
- Prepare aws-lc-sys v0.26.0 by @justsmth in #688
- EVP_PKEY refactoring for keygen/sign/verify; Start of ML-DSA impl by @justsmth in #689
- Exclude Rust scripts from workspace by @justsmth in #699
- Realign aws-lc-sys v0.26.0 w/ AWS-LC v1.46.0 by @justsmth in #701
- Prepare release v1.12.3 by @justsmth in #700
New Contributors
Full Changelog: v1.12.2...v1.12.3