A fork of the TLS_cyassl embedded SSL library with certificate validation disabled.

Dependencies:   cyassl-lib

Fork of TLS_cyassl by Francois Berder

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.