dstu-engine-1.3.0
Add support of PKCS#12 containers. keylib
is now able to read keys and certs from .p12
and .pfx
files.
Introduces a new unified container for storing keys and certs in memory - KeyStore
.
All container reading functions (key6, jks and pkcs12) are now using KeyStore for storing keys and certs read from the file containers.