You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/configs/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,16 @@ Example wolfSSL configuration file templates for use when autoconf is not availa
6
6
7
7
*`user_settings_template.h`: Template that allows modular algorithm and feature selection using `#if 0` logic.
8
8
*`user_settings_all.h`: This is wolfSSL with all features enabled. Equivalent to `./configure --enable-all`.
9
-
*`user_settings_min_ecc.h`: This is ECC and SHA-256 only. For ECC verify only add `BUILD_VERIFY_ONLY`.
10
-
*`user_settings_wolfboot_keytools.h`: This from wolfBoot tools/keytools and is ECC, RSA, ED25519 and ChaCha20.
9
+
*`user_settings_arduino.h`: An example Arduino file. See also [wolfSSL/Arduino-wolfSSL](https://github.com/wolfSSL/Arduino-wolfSSL).
10
+
*.`user_settings_EBSnet.h`: Example configuration file for use with EBSnet ports.
11
11
*`user_settings_fipsv2.h`: The FIPS v2 (3389) 140-2 certificate build options.
12
12
*`user_settings_fipsv5.h`: The FIPS v5 (ready) 140-3 build options. Equivalent to `./configure --enable-fips=v5-dev`.
13
+
*`user_settings_min_ecc.h`: This is ECC and SHA-256 only. For ECC verify only add `BUILD_VERIFY_ONLY`.
14
+
*`user_settings_platformio.h`: An example for PlatformIO library. See also [platformio/wolfssl](https://registry.platformio.org/libraries/wolfssl/wolfssl)
13
15
*`user_settings_stm32.h`: Example configuration file generated from the wolfSSL STM32 Cube pack.
16
+
*`user_settings_tls12`: Example for TLS v1.2 client only, ECC only, AES GCM only, SHA2-256 only.
17
+
*`user_settings_wolfboot_keytools.h`: This from wolfBoot tools/keytools and is ECC, RSA, ED25519 and ChaCha20.
14
18
*`user_settings_wolftpm.h`: Minimum options for building wolfTPM. See comment at top for ./configure used to generate.
15
-
*.`user_settings_EBSnet.h`: Example configuration file for use with EBSnet ports.
0 commit comments