Libacvp v1.4.1
IMPORTANT: Algorithm revision updates by NIST will be in effect on Jan. 3, 2022.
These will REQUIRE libacvp 1.4.1 at a minimum for testing these algorithms:
- TLS 1.2 KDF (replacing kdf-components TLS)
- SHA3 (now revision 2.0)
- AES-XTS (now revision 2.0)
If you are testing any of these, please update to libacvp 1.4.1 by Jan. 3, 2022.
kdf-components TLS testing has been left in for now, but disabled by default.
More changes:
- App version command (--version, -v) now shows info about:
- Linked FOM version if not in runtime mode
- Linked SSL version
- Compiled-against SSL version
- Fixed crash related to help command
- Library will now save validation request URLs in testSession file where applicable
- Bugfixes for Windows build process
- Fix for building on arm64 Mac (Apple Silicon)
- Added various misc. unit tests
- Improvements to HKDF testing
- Improvements to TDES testing and registration
- Various misc. improvements and fixes