-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS? #5
Comments
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? |
OpenSSL supports TLS over SCTP AFAIK - wouldn't this be a solution for the first? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any plans to support TLS over SCTP?
The text was updated successfully, but these errors were encountered: