Any existing SSL/TLS library or How to import external SSL/TLS library for SPC58EC-DISP ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-06 7:54 PM
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 1:40 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-04-07 1:40 AM
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
