What's Changed
- Fix FIPS delocator handling of floating-point immediates on aarch64 by @justsmth in #3029
- Fix link in README.md by @ofek in #2945
- Various PKCS7 fixups by @WillChilds-Klein in #3035
- Fix error reporting and document EC explicit params single-cert beha… by @justsmth in #3044
- Fix PKCS7 verify content memleak by @WillChilds-Klein in #3036
- Retain flag after custom critical extensions check by @samuel40791765 in #3030
- Update ACVP documentation by @samuel40791765 in #2960
- Fix error return values for no-op UI_xxx stub functions by @justsmth in #3025
- Key state consistency in PQDSA_KEY setter functions by @justsmth in #3040
- Simplify
d2i_PKCS7by removing redundant BER-to-DER conversion by @justsmth in #3037 - Prepare v1.69.0 by @torben-hansen in #3049
- Ensure all signer certificate chains are verified by @torben-hansen in #3059
- Use CRYPTO_memcmp instead of OPENSSL_memcmp for tag verification by @torben-hansen in #3060
- Return correct error value when parsing PKCS7 authenticated attributes fails by @torben-hansen in #3061
New Contributors
Full Changelog: v1.68.0...v1.69.0