LABS Home > Projects > LibPKI Project > Documentation > Changelog
PKI/Security Labs
ChangeLog: LibPKI v0.3.0 (tiger)
* Apr  7 2009 Massimiliano Pala 
- Added full support for crossCertificatePair (PKI_X509_XPAIR)

* Apr  1 2009 Massimiliano Pala 
- Fixed conflict in header files (PKCS11) for C++ reserved `template' word

* Mar 29 2009 Massimiliano Pala 
- Added `https' to the list of valid URI types for the URL interface
- Fixed some bugs in the http URI handling
- Added support for HTTP redirect for both `http' and `https' URIs

* Feb 25 2009 Massimiliano Pala 
- Fixed concurrent threads accessing non-atomic operation on PKCS#11 HSMs
- NOTE: Never initialize a PKCS#11 token before a fork() - it won't work!

* Feb 14 2009 Massimiliano Pala 
- Added import of certificates in PKCS#11 devices

* Feb 12 2009 Massimiliano Pala 
- Added Callbacks for TOKEN credential

* Feb 11 2009 Massimiliano Pala 
- Fixed certificate issuing via TOKEN interface
- Added validity period (secs) to the TOKEN certificate issuing interface
- Added certificate issuing (self-sing and normal) to pki-tool command

* Feb  9 2009 Massimiliano Pala 
- Completed refactoring of the HSM interface for better extensibility and code
readability

* Feb  4 2009 Massimiliano Pala 
- Fixed export/load keys password protected (software/PEM).

* Feb  3 2009 Massimiliano Pala 
- Fixed portability problems on Solaris 11
- Fixed small memory leaks

* Feb  2 2009 Massimiliano Pala 
- Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management.

* Jan 29 2009 Massimiliano Pala 
- Added key loading from PKCS#11 device via id:// url
- Added generation of PKCS#11 request in pki-tool (both with keygen or without)

* Jan 29 2009 Massimiliano Pala 
- Fixed key generation code for PKCS#11 devices
- Added pki-tool command line util as part of standard distro of libpki
- Fixed key ID and label setting on PKCS#11 devices

* Jan 26 2009 Massimiliano Pala 
- Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions

* Jan 21 2009 Massimiliano Pala 
- Added KEYPAIR generation for PKCS#11 driver

* Jan 20 2009 Massimiliano Pala 
- Added management for selecting slot on PKCS11 devices via the
PKI_TOKEN_use_slot() function ( in the config file).


2280