mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
network-openssl: if -ssl_ciphers is not passed to /SERVER, fallback to an explicit list of ciphersuites. Disable Compression and TLS session tickets in SSL contexts. Print the SSL server suite after the connection to the server has been established.
This commit is contained in:
parent
6fcafc5993
commit
2b987b1ea7
3 changed files with 15 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ char *ssl_pass;
|
|||
char *ssl_cafile;
|
||||
char *ssl_capath;
|
||||
char *ssl_ciphers;
|
||||
char *ssl_current_cipher; /* cipher selected during handshake */
|
||||
|
||||
GIOChannel *connect_handle; /* connect using this handle */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue