Re: [openssl-users] Same library usage for DTLS on SCTP and UDP

2017-11-13 Thread Grace Priscilla Jero
Thank-you Matt. We will upgrade and test On 13-Nov-2017 5:36 PM, "Matt Caswell" wrote: > > > On 13/11/17 11:42, Grace Priscilla Jero wrote: > > It is 1.1.0f version. > > Ah! This is probably this bug: > > https://github.com/openssl/openssl/issues/3723 > > Which was fixed in 1.1.0 here: > > https

Re: [openssl-users] Same library usage for DTLS on SCTP and UDP

2017-11-13 Thread Matt Caswell
On 13/11/17 11:42, Grace Priscilla Jero wrote: > It is 1.1.0f version. Ah! This is probably this bug: https://github.com/openssl/openssl/issues/3723 Which was fixed in 1.1.0 here: https://github.com/openssl/openssl/commit/21815512063d00325fd8e25f3f39ced047cb968b That fix was made available i

Re: [openssl-users] Same library usage for DTLS on SCTP and UDP

2017-11-13 Thread Grace Priscilla Jero
It is 1.1.0f version. Thanks, Grace On 13-Nov-2017 4:02 PM, "Matt Caswell" wrote: On 13/11/17 06:48, Grace Priscilla Jero wrote: > Hi, > > We are using openssl library for UDP and SCTP connections. The library > is compiled with "sctp" option. But when it is used for DTLS on UDP the > connect

Re: [openssl-users] Same library usage for DTLS on SCTP and UDP

2017-11-13 Thread Matt Caswell
On 13/11/17 06:48, Grace Priscilla Jero wrote: > Hi, > > We are using openssl library for UDP and SCTP connections. The library > is compiled with "sctp" option. But when it is used for DTLS on UDP the > connection hangs at SSL_accept. > > When we remove the sctp option in compilation, the call

[openssl-users] Same library usage for DTLS on SCTP and UDP

2017-11-12 Thread Grace Priscilla Jero
Hi, We are using openssl library for UDP and SCTP connections. The library is compiled with "sctp" option. But when it is used for DTLS on UDP the connection hangs at SSL_accept. When we remove the sctp option in compilation, the call for DTLS on UDP goes fine. Do we have any additional option to