We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa68b4f commit 704f879Copy full SHA for 704f879
src/ArduinoBearSSLConfig.h
@@ -31,10 +31,10 @@
31
#define ARDUINO_BEARSSL_DISABLE_KEY_DECODER
32
33
/* If uncommented profile should be configured using client.setProfile(...) */
34
-#define ARDUINO_BEARSSL_DISABLE_FULL_CLIENT_PROFILE
+//#define ARDUINO_BEARSSL_DISABLE_FULL_CLIENT_PROFILE
35
36
/* If uncommented TA should be configured via constructor */
37
-#define ARDUINO_BEARSSL_DISABLE_BUILTIN_TRUST_ANCHORS
+//#define ARDUINO_BEARSSL_DISABLE_BUILTIN_TRUST_ANCHORS
38
39
#define BEAR_SSL_CLIENT_CHAIN_SIZE 1
40
0 commit comments