Skip to main content
Sreedhar
Associate II
April 11, 2023
Solved

Examples on using STM32Crypto Library along with other SSL/TLS libraries

  • April 11, 2023
  • 1 reply
  • 2349 views

Hello all,

I am working on a project with STM32H753 microcontroller which requires usage of SSL/TLS library functions along with Cryptographic functionalities. I see online and most of the examples I find are either using Mbed TLS or WolfSSL or similar completely.

I am looking for a case where I could use the X-CUBE-CRYPTOLIB - STM32 Crypto Library for all the cryptographic functionalities and use the SSL/TLS functionalities from Mbed TLS/WolfSSL, since the STM32 Cryptolib does not provide the same. Is that possible? Can anyone point to some examples or sample projects in this regard?

Thanks a lot in advance,

Sreedhar.

This topic has been closed for replies.
Best answer by Jocelyn RICARD

Hello @Sreedhar​,

To my knowledge there is no implementation of TLS using X-CUBE-CRYPTOLIB.

Third party solutions such as WolfSSL and Oryx are the way to go if you want to have a robust and up-to-date implementations.

Best regards

Jocelyn

1 reply

Jocelyn RICARD
Jocelyn RICARDBest answer
ST Employee
April 21, 2023

Hello @Sreedhar​,

To my knowledge there is no implementation of TLS using X-CUBE-CRYPTOLIB.

Third party solutions such as WolfSSL and Oryx are the way to go if you want to have a robust and up-to-date implementations.

Best regards

Jocelyn

Sreedhar
SreedharAuthor
Associate II
April 24, 2023

Thanks a lot for your insight @Jocelyn RICARD​. Somehow all the searches online pointed to this route only. I'll plan ahead with WolfSSL and see where I end up. Thanks again.