kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
240 stars 75 forks source link

KviSSL: fix deprecations for openssl 3 #2544

Closed ctrlaltca closed 1 year ago

ctrlaltca commented 1 year ago

KviSSL: OpenSSL3 already includes a set of "safe" primes and can handle DH automatically.

There are still warnings coming from the "fish" module, that is using a custom prime for DH. I'm not sure if fish encryption is still relevant nowadays, but surely it's not secure anymore given it uses blowfish in EBC (or optionally CBC) mode. As long as it works, nice.