Displaying 8 results from an estimated 8 matches for "ssl_step".
2016 Oct 06
2
[imap-login] SSL related crashes using the latest 2.2.25
...=0x0) at
ssl-proxy-openssl.c:677
No locals.
#1 0x00007fdec4e6b489 in login_proxy_ssl_handshaked (context=0x14b4170)
at login-proxy.c:759
proxy = 0x14b4170
#2 0x00007fdec4e70e4b in ssl_handshake (proxy=0x169d7b0) at
ssl-proxy-openssl.c:468
ret = <value optimized out>
#3 ssl_step (proxy=0x169d7b0) at ssl-proxy-openssl.c:519
No locals.
#4 0x00007fdec4beee0b in io_loop_call_io (io=0x13fdab0) at ioloop.c:564
ioloop = 0x12a07b0
t_id = 2
__FUNCTION__ = "io_loop_call_io"
#5 0x00007fdec4bf0407 in io_loop_handler_run_internal (ioloop=<value...
2012 Nov 10
4
imap-login hanging when firewall blocks ssl handshaking
...port 993, which appears to let the connection initiate but then squashes and disconnects the socket during ssl handshaking.
gdb backtrace and Activity Monitor's "Sample Process" show that imap-login is stuck calling ioloop-kqueue's io_loop_handler_run -> io_loop_call_io -> ssl_step repeatedly; dtruss shows that it is repeatedly making system calls to kevent and read, the latter returning -1 with errno 57=ENOTCONN="Socket is not connected". (I also tried ./configure --with-ioloop=poll and --with-iopoll=select instead of the default best = kqueue but the results were...
2015 Mar 21
2
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
...s = 0x809b2a0) (optimized), at 0xfe9d9892 (line ~357)
in "s3_srvr.c"
[3] SSL_accept(s = 0x809b2a0) (optimized), at 0xfea09f07 (line ~990)
in "ssl_lib.c"
[4] ssl_handshake(proxy = 0x809ba38) (optimized), at 0xfee35c18 (line
~481) in "ssl-proxy-openssl.c"
[5] ssl_step(proxy = 0x809ba38) (optimized), at 0xfee35ee0 (line
~545) in "ssl-proxy-openssl.c"
[6] ssl_proxy_flush(proxy = 0x809ba38) (optimized), at 0xfee3680c
(line ~817) in "ssl-proxy-openssl.c"
[7] ssl_proxy_destroy(proxy = 0x809ba38) (optimized), at 0xfee3686b
(line ~825) in &...
2015 Apr 24
3
[patch] TLS Handshake failures can crash imap-login
...This can be tested by disabling SSLv3 in the dovecot config
(ssl_protocols = !SSLv2 !SSLv3) and trying to connect with openssl and
forced sslv3 (openssl s_client -ssl3 -connect localhost:995). This
would cause a crash.
What was going on is this:
In ssl-proxy-openssl.c in line 545 in the function ssl_step() the
function ssl_handshake() is called. There SSL_accept() is called. If
SSL_accept failes - because a client sent an invalid packet or
something the server doesn't support or any other reason -
ssl_handle_error() will be called.
ssl_handle_error() will call ssl_proxy_destroy().
ssl_proxy_de...
2015 Mar 20
2
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
Connecting to dovecot with ssl3 causes imap-login to die:
$ openssl s_client -connect localhost:993 -ssl3
CONNECTED(00000003)
4277630796:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert
handshake failure:s3_pkt.c:1461:SSL alert number 40
4277630796:error:1409E0E5:SSL routines:ssl3_write_bytes:ssl handshake
failure:s3_pkt.c:645:
---
no peer certificate available
---
No client certificate
2013 Dec 07
1
dovecot-imapd eating 100% cpu every once in a while
...from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
#6 0x00007fcba4dad07a in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
#7 0x00007fcba4db143b in ?? () from /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
#8 0x00007fcba5622b61 in ssl_handshake (proxy=0x7fcba7870bb0) at ssl-proxy-openssl.c:465
#9 ssl_step (proxy=0x7fcba7870bb0) at ssl-proxy-openssl.c:528
#10 0x00007fcba53d2016 in io_loop_call_io (io=0x7fcba786fc80) at ioloop.c:379
#11 0x00007fcba53d2cc7 in io_loop_handler_run (ioloop=ioloop at entry=0x7fcba778c6e0)
at ioloop-epoll.c:213
#12 0x00007fcba53d1a28 in io_loop_run (ioloop=0x7fcba778c6e...
2010 Feb 19
2
segfault - (imap|pop3)-login during nessus scan
We've been struggling with a problem for the past couple of days which to this point I've only gotten to be able to boil down to this:
1. Install nessus home edition (less pluggins I assume)
2. run all scans (sequentially or in parallel, doesn't seem to matter)
3. about 3 minutes in /var/log/messages will show segfaults on imap and/or pop3
imap-login[22185]: segfault at
2012 Aug 07
4
pop3 proxying error
Hi Timo,
I've got some errors with pop3 proxying and dovecot 2.1.9
I's occured on the proxy side:
Aug 7 13:16:47 dev1 dovecot: pop3-login: Fatal: master:
service(pop3-login): child 23046 killed with signal 11 (core dumped)
Server side shows no error, and runs the same dovecot version.
Thanks for your help.
Best regards
Tonio Buonaguidi
Core dump:
GNU gdb (GDB) 7.4.1-debian