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:
- 1:e27310ce7654
- Parent:
- 0:d92f9d21154c
- Child:
- 2:28278596c2a2
--- a/user_settings.h Fri Jun 26 00:39:20 2015 +0000 +++ b/user_settings.h Mon Jul 20 08:05:20 2015 +0000 @@ -1,15 +1,17 @@ #define MBED - //#define SINGLE_THREADED + + //#define NO_FILESYSTEM #define WOLFSSL_USER_IO - #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_SESSION_CACHE - #define WOLFSSL_CMSIS_RTOS + #define NO_SESSION_CACHE // For Small RAM #define IGNORE_KEY_EXTENSIONS - #define DEBUG_WOLFSSL + #define NO_WOLFSSL_DIR + + //#define DEBUG_WOLFSSL + + /* Options for Sample program */ + #define WOLFSSL_NO_VERIFY_SVR + \ No newline at end of file