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.
Tool/software:
Hello,
I understand that the NWP HTTP server on CC3220SF only supports the following four ciphers and that you cannot customize them.
Is this the same for the CC3230SF? If not, what are the supported ciphers and is there a way to customize them?
Thank you.
you have been assigned to one of our engineers and they will respond shortly.
Hello,
The Technical Reference Manual has an extremely detailed explanation of the CC3230 cryptography I recommend chapters 16-18
https://www.ti.com/lit/ug/swru543a/swru543a.pdf
Best,
Rogelio
Hi Rogelio,
No. Please check source code of CC3235 NWP what cipher suites are configured for NWP webserver.
But what I can say from my side, that cipher suites for NWP webserver are not configurable from end user application code. I think easiest way is to run webserver at application processor. CC3235/CC3230 have enough resources for this task.
Jan
Thank you. Is there an example that runs an HTTP server in the application processor? I don't see any in the SDK.
Hi Rogelio, any update on the default ciphers supported in the HTTP server in the NWP source code? I know the supported ciphers are listed in the Technical Reference Manual, but from what I understand, only a subset of them are supported when running an HTTP server on the NWP, and they are not configurable.
Hi,
There is not such example in SDK. But you can use TI HTTP library or use own HTTP server library. Example of using HTTP webserver you can find at the CC3200 SDK. Code is not compatible with CC3220/CC3235, but it is good for inspiration. For example I use own HTTP server at CC3220 and performance is much better than NWP webserver.
Jan