Skip to main content
ANguy.5
Associate II
April 7, 2021
Solved

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

  • April 7, 2021
  • 1 reply
  • 1243 views

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

    This topic has been closed for replies.
    Best answer by Erwan YVIN

    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

    1 reply

    Erwan YVIN
    Erwan YVINBest answer
    ST Employee
    April 7, 2021

    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