Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-17 Thread Matt Caswell
On 17/05/16 17:43, Rajeswari K wrote: > Hi Matt, > > Can you share s3_srvr.c file which is based on 1.1.0 release where DTLS > session resumption works? I tried downloading 1.1.0-pre5 but i didnt see > any file related with s3_srvr.c. See the tls_process_client_hello() function in ssl/statem/s

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-17 Thread Rajeswari K
Hi Matt, Can you share s3_srvr.c file which is based on 1.1.0 release where DTLS session resumption works? I tried downloading 1.1.0-pre5 but i didnt see any file related with s3_srvr.c. Thanks, Rajeswari. On Mon, May 16, 2016 at 11:20 AM, Rajeswari K wrote: > Hi Matt, > > Yes, i tested with y

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-15 Thread Rajeswari K
Hi Matt, Yes, i tested with your patch. Honestly, before writing to openssl-dev team, i tried session resumption with moving the version just like what you gave as patch. But, still session resumption didn't work for me. Am debugging same at openssl front. Just to confirm on the issue, i tried ha

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-13 Thread Matt Caswell
On 13/05/16 18:33, Rajeswari K wrote: > Hi Matt, > > Thanks for the response. > > But, this fix doesn't perform session resumption. Did you try the patch? As you pointed out we hit the following line: if (i == 1 && s->version == s->session->ssl_version) { /* previous

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-13 Thread Rajeswari K
Hi Matt, Thanks for the response. But, this fix doesn't perform session resumption. Thanks, Rajeswari. On Wed, May 11, 2016 at 2:56 PM, Matt Caswell wrote: > > > On 10/05/16 18:34, Rajeswari K wrote: > > Hello openssl-dev team, > > > > Having query regarding DTLS session resumption when confi

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-11 Thread Matt Caswell
On 10/05/16 18:34, Rajeswari K wrote: > Hello openssl-dev team, > > Having query regarding DTLS session resumption when configured SSL_CTX > with DTLS_ANY_VERSION. > > When we select SSL_CTX with DTLS_ANY_VERSION, method will be of > DTLS_Server_method(), which will have ssl_ctx->version as 0x

[openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-10 Thread Rajeswari K
Hello openssl-dev team, Having query regarding DTLS session resumption when configured SSL_CTX with DTLS_ANY_VERSION. When we select SSL_CTX with DTLS_ANY_VERSION, method will be of DTLS_Server_method(), which will have ssl_ctx->version as 0xFEFD to support both the versions (i.e. DTLS1.0 and DTL