Re: [openssl.org #1455] inconsistant behaviour when using s_client with and without -pause option

2007-05-31 Thread Christian Marg via RT
Hello, it seems that the issue is solved as of OpenSSL 0.9.8d 28 Sep 2006 at least I can connect my Windows 2003 active directory server from my FreeBSD 6.2-RELEASE-p1 and -p3 boxes even when leaving out the -pause or -debug switches. bye Christian -- Christian Margmail:

Re: [openssl.org #1455] inconsistant behaviour when using s_client with and without -pause option

2007-03-06 Thread Kyle Hamilton
The coalescing of multiple messages to TCP packets is implicitly allowed by RFC. TLS defines its own record protocol, which must be used atop a reliable, connection-oriented channel such as that provided by TCP, and that channel is allowed to do whatever it wants to optimize its behavior (and SSL

Re: [openssl.org #1455] inconsistant behaviour when using s_client with and without -pause option

2007-03-06 Thread Christian Marg via RT
Hello, this is the Digest of a conversation concerning the Bug report filed as #1455 held with Christophe Devine: Christophe Devine wrote: > Christian Marg wrote: >> Christophe Devine wrote: >>> Christian Marg wrote: Christophe Devine wrote: > Christian Marg wrote: >> I now have a c

[openssl.org #1455] inconsistant behaviour when using s_client with and without -pause option

2007-03-02 Thread Christian Marg
Hello, I am also encountering the behaviour described in http://rt.openssl.org/Ticket/Display.html?id=1455 I'd like help fixing this bug, maybe by providing Logs or Network Traffic dumps - would somebody with OpenSSL developement experience be kind enough to consider looking into this bug? It's

[openssl.org #1455] inconsistant behaviour when using s_client with and without -pause option

2007-01-07 Thread via RT
I have been using openssl s_client -connect ip:636 -CAfile cafile to test ssl connection to ads2000 ldap server, which is ssl-enabled with 2048bit of certificate.an error was thrown as below, 5252:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:.\ssl\s23_lib .c:230: however, if