Skip to content

Releases: patrickpr/YAOG

PKCS#12 export options

13 Oct 09:23
Compare
Choose a tag to compare

Added options to PKCS12 export : key type ( issue #10 ), certificate and key encryption options.

$ sha256sum.exe YAOG.zip
be67f74993362f45bf51b131b77cbc6259b0910b20367d2243a1a1a0dca09f72 *YAOG.zip

Qt update and OpenSSL 1.1.1g support

25 Aug 16:26
5d24c93
Compare
Choose a tag to compare

New :

  • Qt updated to 5.14.2, which now also uses OpenSSL 1.1.1g for update check
  • OpenSSL 1.1.1g (64 bits compiled with MSVC 2017)

Same as before :

  • Windows 64 bits (executable & openssl DLL)

You might need to install VisualC runtime (vc_redist.x64.exe) if program does not start.

Signing capabilities

10 May 14:54
Compare
Choose a tag to compare

New :

  • You can now sign a certificate with another
  • You can push/pop certificates in a stack

Same as before :

  • Support for OpenSSL 1.1.1 (64 bits compiled with MSVC 2017)

  • OpenSSL 1.0.2 only for Qt to check for YAOG updates.

  • Windows 64 bits (executable & openssl DLL)

You might need to install VisualC runtime (vc_redist.x64.exe) if program does not start.

OpenSSL 1.1.1 Support

16 Feb 08:24
Compare
Choose a tag to compare
  • Support for OpenSSL 1.1.1.
    The compiled openssl DLL files are home made : compiled for 64 bits using MSVC 2017

Note : Qt only supports 1.0.2 version - used for updates check only-, this is why there are still 1.0.2 DLL, but the crypto operations (generate certs & keys) are done with openssl 1.1.1

  • 64 bits
    For both executable & openssl DLL

  • Added curves, hash and encryptions.

  • This release is compiled for Windows.

First stable version

15 Feb 20:35
2f73a44
Compare
Choose a tag to compare

All functions now implemented

For Windows platform

Just put all files in a directory and launch.
It will create a "default.ini" file in current directory.

You will (maybe) need VisualStudio Runtime (msvcrt120.dll)

Thanks in advance for feedbacks.

First exe to make some tests

04 May 14:13
Compare
Choose a tag to compare
Pre-release

First exe to test (on Windows).
Just put all files in a directory and launch.
It will create a "default.ini" file in current directory.

You will need VisualStudio Runtime (msvcrt120.dll)

Thanks in advance for feedbacks.