Fork of CyaSSL for my specific settings
Fork of CyaSSL by
Diff: cyassl/ctaocrypt/settings.h
- Revision:
- 4:28ac50e1d49c
- Parent:
- 1:f01293e6e7b8
--- a/cyassl/ctaocrypt/settings.h Wed Dec 03 05:24:18 2014 +0000 +++ b/cyassl/ctaocrypt/settings.h Tue Mar 03 22:52:52 2015 +0000 @@ -139,21 +139,30 @@ #ifdef MBED //#define SINGLE_THREADED - #define CYASSL_USER_IO - #define NO_FILESYSTEM //#define NO_CERTS //#define USE_CERT_BUFFERS_1024 + + #define CYASSL_USER_IO + #define CYASSL_SHA256 + #define CYASSL_CMSIS_RTOS + #define IGNORE_KEY_EXTENSIONS + #define DEBUG_CYASSL + + #define NO_SHA384 + #define NO_ECC + #define NO_FILESYSTEM #define NO_WRITEV #define NO_DEV_RANDOM #define NO_SHA512 #define NO_DH #define NO_DSA #define NO_HC128 - #define HAVE_ECC + #define NO_DES3 + #define NO_RC4 + #define NO_MD4 + #define NO_RABBIT + #define NO_HC128 #define NO_SESSION_CACHE - #define CYASSL_CMSIS_RTOS - #define IGNORE_KEY_EXTENSIONS - #define DEBUG_CYASSL #endif #ifdef CYASSL_TYTO