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
user_settings.h@3:6f956bdb3073, 2016-04-28 (annotated)
- Committer:
- wolfSSL
- Date:
- Thu Apr 28 00:56:55 2016 +0000
- Revision:
- 3:6f956bdb3073
- Parent:
- 2:28278596c2a2
- Child:
- 5:dc26f46317d3
wolfSSL 3.9.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
wolfSSL | 0:d92f9d21154c | 1 | #define MBED |
wolfSSL | 3:6f956bdb3073 | 2 | #define WOLFSSL_CMSIS_RTOS |
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 |