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

Files at this revision

API Documentation at this revision

Comitter:
feb11
Date:
Wed Sep 18 09:09:27 2013 +0000
Parent:
1:a5e7369f39d9
Commit message:
added comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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"