Releases: patrickpr/YAOG
PKCS#12 export options
Qt update and OpenSSL 1.1.1g support
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
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
- 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
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
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.