Skip to content

v1.1.0.33

Latest
Compare
Choose a tag to compare
@livebe01 livebe01 released this 31 Jan 21:26
· 2 commits to master since this release

Demo: 2024-1-31
Prod: 2024-2-9

  • EDDSA keyGen 1.0 - Adds check to ensure that user-supplied private key D values conform to FIPS 186-5 requirements
  • RSA keyGen FIPS186-5 - updates testing to no longer require auxiliary values for deferred test cases
  • RSA sigVer FIPS186-5 - removes SHA1 as a valid hash function
  • hashDRBG, hmacDRBG, ctrDRBG - Updates testing to check that entropy input length + nonce length is >= 3/2 security strength in place of requiring the nonce length be >= 1/2 security strength bits.
  • ACVP-AES-XTS 2.0 - Addresses an issue where the tweak value was sometimes incremented incorrectly
  • GenValAppRunner sample application - Adds a feature whereby the correctness of algorithm capabilities can be verified without starting the the Orleans server.