patrickpr / YAOG

Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)
GNU General Public License v3.0
106 stars 11 forks source link

Update OpenSSL to version 1.1.1 #4

Closed me21 closed 5 years ago

me21 commented 5 years ago

Hello,

The latest version of OpenSSL is now 1.1.1. Can you please update the version in your repo? Or maybe there's an option to use custom locations for OpenSSL include and lib directories (to use the version installed on the build host)?

patrickpr commented 5 years ago

Hi,

The program loads the ssl libraries dynamically, so you can simply replace the ssl DLL (libeay, libssl, ssleay), (or remove them completly to use the ones in the system defined dll locations).

This might not work if version 1.1.1 made significant changes : I'll have a look and make an update this month.

Happy to see there is some users other than me of this !

patrickpr commented 5 years ago

Update : I have errors with encrypted keys in openssl 1.1.1. Working on it.

patrickpr commented 5 years ago

1.0.2 is out. It's compiled with openssl 1.1.1 for all crypto operations.