cancel
Showing results for 
Search instead for 
Did you mean: 

Any existing SSL/TLS library or How to import external SSL/TLS library for SPC58EC-DISP ?

ANguy.5
Associate II

Hello,

I'm currently evaluating SPC58EC-DISP. I tried a few examples in SPC5-STUDIO and successfully send/read signals via CAN and Serial. Next, I would like to create an application (Authentication with PKI) to verify the device trying to communicate with my SPC58EC-DISP.

Admittedly, I never worked with any library in depth on the Authentication with PKI topic. But I tried a bit with OpenSSL and have read about WolfSSL that may have what I need.

My (newbie) questions are:

  • Are there any built-in library already that support Authentication with PKI or SSL/TLS in SPC5-STUDIO that I can use? I searched, but could not find much, please point to the source if you think i'm missing out on something.
  • How can I build/import extra library like OpenSSL or WolfSSL for my task if there is no available SSL/TLS library in SPC5-STUDIO?

Thank you,

An Nguyen

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello ,

i think that you should recompile with the compiler ppc-freevle and integrate this software library in your application.

https://github.com/wolfSSL/wolfssl

If you need some crytographic library function.

there are some useful functions in the Cryptographic component.

Best Regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Hello ,

i think that you should recompile with the compiler ppc-freevle and integrate this software library in your application.

https://github.com/wolfSSL/wolfssl

If you need some crytographic library function.

there are some useful functions in the Cryptographic component.

Best Regards

Erwan