rust-sctp
rust-sctp copied to clipboard
TLS?
Any plans to support TLS over SCTP?
Isn't this out of the goal of this crate? But I think it could be done using crate 'openssl'.
SCTP extends TLS in fun and interesting ways. so it's not as simple as slapping TLS streams on top of the transport layer.
So do you want to use DTLS over SCTP or what are thinking about?
https://tools.ietf.org/html/rfc3436
OpenSSL supports TLS over SCTP AFAIK - wouldn't this be a solution for the first?