YAOG Versions Save

Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)

1.1.2

3 years ago

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

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

1.1.1

3 years ago

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.

1.1.0

5 years ago

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.

1.0.2

5 years ago
  • 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.

1.0.1

6 years ago

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.

v0.9

8 years ago

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.