Skip to content
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

Open
ryan-summers opened this issue Nov 22, 2022 · 5 comments
Open

Add TLS support #121

ryan-summers opened this issue Nov 22, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@ryan-summers
Copy link
Member

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.

@ryan-summers ryan-summers added the enhancement New feature or request label Nov 22, 2022
@ryan-summers ryan-summers mentioned this issue Nov 22, 2022
@teovillanueva
Copy link

Hello! Is TLS support planned?

@ryan-summers
Copy link
Member Author

ryan-summers commented Oct 19, 2023

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

@Ddystopia
Copy link

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

@ryan-summers
Copy link
Member Author

ryan-summers commented Apr 5, 2024

Yeah, the intent would be to leverage embedded-tls (or rustls when no-std support is complete) to facilitate this. Is your comment about wrapping a TCP stream with a TLS mechanism and then treating it opaquely as a "TCP stream"? That would alos be an interesting approach.

@overheat
Copy link

embedded-tls already support Client Certificate Authorization, drogue-iot/embedded-tls#135
Cloud we have this tls support with a mutual auth example, like AWS iot core does?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants