Re: [openssl-dev] Fwd: DTLS handshake not getting completed

2015-03-09 Thread Matt Caswell
On 09/03/15 16:38, Kannamraju P wrote: > I am using openssl-1.0.1h . Please can you try the git HEAD (OpenSSL_1_0_1-stable) and let me know if you still have the same issue. There have been quite a few DTLS fixes that have gone in since 1.0.1h. Thanks Matt ___

Re: [openssl-dev] Fwd: DTLS handshake not getting completed

2015-03-09 Thread Kannamraju P
I am using openssl-1.0.1h . On Mon, Mar 9, 2015 at 12:33 PM, Matt Caswell wrote: > > > On 09/03/15 15:17, Kannamraju P wrote: > > Hi Matt, > > > > I already have SSL_CTX_set_read_ahead(ctx, 1); set , still running > > into the same > > issue.Any idea what could be the issue. > > Hmwhat

Re: [openssl-dev] Fwd: DTLS handshake not getting completed

2015-03-09 Thread Matt Caswell
On 09/03/15 15:17, Kannamraju P wrote: > Hi Matt, > > I already have SSL_CTX_set_read_ahead(ctx, 1); set , still running > into the same > issue.Any idea what could be the issue. Hmwhat version of OpenSSL are you using? Do you still get this if you use the git HEAD version? Matt ___

Re: [openssl-dev] Fwd: DTLS handshake not getting completed

2015-03-09 Thread Kannamraju P
Hi Matt, I already have SSL_CTX_set_read_ahead(ctx, 1); set , still running into the same issue.Any idea what could be the issue. Thanks, Raju. On Mon, Mar 9, 2015 at 5:58 AM, Matt Caswell wrote: > > > On 08/03/15 04:04, Kannamraju P wrote: > > -- Forwarded message -- > > Fro

[openssl-dev] [openssl.org #3711] [RFC PATCH] 1.0.2 regresssion: Wrong SSL version in DTLS_BAD_VER ClientHello

2015-03-09 Thread Matt Caswell via RT
Fixed in this commit: https://github.com/openssl/openssl/commit/f7683aaf36341dc65672ac2ccdbfd4a232e3626d Thanks for the patch. I'm leaving this ticket open for now to consider the DTLS 0.9 method stuff (which I would look at from a master only, point of view). Matt

[openssl-dev] [openssl.org #3703] 1.0.2 regression with Cisco DTLS_BAD_VER

2015-03-09 Thread Matt Caswell via RT
Fixed in this commit: https://github.com/openssl/openssl/commit/5178a16c4375471d25e1f5ef5de46febb62a5529 Closing ticket. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] Fwd: DTLS handshake not getting completed

2015-03-09 Thread Matt Caswell
On 08/03/15 04:04, Kannamraju P wrote: > -- Forwarded message -- > From: "Kannamraju P" mailto:pkannamr...@gmail.com>> > Date: Mar 6, 2015 12:44 AM > Subject: DTLS handshake not getting completed > To: mailto:openssl-us...@openssl.org>> > Cc: > > Hi All, > > I am testing out a