[openssl.org #1953] Bug: DTLS never sends Finish and leaks that message

2009-06-12 Thread Michael via RT
Hi, During a DTLS handshake, the dtls1_buffer_message() function is called in the following order. The values of epoch and handshake_write_sequence are provided. send_client_hello: epoch==0, handshake_write_sequence==0 send_client_key_xchg: epoch==0, handshake_write_sequence==1 send_change_cipher

Re: [openssl.org #1953] Bug: DTLS never sends Finish and leaks that message

2009-06-12 Thread Robin Seggelmann via RT
Hi Michael, this bug has already been described in bug report #1828 and has been fixed in OpenSSL 1.0.0 beta 2 as well as in the current version of the 0.9.8 stable development branch. To solve this issue you can either use OpenSSL 1.0.0 beta 2 or use the patches for 0.9.8k provided on sctp

Re: [PATCH] openssl 0.9.8k qnx diffs

2009-06-12 Thread Sean Boudreau
On Wed, Jun 10, 2009 at 08:59:34PM +0200, Ger Hobbelt wrote: > Looks fine to me. > > > Tip: to give this a chance of NOT disappearing into the background > noise of the mailing lists, you might want to send this patch (as > attachment, like you originally did on this ML) to the ticket tracker > s

OpenSSL code on Windows crashes.

2009-06-12 Thread patfla
Hi - I'm looking to eventually wrap OpenSSL in Eiffel - the OO language that we use in house. So testing out various things. We're on Windows. I downloaded the Windows port of OpenSSL from here: http://www.slproweb.com/products/Win32OpenSSL.html (and sent the author some money via paypal as r

Re: OpenSSL code on Windows crashes.

2009-06-12 Thread Kyle Hamilton
Please, read INSTALL.W32. Also, please read http://openssl.org/support/faq.html#PROG2 for more information. (This is one of the most frequently asked questions.) If you can, build OpenSSL yourself. This may not necessarily be practical for you, but if you can it should help a lot. -Kyle H On