Need example application for TCP+SSL

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
aktac_3789331
Level 2
Level 2

Hi Support,

I am evaluating the cypress CYW943907AEVAL1F board and using SDK version 6.0.1.5. For example of TCP communication, I can see some apps in the snip for TCP client and TCP client power save.

Do you have any example application for TCP+SSL?

Or can you please guide me for how to load certificate and modify the TCP client application to use it with SSL?

I will use OpenSSL  for opening the  TCP server and I do have the required certificate for the connection . I am attaching the sample application that I am referring to and the certificate as well which needs to be loaded. The certificate that I have is in the .pem format.

Thanks

Akash

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

TCP+TLS is explained in WW101 chapter WW101-06b-Sockets-TLS.pdf available at https://github.com/cypresssemiconductorco/CypressAcademy_WW101_Files/tree/master/Labmanual. Please refer to sections 6B.2 X.509 CERTIFICATES and 6B.3 TCP/IP SOCKETS WITH TRANSPORT LAYER SECURITY (TLS).

View solution in original post

2 Replies
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

TCP+TLS is explained in WW101 chapter WW101-06b-Sockets-TLS.pdf available at https://github.com/cypresssemiconductorco/CypressAcademy_WW101_Files/tree/master/Labmanual. Please refer to sections 6B.2 X.509 CERTIFICATES and 6B.3 TCP/IP SOCKETS WITH TRANSPORT LAYER SECURITY (TLS).

All of the WICED training is also available here on the community: WICED Training Videos

0 Likes