[dovecot-cvs] dovecot/src/login-common ssl-proxy-openssl.c, 1.37.2.12, 1.37.2.13
tss at dovecot.org
tss at dovecot.org
Sat Nov 18 20:27:15 UTC 2006
Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv2793/src/login-common
Modified Files:
Tag: branch_1_0
ssl-proxy-openssl.c
Log Message:
Call ssl_step() at startup instead of ssl_handshake(). If the first input
packet was sent along with the handshake, we hanged.
Index: ssl-proxy-openssl.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/ssl-proxy-openssl.c,v
retrieving revision 1.37.2.12
retrieving revision 1.37.2.13
diff -u -d -r1.37.2.12 -r1.37.2.13
--- ssl-proxy-openssl.c 8 Nov 2006 20:51:30 -0000 1.37.2.12
+++ ssl-proxy-openssl.c 18 Nov 2006 20:27:12 -0000 1.37.2.13
@@ -500,7 +500,7 @@
hash_insert(ssl_proxies, proxy, proxy);
- ssl_handshake(proxy);
+ ssl_step(proxy);
main_ref();
*proxy_r = proxy;
More information about the dovecot-cvs
mailing list