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@1:e27310ce7654, 2015-07-20 (annotated)
- 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?
| User | Revision | Line number | New 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 |