A library for setting up Secure Socket Layer (SSL) connections and verifying remote hosts using certificates. Contains only the source files for mbed platform implementation of the library.

Dependents:   HTTPClient-SSL HTTPClient-SSL HTTPClient-SSL HTTPClient-SSL

Revision:
1:561bad221c72
Parent:
0:b86d15c6ba29
Child:
3:b777bfcb1381
diff -r b86d15c6ba29 -r 561bad221c72 cyassl/ctaocrypt/settings.h
--- a/cyassl/ctaocrypt/settings.h	Mon Jan 19 21:45:42 2015 +0000
+++ b/cyassl/ctaocrypt/settings.h	Mon Feb 02 15:11:07 2015 +0000
@@ -197,9 +197,12 @@
 #ifdef MBED
     #define USER_TIME
     #define DEBUG_CYASSL
+    #define SIZE_OF_LONG 4
     #define SIZE_OF_LONG_LONG 8
     #define MAX_CHAIN_DEPTH 15
     
+    #define NO_TIME_VERIFY //Define to disable certificate date verification
+    
     #define CYASSL_USER_IO
     #define NO_FILESYSTEM
     #define NO_CERT