Skip to content

Releases: dstucrypt/dstu-engine

Fixes for MacOS X

24 Oct 08:57
Compare
Choose a tag to compare
  • Fixed build for MacOS X.

Minor fixes.

12 Mar 16:45
Compare
Choose a tag to compare

[1.3.3] - 2024-04-12

Added.

  • Check for support of elliptic curves over GF2m in OpenSSL (#20).

Fixed.

  • Building tests (#22).

1.3.2

20 Sep 11:01
Compare
Choose a tag to compare
  • fixed installation path for the key parsing library;
  • put headers into a subdir to avoid name clashes.

dstu-engine-1.3.1

24 Jan 11:01
Compare
Choose a tag to compare
  • Fixed parsing secondary key from Key-6.dat container.
  • Added more tests.

dstu-engine-1.3.0

25 Nov 10:48
8c65e84
Compare
Choose a tag to compare

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

17 Nov 14:15
Compare
Choose a tag to compare

Fixed crash in JKS parser.

Fix key parsing in OpenSSL-1.1.1i

22 Dec 16:37
Compare
Choose a tag to compare
1.2.1

Fix key parsing in OpenSSL-1.1.1i.

JKS parser

26 Nov 11:46
Compare
Choose a tag to compare

Added a basic JKS parser. It supports only original key store format and 'KeyProtector' encryption.

Key reading library

16 Nov 12:49
4fc9f98
Compare
Choose a tag to compare
  • Fixed compilation issues.
  • Extended tests.
  • Added key reading library.

Initial release

11 Nov 17:03
Compare
Choose a tag to compare

Passes all internal tests.