NetBurner 3.1
SSL/TLS Server

This program will create a SSL/TLS server task. To test the application you can use another NetBurner device configured as a client, or openssl. The command line options for openssl as of 9-Feb-2016 are: openssl s_client -tls1 -connect <ip address>="">:<port>

For example: openssl s_client -tls1 -connect 10.1.1.191:8883

This example uses a simple read() function to receive data from a TCP client.