Skip to content

wolfProvider v1.0.2

Choose a tag to compare

@ColtonWilley ColtonWilley released this 26 Mar 16:04
· 560 commits to master since this release
22f3584

New features

  • Add RSA X931 signature algorithm implementation
  • Add DES3-CBC cipher implementation
  • Add PSS encoding support for PKCS8 private keys
  • Add option to build from FIPS bundle
  • Improve AES-GCM performance
  • Set minimum RSA key size to 1024 bits
  • Add integration testing with nginx, curl, and OpenVPN

Fixes

  • Fix RSA key type setting on import
  • Fix RSA parameter handling when getting parameters
  • Fix RSA import for Python use cases
  • Fix RSA and ECC keypair matching
  • Fix AES-GCM stream IV handling for OpenSSH workflows
  • Fix AES-CBC IV handling on reinit with NULL IV
  • Fix PKCS8 decoder to properly allow fallback decoding on failure
  • Fix parameter handling for EC encoding in OpenSSL genpkey flow
  • Fix HKDF handling to allow setting NULL/0 salt