Releases: dstucrypt/dstu-engine
Releases · dstucrypt/dstu-engine
Fixes for MacOS X
Minor fixes.
1.3.2
dstu-engine-1.3.1
- Fixed parsing secondary key from Key-6.dat container.
- Added more tests.
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.
dstu-engine-1.2.2
Fixed crash in JKS parser.
Fix key parsing in OpenSSL-1.1.1i
1.2.1 Fix key parsing in OpenSSL-1.1.1i.
JKS parser
Added a basic JKS parser. It supports only original key store format and 'KeyProtector' encryption.
Key reading library
- Fixed compilation issues.
- Extended tests.
- Added key reading library.
Initial release
Passes all internal tests.