Re: Regarding netinet/sctp.h inclusion in bss_dgram.c

2019-10-15 Thread Naveen Shivanna
Thanks. Regarding BIO_dgram_sctp_wait_for_dry() and BIO_dgram_sctp_msg_waiting(), we can use the new control options which are already merged in master : BIO_CTRL_DGRAM_SCTP_WAIT_FOR_DRY BIO_CTRL_DGRAM_SCTP_MSG_WAITING. On Tue, 15 Oct, 2019, 3:19 PM Matt Caswell, wrote: > > > On 15/10/2019 10:

Re: Regarding netinet/sctp.h inclusion in bss_dgram.c

2019-10-15 Thread Matt Caswell
On 15/10/2019 10:32, Matt Caswell wrote: > > > On 15/10/2019 07:51, Naveen Shivanna wrote: >> Hi,  >> >> After adding 'enable-sctp' compile option, OpenSSL (DTLS) can work with >> SCTP as transport. >> >> OpenSSL bss_dgram.c file includes the kernel /netinet/sctp.h. >> >> We have our own custo