2023-04-11 12:02 AM
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.
Solved! Go to Solution.
2023-04-21 04:38 AM
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
2023-04-21 04:38 AM
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
2023-04-23 10:11 PM
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.