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.
user_settings.h@2:28278596c2a2, 2015-07-21 (annotated)
- 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?
| User | Revision | Line number | New 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 |