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

Dependencies:   cyassl-lib

Fork of TLS_cyassl by Francois Berder

Revision:
4:86a5029194b4
Parent:
2:63ad554f6ca4
diff -r 0e5471a26490 -r 86a5029194b4 TLSConnection.h
--- a/TLSConnection.h	Mon Sep 16 10:51:04 2013 +0000
+++ b/TLSConnection.h	Wed Sep 18 09:00:57 2013 +0000
@@ -6,11 +6,15 @@
 #include "bsd_socket.h"
 #include "cyassl/ssl.h"
 
+class TLSServer;
+
 /** This class provides a user-friendly interface for the
     axTLS library.
 */
 class TLSConnection : public Socket, public Endpoint
 {
+
+    friend class TLSServer;
 public :
 
     TLSConnection();