LibPKI 0.1.9 (Default branch) |
|
|
The LibPKI Project is aimed to provide an
easy-to-use PKI library for PKI-enabled
application development. The library provides the
developer with all the needed functionality to
manage certificates, from generation to
validation. It should help developers integrate
X509 digital certificates into their applications,
and implement complex cryptographic operations
with a few simple function calls using a
high-level cryptographic API. The library
constitutes the core of the OpenCA-NG Project.
License: BSD License (revised)
Changes:
Support was added for DSA-sha224 and DSA-sha256
algorithms and ECDSA with SHA2 suite
(ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384,
ECDSA-SHA512). EC key generation (selected curves
only by using bit sizes) was fixed. Named curves
for 256, 384, and 512 bit sizes (EC) are now
aligned with NIST specifications. Support for
OpenSSL 0.9.9 version (current snapshots) was
added. Support for static library linking (Linux)
was fixed. Support for PKI_ALGOR and
PKI_DIGEST_ALG managing was enhanced. Initial
support for PKCS#7 object management was added.
|