This program shows how to use TLS_cyassl to connect to mbed.org

Dependencies:   EthernetInterface6 TLS_cyassl mbed-rtos mbed

Fork of TLS_cyassl-Example by Francois Berder

Revision:
2:a223b3c8a334
Parent:
1:a5e7369f39d9
--- a/main.cpp	Wed Sep 18 09:07:45 2013 +0000
+++ b/main.cpp	Wed Sep 18 09:09:27 2013 +0000
@@ -1,3 +1,7 @@
+/** This example show how to use the TLS_cyassl library
+    to connect to a server using TLS.
+*/
+
 #include "mbed.h"
 #include "EthernetInterface.h"
 #include "TLSConnection.h"