Skip to content

v1.1.0.29

Compare
Choose a tag to compare
@livebe01 livebe01 released this 01 Jun 18:07
· 18 commits to master since this release

Demo: 2023-06-01

  • New Algorithm (Demo Only):
    • RSA signaturePrimitive 2.0 - Tests RSASP1 from RFC 3447. Whereas RSA signaturePrimitive 1.0 only supports testing a 2048 bit modulus, RSA signaturePrimitive 2.0 supports testing the 2048, 3072 and 4096 moduli.
  • RSA sigGen FIPS186-5 and RSA sigVer FIPS186-5
    • updates testing to use the correct OIDs for the SHA3 algorithms
    • Updates PSS to support the correct max salt lengths for SHAKE-128 and SHAKE-256. Corrects the output lengths used when SHAKE-128 or SHAKE-256 are used for the PSS "Hash".
  • EDDSA keyGen 1.0 - removes secretGenerationMode as a valid registration property
  • SHA3-* 2.0 - updates MCT so that IUTs that do not support digestSize as a supported messageLength can be tested
  • TLS-v1.2 KDF RFC7627 - Adds keyBlockLength as a registration property. If keyBlockLength is omitted, a 1024-bit key block length is assumed
  • ACVP-AES-FF1 1.0 - Adds corner cases for AES-FF1 testing on particular radix-payloadLength pairs to catch rounding errors
  • LMS sigGen 1.0 - Fixes issue where test cases were not generated when "isSample": false