We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a41b87 commit c7fc7a7Copy full SHA for c7fc7a7
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