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:
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