Skip to content

v1.1.0.29-hotfix-1

Compare
Choose a tag to compare
@livebe01 livebe01 released this 09 Jun 20:00
· 17 commits to master since this release

Demo: 2023-6-9
Prod: 2023-6-23

CLIENT BREAKING CHANGE: SEE THE ConditioningComponent BlockCipher_DF SP800-90B SECTION OF THE RELEASE NOTES BELOW

  • ConditioningComponent BlockCipher_DF SP800-90B - Adds outputLen as a required registration property. This is a CLIENT BREAKING CHANGE. Clients must provide outputLen for ConditioningComponent BlockCipher_DF SP800-90B registrations.
  • RSA sigGen FIPS186-5 and RSA sigVer FIPS186-5
    • Further updates to testing so that correct OIDs for the SHA3 algorithms are used
  • kdf-components tls 1.0 - adds keyBlockLength as an optional registration property.
  • SHA3-* 2.0 - updates MCT so that IUTs that do not support digestSize as a supported messageLength can be tested <-- completes this update from the v1.1.0.29 release. Part of this update was missing from the v1.1.0.29 release.