Re: [openssl-users] SSL_shutdown return error when close in init

2017-04-20 Thread Linsell, StevenX
On 20/04/2017, Bohn, Jakob wrote: >Let me clarify: The idea was not to change the synchronization structure, >but to set a flag or otherwise (asynchronously or in a small critical >section) change the state such that when the communication async >operations resume, they will proceed directly to a

Re: [openssl-users] SSL_shutdown return error when close in init

2017-04-20 Thread Jakob Bohm
On 20/04/2017 13:16, Linsell, StevenX wrote: On 19/04/2017, Bohn, Jakob via openssl-users wrote: On 19/04/2017 14:35, Salz, Rich via openssl-users wrote: The OpenSSL documentation makes it clear that you must keep calling the same asynchronous function with the same parameters until the async

Re: [openssl-users] Query regarding DTLS handshake

2017-04-20 Thread Martin Brejcha
Matt Caswell wrote on 04/20/2017 03:23 PM: > > > On 20/04/17 14:19, Martin Brejcha wrote: >> >> >> Matt Caswell wrote on 04/20/2017 01:29 PM: >>> >>> >>> On 20/04/17 12:26, mahesh gs wrote: Hi Matt, Yes I raised github case for the same issue. I also tried running this call

Re: [openssl-users] Query regarding DTLS handshake

2017-04-20 Thread Matt Caswell
On 20/04/17 14:19, Martin Brejcha wrote: > > > Matt Caswell wrote on 04/20/2017 01:29 PM: >> >> >> On 20/04/17 12:26, mahesh gs wrote: >>> Hi Matt, >>> >>> Yes I raised github case for the same issue. I also tried running this >>> call flow with the latest SNAPSHOT code (openssl-SNAP-20170419)

Re: [openssl-users] Query regarding DTLS handshake

2017-04-20 Thread Martin Brejcha
Matt Caswell wrote on 04/20/2017 01:29 PM: > > > On 20/04/17 12:26, mahesh gs wrote: >> Hi Matt, >> >> Yes I raised github case for the same issue. I also tried running this >> call flow with the latest SNAPSHOT code (openssl-SNAP-20170419) and >> handshake is successful with the latest SNAPSHO

Re: [openssl-users] Query regarding DTLS handshake

2017-04-20 Thread Matt Caswell
On 20/04/17 12:26, mahesh gs wrote: > Hi Matt, > > Yes I raised github case for the same issue. I also tried running this > call flow with the latest SNAPSHOT code (openssl-SNAP-20170419) and > handshake is successful with the latest SNAPSHOT code which is not an > official release. > > I check

Re: [openssl-users] SSL_shutdown return error when close in init

2017-04-20 Thread Linsell, StevenX
On 19/04/2017, Bohn, Jakob via openssl-users wrote: > On 19/04/2017 14:35, Salz, Rich via openssl-users wrote: > >> The OpenSSL documentation makes it clear that you must keep calling > >> the same asynchronous function with the same parameters until the > >> async job has completed. > > Is there

Re: [openssl-users] Query regarding DTLS handshake

2017-04-20 Thread mahesh gs
Hi Matt, Yes I raised github case for the same issue. I also tried running this call flow with the latest SNAPSHOT code (openssl-SNAP-20170419) and handshake is successful with the latest SNAPSHOT code which is not an official release. I checked the github repo history and observer that during co