Re: Fwd: Download binaries - 404 not found

2014-12-03 Thread Ken Goldman
On 12/3/2014 9:41 AM, T K wrote: Is there any other way to download binaries for Win32/64? http://slproweb.com/products/Win32OpenSSL.html __ OpenSSL Project http://www.openssl.org User Support

RE: Download binaries - 404 not found

2014-12-03 Thread Salz, Rich
> http://www.openssl.org/related/binaries.html gives an "404 not found" error. > Is there any other way to download binaries for Win32/64? They moved to the ‘about’ area. The FAQ is auto-generated and I forgot to update that. Fixed, thanks. :��I"Ϯ��r�m (Z+�K�+1���x ��h[�z�(��

Download binaries - 404 not found

2014-12-03 Thread T K
Hi, maybe I missed the information but http://www.openssl.org/related/binaries.html gives an "404 not found" error. Is there any other way to download binaries for Win32/64? Thanks, Thorsten

Fwd: Download binaries - 404 not found

2014-12-03 Thread T K
Hi, maybe I missed the information that the files are not available any more... http://www.openssl.org/related/binaries.html gives an "404 not found" error. Is there any other way to download binaries for Win32/64? Thanks, Thorsten

Re: Memory Leak when Using Openssl

2014-12-03 Thread Matt Caswell
On 03/12/14 10:34, T@Run..! Polisetty wrote: > Hai All, > >We are using Openssl for DTLS Negotiations. When we run the Valgrind > with this setup. We are finding some major loss of memory at one place. > > > ==23871== 4,224 (1,056 direct, 3,168 indirect) bytes in 3 blocks are

Re: DTLS retransmissions ...

2014-12-03 Thread Dmitry Sobinov
Hi, You can try to use memory BIO pair and call SSL_do_handshake whenever you want and as often as you need, not relying on DTLSv1_get_timeout. Negotiation is finished as soon as SSL_renegotiate_pending returns zero and handshake error is SSL_ERROR_NONE. Of course, in this case you'll need your o

Re: Memory Leak when Using Openssl

2014-12-03 Thread Kurt Roeckx
On Wed, Dec 03, 2014 at 04:04:16PM +0530, T@Run..! Polisetty wrote: > Hai All, > >We are using Openssl for DTLS Negotiations. When we run the Valgrind > with this setup. We are finding some major loss of memory at one place. Can you check with a current git version? There have b