-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add TLS support #121
Comments
Hello! Is TLS support planned? |
It is indeed planned eventually, but much of minimq development is driven by the user needs of https://github.com/quartiq/stabilizer and https://github.com/quartiq/booster. Given that we don't have any immediate need yet, it's not yet on my priority list and is more of a fun project I'd like to get to later. cc @jordens |
Hello, I want to mention https://github.com/drogue-iot/embedded-tls here. It allows to wrap any tcp stream into tls. Maybe it would be useful for someone |
Yeah, the intent would be to leverage |
|
Add support for a TLS-based connection with the broker.
This may necessitate the development of new
embedded-nal
traits for the TCP stack.embedded-tls
can provide the necessary TLS components.The text was updated successfully, but these errors were encountered: