linking mbedTLS to MicroPython

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
m0ot
Posts: 2
Joined: Fri Mar 29, 2019 3:33 pm

linking mbedTLS to MicroPython

Post by m0ot » Fri Mar 29, 2019 3:36 pm

Hi,
I'm new with programming libraries and I'm looking for help. I've tested MicroPython on esp32 using MQTT libarary secured by ssl and it worked like a charm. Now, MicroPython supports axTLS by default. axTLS supports until TLS 1.2 only. However, I want to create an MQTT connection secured by TLS 1.3 which already supported by mbedTLS. As I understood, it's possible in MicoPython to link mbedTLS instead of axTLS.

My questions:
Which files in MicroPython must be modified in order to link mbedTLS correctly? and
which tools do I need for developing and testing my work?

thanks
Ahmed

macgyver24x7
Posts: 1
Joined: Mon Feb 22, 2021 7:01 am

Re: linking mbedTLS to MicroPython

Post by macgyver24x7 » Mon Feb 22, 2021 7:03 am

Hi Ahmed,

Did you ever figure this out? I started looking into this recently too.

Thanks!
Macgyver

Post Reply