search for: ssl_proxy_is_handshak

Displaying 3 results from an estimated 3 matches for "ssl_proxy_is_handshak".

2012 Mar 20
2
2.1.2 (pop3|imap)-login crash
...d) Mar 20 10:06:17 mailgw-lb dovecot: imap-login: Fatal: master: service(imap-login): child 28468 killed with signal 11 (core dumps disabled) Stack trace of a crashed process is like: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1220163904 (LWP 27764)] 0xb77cd176 in ssl_proxy_is_handshaked (proxy=0x0) at ssl-proxy-openssl.c:710 710 { (gdb) bt #0 0xb77cd176 in ssl_proxy_is_handshaked (proxy=0x0) at ssl-proxy-openssl.c:710 #1 0xb77c7295 in client_get_log_str (client=0x807b830, msg=0x804e290 "proxy(aaaaaa at dddddd.it): disconnecting x.x.x.x (Disconnected by server)&quot...
2013 Aug 14
1
Patch to log the cipher suite used for TLS
...--------- 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_error(client->ssl_proxy);
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...prev = 0x0, cleanup = 0x0, canceltype = 4214640}}} not_first_call = <value optimized out> #15 0x00000000004029c9 in _start () No symbol table info available. Core was generated by `dovecot/imap-login -D'. Program terminated with signal 11, Segmentation fault. #0 ssl_proxy_is_handshaked (proxy=0x21a930a940a43715) at ssl-proxy-openssl.c:720 720 { (gdb) bt full #0 ssl_proxy_is_handshaked (proxy=0x21a930a940a43715) at ssl-proxy-openssl.c:720 No locals. #1 0x00007f0c84b63326 in get_var_expand_table (client=0xc49c50, msg=0x8b5e38 "proxy: SSL certificate not received fro...