The LibPKI Project is aimed to provide an easy-to-use PKI library for PKI enabled application development. The LibPKI Project enables developers with the possibility to implement complex cryptographic operations with a few simple function calls.
Be the first to post a text review of LibPKI. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
* Apr 7 2009 Massimiliano Pala <madwolf@openca.org> - Added full support for crossCertificatePair (PKI_X509_XPAIR) * Apr 1 2009 Massimiliano Pala <madwolf@openca.org> - Fixed conflict in header files (PKCS11) for C++ reserved `template' word * Mar 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added import of certificates in PKCS#11 devices * Feb 12 2009 Massimiliano Pala <madwolf@openca.org> - Added Callbacks for TOKEN credential * Feb 11 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - Completed refactoring of the HSM interface for better extensibility and code readability * Feb 4 2009 Massimiliano Pala <madwolf@openca.org> - Fixed export/load keys password protected (software/PEM). * Feb 3 2009 Massimiliano Pala <madwolf@openca.org> - Fixed portability problems on Solaris 11 - Fixed small memory leaks * Feb 2 2009 Massimiliano Pala <madwolf@openca.org> - Completely rewritten the KEYPAIR/CERT/REQ/CRL get/import/export functions to better match the hardware devices management. * Jan 29 2009 Massimiliano Pala <madwolf@openca.org> - 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 <madwolf@openca.org> - 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 <madwolf@openca.org> - Added PKCS11 Object and PKCS11 Object Attributes (Templates) management functions * Jan 21 2009 Massimiliano Pala <madwolf@openca.org> - Added KEYPAIR generation for PKCS#11 driver * Jan 20 2009 Massimiliano Pala <madwolf@openca.org> - Added management for selecting slot on PKCS11 devices via the PKI_TOKEN_use_slot() function (<pki:slot /> in the config file).
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: