Hi,
Does CC3000 support SSL?
Thanks,
Yael
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.
SSL support should be able to be supported by the host processor though. A bit processor intensive but probably not too bad if using a processor with an AES enc/dec peripheral like these Stellaris:
EK-LM3S1968, EK-LM3S2965 (revc), EK-LM3S3748,
EK-LM3S6965 (revc), EK-LM3S8962, EK-LM3S9B90, EK-LM3S9B92, as well as the
DK-LM3S9B96 development board
Also "Matrix SSL" stack may be useful.
Hi
Due to the fact that CC3000 TCP/IP stack can not be bypassed, and there is no support for raw socket on CC3000, you can not use external library for implementation of SSL.
Regards,
Igor
Hi,
I am sorry for misunderstanding, but I was confusing between the IPSEC and SSL in the previous post:
Igor56492 said:Hi
Due to the fact that CC3000 TCP/IP stack can not be bypassed, and there is no support for raw socket on CC3000, you can not use external library for implementation of SSL.
Regards,
Igor
So if you have an SSL engine together with the required encryptions engines, they can be implemented over the CC3000 Host Driver...
Regards,
Igor