Package Release Info

pkcs11-helper-1.29.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libpkcs11-helper1-32bit

Change Logs

* Fri Oct 14 2022 jsikes@suse.com
- Update to 1.29.0:
  * build: do not fail if slot evnets are disabled, thanks to Fabrice Fontaine.
  * core: do not assume standard objects supported by provider.
  * openssl: set back key into EVP for openssl-3 to work, thanks to apollo13.
* Sun Jan 23 2022 andreas.stieger@gmx.de
- update to 1.28.0:
  * build and OpenSSL compatibility fixes
  * certificate: add methods accept full mechanism
  * core: load provider library as private
  * add API to support adding properties
  * core: add PKCS11H_PROVIDER_PROPERTY_PROVIDER_DESTRUCT_HOOK
  * session: respect login required token flag
  * certificate: respect always authenticate flag
* Mon Dec 13 2021 dmueller@suse.com
- update to 1.27.0:
  * core: handle PIN expiration after C_Login as C_Login may take a while
  * core: return explict success when plugin&play and no threading and no
    safefork, thanks to Tunnelblick
  * openssl: build with openssl ec disabled
  * openssl: support RSA_NO_PADDING padding, thanks to Selva Nair
  * core: reduce mutex lock scope of add/remove provider, thanks to Frank Morgner
  * core: improve the fork fixup sequence
* Thu Aug 08 2019 dimstar@opensuse.org
- Own %{_datadir}/aclocal: when we might switch to pkgconf instead
  of pkg-config, nothing in the build root is 'accidentally' owning
  this directory for us.
* Tue Jan 29 2019 sbrabec@suse.com
- Update to version 1.25.1:
  * core: build with threading disabled, do not attempt to
    initialize provider with fork mode is not safe. Too many
    providers do not follow the PKCS#11 spec.
  * openssl: rework support 1.1.
* Wed Jul 19 2017 jengelh@inai.de
- RPM group fix.
- Remove --with-pic which is only for static libs.
* Tue Jul 18 2017 tchvatal@suse.com
- Version update to 1.22:
  * Support openssl-1.1
  * bunch of small fixes
- Remove obsolete patch pkcs11-helper-1.06-pkgconfig.patch
* Sat Dec 20 2014 p.drouand@gmail.com
- Update to version 1.11
  + openssl: support generic pkey.
  + openssl: add dsa support.
  + openssl: add ecdsa support.
- Changes from version 1.10
  + PolarSSL crypto engine by Adriaan de Jong
  + build: --disable-crypto-engine-win32 renamed to
  - -disable-crypto-engine-cryptoapi
  + api: PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_WIN32 renamed to
    PKCS11H_FEATURE_MASK_ENGINE_CRYPTO_CRYPTOAPI.
  + api: PKCS11H_ENGINE_CRYPTO_WIN32 renamed to
    PKCS11H_ENGINE_CRYPTO_CRYPTOAPI
- pkcs11-helper has a new home; update homepage and source Url
* Sat Mar 02 2013 coolo@suse.com
- update license to new format
* Tue Jul 10 2012 sbrabec@suse.cz
- Update to version 1.09:
  * Do not retry if CKR_BUFFER_TOO_SMALL and none NULL target.
  * Do not attempt to logout if uninitialized.
  * Use OpenSSL engine's rsa_priv_enc instead of rsa_sign.