I’m working on a TI-RTOS project with TIVA C series processor TM4C129NCPDT. The SDK which is was build for tiva c series RTOS uses wolfSSL and I’m trying to replace it with mbed TLS.
I dont know what needs to be changed or which files need to be replaced.
and how to build the mbed for tiva c? is there any special configs regarding that?
Is there any user guide or a sample project available to do that?
Hi @dpkrai93
I would recomend you start by reading this article .
In addition, there are other articles that may interest you in the Knowledge base.
Regards,
Mbed TLS support
Ron
Hi Ron,
I went through the article but still I wasnt able to get it working.
I found this article which suits to my project Mbed TLS tutorial — Mbed TLS documentation
I have an http client working similar to the one here but when i’m following the steps i’m getting errors on mbedtls_ctr_drbg_seed.
Which way is the best to go if I have a http client and I want to add mbedTLS to make it secure?
Hi Deepak,
The tutorial you referenced should be the best way to go if you already have an http client.
In addition, you will need to refer the link I have referenced, to understand how to port Mbed TLS to different platforms, TIVA in your case.
Regards