This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi there,
I would like integrate wolfSSL inside my project.
I am using an AM243x microcontroller and MCU-PLUS-SDK-AM243X v08.05.00.24 for a FreeRTOS based project.
I would like to know if someone has already integrated wolfSSL for a similar scenario, so which resources were used (CCS example project, building guide, … ).
Any suggestions will be appreciated.
Thanks in advance.
Regards,
Matteo
Hi Matteo,
I would like to know if someone has already integrated wolfSSL for a similar scenario, so which resources were used (CCS example project, building guide, … ).
Any suggestions will be appreciated.
We have integrated Mbed TLS in MCU PLUS SDK AM243x. It is planned for SDK 8.6 release. May I know specific for choosing Wolf SSL?
Also COuld you please let me know the use case is it for https server based application?
Hi Nilabh,
Thanks for the answer.
I know and use mbedTLS, it is an excellent library. However, I’m looking for a SCEP client. Up to now the wolfSSL is the only library that include a SCEP client implementation targeted for an embedded environment similar to mine. This is the reason why I am evaluating wolfSSL.
Thanks again.
Regards,
Matteo
Thanks Matteo, I understood the reason.
I am expecting you will use LwIP+FreeRTOS to communicate with your SCEP server.
Can you please confirm the same.
This is an old WolfSSL integration guide on older AM335x device, This can serve as a good starting point
Hi Nilabh,
Exactly, I’ll start from that project (LwIP + FreeRTOS) to build on top the wolfSSL.
Thanks also for the suggestion.
Regards,
Matteo