cancel
Showing results for 
Search instead for 
Did you mean: 

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

Sreedhar
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Jocelyn RICARD
ST Employee

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

View solution in original post

2 REPLIES 2
Jocelyn RICARD
ST Employee

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

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.