whois: show negotiated TLS version/group/cipher in 671; sslgroup crate reads the KEX group

This commit is contained in:
Jean Chevronnet 2026-08-24 21:45:46 +00:00
parent 85eb8218f0
commit 009bea734a
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
13 changed files with 103 additions and 7 deletions

View file

@ -387,6 +387,7 @@ impl Server {
sock: Option<TcpStream>,
secure: bool,
certfp: Option<String>,
tls_info: Option<String>,
local_port: u16,
) {
let uuid = self.next_uuid();
@ -405,6 +406,7 @@ impl Server {
vhost: None,
secure,
certfp,
tls_info,
account: None,
signon: now(),
nick_ts: now(),
@ -1544,6 +1546,7 @@ mod tests {
vhost: None,
secure: false,
certfp: None,
tls_info: None,
account: None,
signon: 0,
nick_ts: 0,