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.

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)