cancel
Showing results for 
Search instead for 
Did you mean: 

x.509 support in CryptoLib 4.0?

RKher.1
Associate III

I was looking over the example projects that come with CryptoLib v4.0 in the package en.STM32CubeExpansion_Crypto_v4.0.1 for examples related to X.509 certificate handling and was not able to find anything in that regard. I wanted to confirm whether or not CryptoLib supports X.509 certificates? It does not seem to do so. What is the recommended option for incorporating X.509 functions on STM32? Thanks!

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions
Bubbles
ST Employee

Hello, looking at https://www.st.com/resource/en/data_brief/x-cube-cryptolib.pdf

it's clearly not supported. I believe for a practical solution use of an additional secure element such as STSAFE A110 may be necessary after all. ( the example I linked earlier)

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Bubbles
ST Employee

Hello, looking at https://www.st.com/resource/en/data_brief/x-cube-cryptolib.pdf

it's clearly not supported. I believe for a practical solution use of an additional secure element such as STSAFE A110 may be necessary after all. ( the example I linked earlier)

J

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

RKher.1
Associate III

@JHOUD​ thanks for the clarification! I think I'm currently leaning toward incorporating mbedTLS since this is a software only option rather than a secure element but will revisit the secure element based strategy at a later stage.