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

Dependencies:   cyassl-lib

Fork of TLS_cyassl by Francois Berder

Files at this revision

API Documentation at this revision

Comitter:
feb11
Date:
Mon Sep 16 10:51:04 2013 +0000
Parent:
2:63ad554f6ca4
Child:
4:86a5029194b4
Commit message:
remove useless code

Changed in this revision

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