Skip to content

pkcs11-helper-1.28.0

Compare
Choose a tag to compare
@alonbl alonbl released this 05 Mar 17:23
· 25 commits to master since this release

2021-12-31 - Version 1.28

  • build: openssl: remove RSA_SSLV23_PADDING constant usage due to openssl-3
    compatibility, thanks to t0b3.
  • build: nss: use nss pkcs11.h, thanks to Fabrice Fontaine.
  • build: windows: checksum in PE, thanks to Simon Rozman.
  • build: windows: support openssl-1.1.1, thanks to Lev Stipakov.
  • mbed: require >=mbedtls-2, mbed dropped polarssl compatibility,
    thanks to Uipko Berghuis
  • certificate: add methods accept full mechanism, thanks to Selva Nair.
  • core: load provider library as private.
  • core: add pkcs11h_getProperty, pkcs11h_setProperty to support adding
    properties without breaking API.
  • core: add pkcs11h_initializeProvider, pkcs11h_registerProvider,
    pkcs11h_setProviderProperty, pkcs11h_setProviderPropertyByName to
    support adding properties without breaking API thanks to Михалицын Петр.
  • core: add initialization arguments property, thanks for Михалицын Петр.
  • core: add PKCS11H_PROVIDER_PROPERTY_PROVIDER_DESTRUCT_HOOK.
  • session: respect login required token flag.
  • certificate: respect always authenticate flag.