fork of cyassl-lib

Dependents:   TLS_cyassl TLS_cyassl

Files at this revision

API Documentation at this revision

Comitter:
feb11
Date:
Mon Sep 16 09:53:35 2013 +0000
Parent:
3:d5bd39a52de3
Commit message:
changed settings

Changed in this revision

cyassl/ctaocrypt/settings.h Show annotated file Show diff for this revision Revisions of this file
--- a/cyassl/ctaocrypt/settings.h	Fri Sep 13 12:58:18 2013 +0000
+++ b/cyassl/ctaocrypt/settings.h	Mon Sep 16 09:53:35 2013 +0000
@@ -110,7 +110,7 @@
 
 #ifdef MBED
     #define SINGLE_THREADED
-    //#define CYASSL_USER_IO
+    #define CYASSL_USER_IO
     #define NO_WRITEV
     #define NO_DEV_RANDOM // write an OS-specific GenerateSeed() function (found in “ctaocrypt/src/random.c”).
     #define NO_SHA512
@@ -118,10 +118,10 @@
     #define NO_DSA
     #define NO_HC128
     #define NO_FILESYSTEM
-    #define DEBUG_CYASSL
+    //#define DEBUG_CYASSL
     //#define NO_CERTS
-   #define SSL_CFG_PSK_EN
-    #define CYASSL_DTLS
+    #define SSL_CFG_PSK_EN
+    //#define CYASSL_DTLS
     #define SSL_CFG_DTLS_EN
     #define NO_DES3 // 3 des is being phased out
     #define NO_MD4 // MD4 is broken and shouldn't be used