This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC3235S: OpenSSL in CCS

Part Number: LAUNCHXL-CC3235S
Other Parts Discussed in Thread: CC3235S, CC3235SF

Hello everyone,

I am looking for OpenSSL library, compatible with CC3235s. It seems the official OpenSSL libary is not compatible with the board.

Wondering if there is any optimized OpenSSL library for cc3235s, or any suggestion on how can config the official one (GitHub - openssl/openssl: TLS/SSL and crypto library) to be compatible with Cortex-M4 architecture?

  • Hi,

    What is your purpose of need SSL library at CC3235 device? If you wan to use TLS sockets, you don't to need external SSL library, because device itself supports TLS up to 1.2. If you wan to use SSL library for other purpose, you can use library like Mbed TLS. Depending on your needs may or may not be able use this library due to memory resources (for example for TLS 1.3 CC3235S does not have enough memory sand CC3235SF need to be used).

    Jan