Skip to content

OpenSSL 1.1.1 Support

Choose a tag to compare

@patrickpr patrickpr released this 16 Feb 08:24
· 31 commits to master since this release
  • 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.