Re: DSO_load using DSO_method_dlfcn

2008-10-14 Thread David Woodhouse
On Mon, 2008-10-13 at 22:11 -0400, Geoff Thorpe wrote: What's the relation between this patch and the original poster's question? I suspect that I haven't fully understood what your patch is trying to resolve. The question was 'how to load a DSO from within an engine'. That patch just

Re: [openssl.org #1703] Bug report for DTLS

2008-10-14 Thread Lutz Jaenicke
David Woodhouse wrote: On Mon, 2008-10-13 at 09:01 +0200, Lutz Jaenicke via RT wrote: Note: I have reverted the DTLS1_BAD_VER part as DTLS1_BAD_VER handling is not present in HEAD (0.9.9). That makes sense. I assume that DTLS1_BAD_VER handling wasn't added to HEAD because the

[PATCH] DTLS renegotiation bug #1647

2008-10-14 Thread Robin Seggelmann
As described in bug report #1647 both server and client are hanging when calling SSL_renegotiate() with DTLS. The client sends the ClientHello to the server, but the message sequence number has not been reset to 0 after the first handshake. So the server drops it (out of sync) and

[openssl.org #1647] [PATCH] DTLS renegotiation bug #1647

2008-10-14 Thread Robin Seggelmann via RT
As described in bug report #1647 both server and client are hanging when calling SSL_renegotiate() with DTLS. The client sends the ClientHello to the server, but the message sequence number has not been reset to 0 after the first handshake. So the server drops it (out of sync) and

question regarding ./config no-idea no-mdc2 no-rc5

2008-10-14 Thread Frank Zhou
Hi There, I am building a web service client application that uses openSSL for web service https/SSL communication. In order to avoid the patent issue for the portion of openSSL, I build the openSSL libraries myself using ./config no-idea no-mdc2 no-rc5. All is working fine as far as I am