mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:14:46 +02:00
d146da4a07
Previously this was like: TLSv1.3-TLS_CHACHA20_POLY1305_SHA256 It is now changed to be like: TLSv1.3/X25519/TLS_CHACHA20_POLY1305_SHA256 So: * Changed from '-' to '/' because sometimes the cipher(suite) contains a hyphen (TLSv1.2 and earlier) * Show the key exchange "group" in the middle, such as X25519 for the usual non-PQC case and X25519MLKEM768 for hybrid group with PQC. * The group is shown in OpenSSL 3.0.0+ (and obviously you need OpenSSL 3.5.0 to ever see X25519MLKEM768 there, but that is something different)