1

(1 replies, posted in wolfSSL)

Hi all,

I've tried to find SSL library for my TMS320 based system, which is c28x family and using c2000 compiler.
Unfortunately, I've just heard that TI doesn't support openSSL over TMS320.
openSSL over TMS320 behaves wrongly, because data types of c28x families are a little different(char is 16bit, int is 16bit as well) with common data types due to its CPU architecture.

As I saw wolfSSL pages, it looks possible to port wolfSSL over TMS320, but I'm not sure.
From the porting guide, wolfSSL looks to be able to make its data types compatible to target system.

Has anybody tried to port wolfSSL to c28x families such as TMS320?
Is there a guide for it?

Thanks & Best regards,
Larry