What's Changed
- AES ECB mode support by @skmcgrail in #597
- Support for AES CFB (128-bit) mode by @skmcgrail in #585
- Add support for Ed25519KeyPair::generate by @skmcgrail in #576
- Update aws-lc-sys to AWS-LC v1.39.0. See also the release notes for v1.38.0 and v1.37.0.
Build Improvements
- Support FIPS feature w/ old compilers by @justsmth in #564
- Cleanup build scripts by @justsmth in #561
- Fix MSVC compiler checks by @justsmth in #560
- Disable
-Woverriding-t-option
by @justsmth in #584 - Use -pthread, and on more platforms by @justsmth in #558
- Improve handling/logging for Android builds by @justsmth in #563
- Also aws-lc-sys -Wno-overriding-t-option by @justsmth in #596
Issues being resolved
- #572 - Add
Ed25519KeyPair::generate(&rng)
function - #574 - Compilation fails for release mode on
powerpc64le-unknown-linux-gnu
- #575 - [Feature Request] Support CFB mode for AES
- #587 - error: failed to run custom build command for aws-lc-fips-sys v0.12.13
- #591 - New release for aws-lc-sys, please
Other Merged PRs
- Bump aws-lc-fips-sys to v0.12.13 by @justsmth in #567
- CI checks on license and metadata by @justsmth in #552
- Enable C-std (C11) test for windows by @justsmth in #555
- Fix latest clippy lints by @justsmth in #568
- Update aws-lc-sys/aws-lc to v1.38.0 by @skmcgrail in #579
- Bump aws-ls-rs to v1.11.0 by @justsmth in #595
Full Changelog: v1.10.0...v1.11.0