rust-sctp icon indicating copy to clipboard operation
rust-sctp copied to clipboard

TLS?

Open SoniEx2 opened this issue 7 years ago • 5 comments

Any plans to support TLS over SCTP?

SoniEx2 avatar Aug 09 '18 22:08 SoniEx2

Isn't this out of the goal of this crate? But I think it could be done using crate 'openssl'.

nyovaya avatar Jan 22 '19 21:01 nyovaya

SCTP extends TLS in fun and interesting ways. so it's not as simple as slapping TLS streams on top of the transport layer.

SoniEx2 avatar Jan 22 '19 21:01 SoniEx2

So do you want to use DTLS over SCTP or what are thinking about?

nyovaya avatar Jan 31 '19 08:01 nyovaya

https://tools.ietf.org/html/rfc3436

SoniEx2 avatar Jan 31 '19 17:01 SoniEx2

OpenSSL supports TLS over SCTP AFAIK - wouldn't this be a solution for the first?

nyovaya avatar Jan 31 '19 18:01 nyovaya