Re: [openssl-users] DTLS with multiple clients

2018-04-05 Thread Varun Kulkarni
On Thu, Apr 5, 2018 at 4:03 PM, Matt Caswell wrote: > > > On 05/04/18 23:37, Varun Kulkarni wrote: > > > > > Thanks for the reply Matt. Previosuly , I did the exact thing you > > mentioned. But in that case , the DTLSV1_listen returns succesfully (> > >

Re: [openssl-users] DTLS with multiple clients

2018-04-05 Thread Varun Kulkarni
On Thu, Apr 5, 2018 at 4:03 PM, Matt Caswell wrote: > > > On 05/04/18 23:37, Varun Kulkarni wrote: > > > > > Thanks for the reply Matt. Previosuly , I did the exact thing you > > mentioned. But in that case , the DTLSV1_listen returns succesfully (> > >

Re: [openssl-users] DTLS with multiple clients

2018-04-05 Thread Varun Kulkarni
On Thu, Apr 5, 2018 at 3:06 PM, Matt Caswell wrote: > > > On 05/04/18 18:53, Varun Kulkarni wrote: > > Hi Matt, > > > > > > I was able to fix the issue with the following changes. The change was > > to create new fd (bound to server address) each time DT

Re: [openssl-users] DTLS with multiple clients

2018-04-05 Thread Varun Kulkarni
e: > Are you able to share a simple reproducer of your problem? > > Matt > > On 05/04/18 02:14, Varun Kulkarni wrote: > > Hi, > > > > I was able to get DTLS work with the latest version of openssl with a > > single client and server. However, I was unable to

[openssl-users] DTLS with multiple clients

2018-04-04 Thread Varun Kulkarni
Hi, I was able to get DTLS work with the latest version of openssl with a single client and server. However, I was unable to get it to work with multiple clients. The first client completes the handshake and works well. But however the function DTLSv1_listen returns 1 immediately even for an appli