Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of wolfSSL by
Diff: user_settings.h
- Revision:
- 5:dc26f46317d3
- Parent:
- 3:6f956bdb3073
- Child:
- 10:6c2db0c97d5a
diff -r 1b0d80432c79 -r dc26f46317d3 user_settings.h --- a/user_settings.h Thu Apr 28 00:57:21 2016 +0000 +++ b/user_settings.h Tue Jul 12 03:58:20 2016 +0000 @@ -4,11 +4,26 @@ #define NO_WRITEV #define NO_DEV_RANDOM #define HAVE_ECC + #define HAVE_AESGCM + + #define WOLFSSL_SHA384 + #define WOLFSSL_SHA512 + #define HAVE_CURVE25519 + #define HAVE_ED25519 /* with HAVE_SHA512 */ + //#define HAVE_POLY1305 + //#define HAVE_CHACHA + //#define HAVE_ONE_TIME_AUTH + #define NO_SESSION_CACHE // For Small RAM //#define IGNORE_KEY_EXTENSIONS #define NO_WOLFSSL_DIR #define DEBUG_WOLFSSL + #define WOLFSSL_STATIC_RSA + #define HAVE_SUPPORTED_CURVES + #define HAVE_TLS_EXTENSIONS + + #define SIZEOF_LONG_LONG 8 /* Options for Sample program */ //#define WOLFSSL_NO_VERIFYSERVER //#define NO_FILESYSTEM