Skip to content

v1.1.0.15

Compare
Choose a tag to compare
@Kritner Kritner released this 14 Jan 11:34
· 31 commits to master since this release
408bdf3

Demo 2021-01-14
Prod 2021-02-12

  • New Algorithms (Demo only)
    • KAS-KDF / OneStep / Sp800-56Cr2
    • KAS-KDF / TwoStep / Sp800-56Cr2
    • KAS-KDF / HKDF / Sp800-56Cr2
    • ACVP-AES-XTS / null / 2.0 (Demo only)
      • New revision of XTS testing that allows for the separation of data unit length and payload length
      • usnistgov/ACVP#1102
    • TLSv1.2 / KDF / RFC7626
      • new TLS v1.2 testing using the extended master secret extension
      • #41
  • X9.42 correction for DER encoding
  • Added conformance "RFC3686" to AES-CTR testing (Demo only)
  • KAS SP800-56Ar3, SP800-56Br2 update prompt file to include kdfMode for TwoStep KDFs
  • MathDomain
    • correction to edge case where a "range" math domain supports a small number of values.
    • cSHAKE and derivatives, updates test case generation to fix situations where certain MathDomain interactions would fail to generate vectors
  • AES-CCM - correct "expected results" json file to no longer include pt property in failure verification test cases
  • KTS correction to maximum L calculation within OAEP
  • AES-FF1 fixes issue with larger message lengths
  • KAS group generation updates
    • Updates to SP800-56Ar3 and SP800-56Br2 test group creation to have a more diverse spread of registered capabilities within the groups, while avoiding a cartesian product of the capabilities to keep the group/test case count somewhat contained.
    • #34
    • #54
    • #55
    • #71