Changelog for
libp11-devel-0.3.0-33.2.x86_64.rpm :
* Wed Dec 02 2015 p.drouandAATTgmail.com- Update to version 0.3.0
* Added small test suite based on softhsm (run on make check)
* Memory leak fixes
* On module initialization tell the module that the OS locking primitives are OK to use
* 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
* Added support for ECDSA
* Allow RSA_NO_PADDING padding mode in PKCS11_private_encrypt
* Eliminated several hard-coded limits in parameter sizes.- Update project and download Urls
* Tue Sep 25 2012 sbrabecAATTsuse.cz- Update to version 0.2.8:
* Bumped soname for PKCS11_token struct size changes.
* Display the number of available slots.
* Expose more token flags in PKCS11_token structure.
* Check that private data is not NULL in pkcs11_release_slot.
* Sun Nov 20 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Tue Jan 11 2011 sbrabecAATTsuse.cz- Updated to version 0.2.7:
* Ignore CKR_CRYPTOKI_ALREADY_INITIALIZED while initializing.
* Mon Feb 01 2010 jengelhAATTmedozas.de- Package baselibs.conf
* Wed Aug 05 2009 sbrabecAATTsuse.cz- Updated to version 0.2.6:
* Add new symbol to export file.
* Add function to export the slot id.
* Increase library version because of the new function.
* Wed Apr 08 2009 sbrabecAATTsuse.cz- Don\'t call autoreconf on older products.
* Tue Sep 02 2008 sbrabecAATTsuse.cz- Call autoreconf to build correctly with new libtool.
* Tue Sep 02 2008 crrodriguezAATTsuse.de- fix build, doxygen required.- kill \".la\" files and static libraries- fix -devel package requires
* Tue Aug 19 2008 sbrabecAATTsuse.cz- Updated to version 0.2.4:
* Build system rewritten
* added PKCS11_CTX_init_args
* fix segfault in init_args code
* implemented PKCS11_private_encrypt- Fixed incorrect API.- Fixed x86_64 issues.