Re: [openssl-users] How to handle DTLS Certificate Reassembly Error

2016-09-17 Thread Matt Caswell
On 17/09/16 16:11, Chad Phillips wrote: > Was this packet capture done on the client side or the server side or > somewhere in the middle? There appears to be some messages missing. > In particular I don’t see any CCS or Finished messages being > exchanged. Is the network this is

Re: [openssl-users] How to handle DTLS Certificate Reassembly Error

2016-09-17 Thread Chad Phillips
On Sat, Sep 17, 2016 at 3:43 PM, Matt Caswell wrote: There is an OpenSSL API which is intended to resolve this issue: > > DTLSv1_handle_timeout() > > The application is expected to call this periodically during the > handshake if no other data has been sent or received. The

Re: [openssl-users] How to handle DTLS Certificate Reassembly Error

2016-09-17 Thread Chad Phillips
Matt, thanks for the reply, very helpful so far! Answers to your questions below: You don't say what version of OpenSSL. > The support library I’m using is Licode: http://lynckia.com/licode/index.html The version of openssl I have compiled into it is 1.0.2h. > The packet trace you sent is