wrapper of the mbed port of Cyassl. It's based of the work of Ashley Mills

Dependencies:   cyassl-lib

Dependents:   TLS_cyassl-Example TLS_cyassl-Example2 HTTPSClientExample2

Fork of TLS_cyassl by Francois Berder

Import programTLS_cyassl-Example

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

Import programTLS_cyassl-Example2

This example show how to create a small TLS server using the TLS_cyassl library.

Revision:
2:63ad554f6ca4
Parent:
0:815067fd66c9
Child:
4:86a5029194b4
--- a/TLSConnection.h	Fri Sep 13 12:59:14 2013 +0000
+++ b/TLSConnection.h	Mon Sep 16 09:54:45 2013 +0000
@@ -3,7 +3,8 @@
 
 #include "Socket.h"
 #include "Endpoint.h"
-#include "ssl.h"
+#include "bsd_socket.h"
+#include "cyassl/ssl.h"
 
 /** This class provides a user-friendly interface for the
     axTLS library.