mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 16:26:38 +02:00
fb0148a44a
Since OpenSSL decided not to use the regular ciphers but make this a separate option, we now make this a separate option as well. So there is ::ciphers for <=TLSv1.2 and ::ciphersuites for TLSv1.3 More documentation will follow. Patch from 'i' in https://bugs.unrealircd.org/view.php?id=5149