Skip to content

v1.1.0.11

Compare
Choose a tag to compare
@Kritner Kritner released this 09 Sep 20:10
· 37 commits to master since this release
12aecae
  • New algorithm "TLS-v1.3 / KDF / RFC4886"
    • DEMO
  • New algorithm - "KAS-KDF / HKDF / Sp800-56Cr1"
  • New algorithm - "KAS-IFC-SSC / null / Sp800-56Br2"
  • KAS-ECC Update ephemeral nonce to always be at the byte boundary
  • KAS-IFC
  • Only client cert auth is required for "Algorithms" endpoint, previously required JWT
  • Updates CTR modes (AES and TDES) with a new boolean property performCounterTests
  • ANSI 9.63 - fixes padding on z in certain situations
  • AES-CCM changes tagLen from MathDomain -> int[] to match specification