wolfSSL SSL/TLS library, support up to TLS1.3

Dependents:   CyaSSL-Twitter-OAuth4Tw Example-client-tls-cert TwitterReader TweetTest ... more

Committer:
wolfSSL
Date:
Tue Jul 21 11:37:09 2015 +0000
Revision:
2:28278596c2a2
Parent:
1:e27310ce7654
Child:
3:6f956bdb3073
better MBED option set

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 0:d92f9d21154c 1 #define MBED
wolfSSL 1:e27310ce7654 2
wolfSSL 0:d92f9d21154c 3 #define WOLFSSL_USER_IO
wolfSSL 0:d92f9d21154c 4 #define NO_WRITEV
wolfSSL 0:d92f9d21154c 5 #define NO_DEV_RANDOM
wolfSSL 0:d92f9d21154c 6 #define HAVE_ECC
wolfSSL 1:e27310ce7654 7 #define NO_SESSION_CACHE // For Small RAM
wolfSSL 2:28278596c2a2 8 //#define IGNORE_KEY_EXTENSIONS
wolfSSL 2:28278596c2a2 9 #define NO_WOLFSSL_DIR
wolfSSL 2:28278596c2a2 10 #define DEBUG_WOLFSSL
wolfSSL 2:28278596c2a2 11
wolfSSL 1:e27310ce7654 12 /* Options for Sample program */
wolfSSL 2:28278596c2a2 13 //#define WOLFSSL_NO_VERIFYSERVER
wolfSSL 2:28278596c2a2 14 //#define NO_FILESYSTEM
wolfSSL 2:28278596c2a2 15 #ifndef WOLFSSL_NO_VERIFYSERVER
wolfSSL 2:28278596c2a2 16 #define TIME_OVERRIDES
wolfSSL 2:28278596c2a2 17 #define XTIME time
wolfSSL 2:28278596c2a2 18 #define XGMTIME localtime
wolfSSL 2:28278596c2a2 19 #endif