Displaying 2 results from an estimated 2 matches for "ssl_state".
Did you mean:
sl_state
2013 Aug 14
1
Patch to log the cipher suite used for TLS
...um.org.uk/
-------------- next part --------------
$NetBSD$
Log the cipher used by a TLS connection.
--- src/login-common/client-common.c.orig 2013-06-16 22:04:28.000000000 +0100
+++ src/login-common/client-common.c 2013-08-13 21:23:15.000000000 +0100
@@ -506,7 +506,8 @@
} else {
const char *ssl_state =
ssl_proxy_is_handshaked(client->ssl_proxy) ?
- "TLS" : "TLS handshaking";
+ t_strdup_printf("TLS=<%s>", ssl_proxy_get_security_string(client->ssl_proxy)) :
+ "TLS handshaking";
const char *ssl_error =
ssl_proxy_get_last_er...
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...locals.
#1 0x00007f0c84b63326 in get_var_expand_table (client=0xc49c50,
msg=0x8b5e38 "proxy: SSL certificate not received from
\314-A\235q\210\021\b\354\062Lz?)\367.\002 \031\233
\362w?\224\356K7\343\224 \002\037\364!+\266\371\277O`K\021\b\315@:6") at
client-common.c:556
ssl_state = <value optimized out>
ssl_error = <value optimized out>
tab = 0x8b5e98
#2 client_get_log_str (client=0xc49c50, msg=0x8b5e38 "proxy: SSL
certificate not received from \314-A\235q\210\021\b\354\062Lz?)\367.\002
\031\233 \362w?\224\356K7\343\224
\002\037\364!+\...