Skip to content

v1.1.0.35

Latest
Compare
Choose a tag to compare
@livebe01 livebe01 released this 15 Aug 17:06

Demo: 2024-6-14
Prod: 2024-7-23

  • New Algorithms:
    • SLH-DSA keyGen FIPS205, SLH-DSA sigGen FIPS205 and SLH-DSA sigVer FIPS205 - adds testing for Stateless Hash-Based Digital Signature Standard algorithms.
  • ML-KEM keyGen FIPS 203 - updates testing to include domain separation. Domain separation for key generation did not appear in the FIPS 203 Initial Public Draft, but was added in the final published version of FIPS 203. See FIPS 203 Appendix C.2. (https://csrc.nist.gov/pubs/fips/203/final)
  • ML-DSA keyGen FIPS 204 - updates testing to include domain separation. Domain separation for key generation did not appear in the FIPS 204 Initial Public Draft, but was added in the final published version of FIPS 204. See FIPS 204 Appendix D.3. (https://csrc.nist.gov/pubs/fips/204/final)
  • ECDSA sigVer FIPS186-5 - addresses issue where test groups using SHAKE were incorrectly identified as being component tests.
  • EDDSA sigGen FIPS186-5 - Adds a check to enforce the requirement that at least one of the the "pure" or "preHash" registration properties must be set to "true."
  • RSA keyGen FIPS186-5
    • addresses an issue where submitting the response resulted in "General exception. Contact service provider."
    • updates testing to indicate which hash algorithm is used for probableWithProvableAux
  • GenValAppRunner sample application - changes the flag used to specify the "answer" file from "-a" to "-n" as .NET now uses "-a" to specify architecture.

2024-8-13 Prod Update
On 2024-8-13 the following algorithms were enabled on ACVTS Prod:

  • SLH-DSA keyGen FIPS205, SLH-DSA sigGen FIPS205 and SLH-DSA sigVer FIPS205
  • ML-DSA keyGen FIPS204, ML-DSA sigGen FIPS204 and ML-DSA sigVer FIPS204
  • ML-KEM keyGen FIPS203 andML-KEM encapDecap FIPS203