mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:30:48 +02:00
@@ -52,6 +52,7 @@ on:
|
||||
paths:
|
||||
# Specific to this Arduino CI Build (1 of 4)
|
||||
- '.github/workflows/arduino.yml'
|
||||
- 'examples/configs/user_settings_arduino.h'
|
||||
- 'IDE/ARDUINO/**'
|
||||
- 'src/**'
|
||||
- 'wolfcrypt/**'
|
||||
@@ -61,6 +62,7 @@ on:
|
||||
branches: [ '**' ]
|
||||
paths:
|
||||
- '.github/workflows/arduino.yml'
|
||||
- 'examples/configs/user_settings_arduino.h'
|
||||
- 'IDE/ARDUINO/**'
|
||||
- 'src/**'
|
||||
- 'wolfcrypt/**'
|
||||
|
||||
@@ -186,6 +186,11 @@
|
||||
* Use the smaller ECC-256 built-in cert set to keep the examples fitting.
|
||||
*/
|
||||
#define USE_CERT_BUFFERS_256
|
||||
|
||||
/* ECC-256 certs alone no longer fit. Drop the error reason string
|
||||
* tables to reclaim flash; only wolfSSL_ERR_*_string() text is lost,
|
||||
* TLS/crypto and DEBUG_WOLFSSL traces are unchanged. */
|
||||
#define NO_ERROR_STRINGS
|
||||
#elif defined (__AVR__) || defined(__AVR_ARCH__) || defined(__MEGAAVR__)
|
||||
/* Do not enable TLS on platforms without networking */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user