Skip to content

0.3.0

Compare
Choose a tag to compare
@nmav nmav released this 09 Oct 12:15
· 598 commits to master since this release
  • Added small test suite based on softhsm (run on make check)
  • Memory leak fixes (Christian Heimes)
  • On module initialization tell the module that the OS locking primitives are OK to use (Mike Gerow)
  • Transparently handle applications that fork. That is call C_Initialize() and reopen any handles if a fork is detected.
  • Eliminated any hard coded limits for certificate size (Doug Engert)
  • Added support for ECDSA (Doug Engert)
  • Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt (Stephane Adenot)
  • Eliminated several hard-coded limits in parameter sizes.