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:
Samuel Hoffman 2015-07-01 21:45:37 -04:00
commit 2b987b1ea7
3 changed files with 15 additions and 2 deletions

View file

@ -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 */