OpenCA Labs::LibPKI
OPENSOURCE SECURITY AND IDENTITY MANAGEMENT SOLUTIONS
Changelog - LibPKI v0.6.5 (Hope)
* Mar 27 2011 Massimiliano Pala 
-Fixed a key-encoding error in OpenSSL (version "0" vs version "1" bug)

* Mar 22 2011 Massimiliano Pala 
-Added new pki-siginfo tool to ease signature info gathering for X509 objs
-Added PKI_X509_KEYPAIR_get_curve() to get curve related to an EC key
-Added possibility to load any type of X509 objects by using PKI_X509_get()
with PKI_DATATYPE_ANY as a type

* Mar 21 2011 Massimiliano Pala 
-Fixed an error when setting the signature algorithm in PKI_X509_CERT_new()

* Feb 22 2011 Massimiliano Pala 
-Added identifier for IPv6 subjectAltName addresses
-Added pki-derenc to the pki-tool (txt to der encoder)

* Feb 21 2011 Massimiliano Pala 
-Fixed debug information in PKI_MSG_REQ generation
-Added the possibility to specify sign digest algor in
PKI_X509_SCEP_MSG_new_certreq() function

* Feb 15 2011 Massimiliano Pala 
-Fixed ASN1 encoding refresh when PKI_X509 data structures are modified
-Added PKI_X509_set_modified() function to force data encoding when storing PKI_X509 objects
-Enhanced the pki-cert tool by adding a -verfiy (signature) option