2014-08-22 15:28 GMT+02:00 Brian Hassink <brian.hass...@oracle.com>:
> I do mean DTLS/SCTP (RFC6083).
>
> In our application, we have Diameter (RFC6733) traffic which can involve
> large messages.

OK, got it. In my case is SCTP over DTLS (WebRTC DataChannel), but the
underlying problem is the same (both UDP and SCTP are message based
rather than stream based).

It also happen during the DTLS handshake that the SSL_read() of the
incoming ClientHello produces all the DTLS responses into a single
step, so when I read from the network BIO I get a data buffer
containing many DTLS response records all together. They usually fit
into a single UDP datagram, but in case they do not I have no idea on
how to get separate DTLS records in order to send them separately in
different UDP datagrams.


-- 
Iñaki Baz Castillo
<i...@aliax.net>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to