Part Number: PROCESSOR-SDK-AM335X
Tool/software: TI-RTOS
I have searched and found that there is (or was) a lib that works with the smaller IP stack on the C3200 devices.
Is there a package to implement SSL with the NDK?
In the Windows and Linux world, I have written a HTTP web server, which ports over to the NDK using the BSD sockets. And in the Windows and Linux world, I also easily implemented the SSL API into the same server, making it HTTPS, using OpenSSL. But looking for an SSL solution in TI/RTOS NDK now.
So, do I need to take on the task of attempting to port the OpenSSL over to run in a CCS project, or is there a package already out there somewhere which I haven't found yet?
My target is the AM335x, and I'm currently prototyping development on the BBB. (CCS 7.2, pdk_am335x_1_0_7 Apologies if I over "tagged" this )
Thanks.
-CSW