aws-lc-rs v1.13.0
What's Changed
- Support serializing
RsaSubjectPublicKey
to/from X509 by @justsmth in #742 - ML-DSA support in
unstable
module by @justsmth in #690 - Remove Kyber, KDF from
unstable
module by @justsmth in #747
Build improvements
- Fix CMake submodule warning by @justsmth in #730
- Prefixing applied to all external symbols in
aws-lc-sys
: - Improve cross-build support to
x86_64-pc-windows-gnu
: - Support build using CMake 4.0:
- Bump aws-lc-fips-sys to v0.13.5 by @justsmth in #760
- Regenerate aws-lc-sys @ v1.48.3 by @skmcgrail in #734
- CI for
x86_64-unknown-illumos
build target:
Issues Being Resolved
- implement
encoding::AsDer<PublicKeyX509Der<'a>>
forrsa::PublicKey
-- #741 - -sys: include aws-lc/crypto/err/err_data_generate.go in published crates -- #752
- Failing to cross build for
x86_64-pc-windows-gnu
-- #753 - Failure to build with CMake 4 -- #755
Other Merged PRs
- Update rustls integ test by @justsmth in #717
- Bump aws-lc-fips-sys to v0.13.4 by @justsmth in #731
- Test script for bindings pregeneration by @justsmth in #732
- No libssl cross test for arm-linux-androideabi by @justsmth in #739
- aws-lc-sys: output only one library by @justsmth in #749
- Align aws-lc-sys v0.28.0 w/ AWS-LC 1.49.0 by @justsmth in #757
- Bump to aws-lc-rs v1.13.0 by @justsmth in #758
New Contributors
Full Changelog: v1.12.6...v1.13.0