On Thu, Mar 25, 2021 at 11:21 AM Alan Carvalho de Assis <acas...@gmail.com> wrote: > >> > >> > Regarding SSL, is it required to build? Maybe it can be initially > >> > integrated without > >> SSL support? > >> > >> You can use it with no SSL support. But MQTT-C supports multiple > >> crypto libraries, mbedTLS being one of them, I guess it was > >> contributed by Yamamoto. I used mbedTLS + MQTT-C before as well. > > > > Sure, if the mbedTLS PR gets finished it would be a good combination. > > > > Yes, I don't see Brennan around during this and last week, I hope he is fine!
I am back, but I needed to take a break and work on some other things I was behind on for a few weeks. I had kind of let that PR stall because I have been doing some experimenting with using trustzone to optionally back it. I should just do that work as a different PR and just push this one across the line. It might impact some of the integration work but it wont change how applications work with it since they just using the normal mbedtls API. --Brennan