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

Dependencies:   cyassl-lib

Fork of TLS_cyassl by Francois Berder

Revision:
3:0e5471a26490
Parent:
2:63ad554f6ca4
Child:
7:5c1e73469291
--- a/TLSConnection.cpp	Mon Sep 16 09:54:45 2013 +0000
+++ b/TLSConnection.cpp	Mon Sep 16 10:51:04 2013 +0000
@@ -56,7 +56,6 @@
     }
 
     CyaSSL_Init();
-    CyaSSL_Debugging_OFF();
     
     CYASSL_METHOD* method = CyaTLSv1_2_client_method();
     if(method == NULL)