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

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

Committer:
wolfSSL
Date:
Mon Jul 20 08:05:20 2015 +0000
Revision:
1:e27310ce7654
Parent:
0:d92f9d21154c
Child:
2:28278596c2a2
3.6.0 for mbed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 0:d92f9d21154c 1 #define MBED
wolfSSL 1:e27310ce7654 2
wolfSSL 1:e27310ce7654 3 //#define NO_FILESYSTEM
wolfSSL 0:d92f9d21154c 4 #define WOLFSSL_USER_IO
wolfSSL 0:d92f9d21154c 5 #define NO_WRITEV
wolfSSL 0:d92f9d21154c 6 #define NO_DEV_RANDOM
wolfSSL 0:d92f9d21154c 7 #define NO_SHA512
wolfSSL 0:d92f9d21154c 8 #define HAVE_ECC
wolfSSL 1:e27310ce7654 9 #define NO_SESSION_CACHE // For Small RAM
wolfSSL 0:d92f9d21154c 10 #define IGNORE_KEY_EXTENSIONS
wolfSSL 1:e27310ce7654 11 #define NO_WOLFSSL_DIR
wolfSSL 1:e27310ce7654 12
wolfSSL 1:e27310ce7654 13 //#define DEBUG_WOLFSSL
wolfSSL 1:e27310ce7654 14
wolfSSL 1:e27310ce7654 15 /* Options for Sample program */
wolfSSL 1:e27310ce7654 16 #define WOLFSSL_NO_VERIFY_SVR
wolfSSL 1:e27310ce7654 17