Skip to content

Commit 58d64da

Browse files
authored
Remove obsolete USE_MQTT_TLS_FORCE_EC_CIPHER
1 parent 86acfd2 commit 58d64da

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/Self-signed-Mosquitto.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ Add the following to `user_config_override.h`:
210210
#define USE_MQTT_TLS
211211
// #define USE_MQTT_TLS_CA_CERT // Force full CA validation instead of fingerprints, slower, but simpler to use. (+2.2k code, +1.9k mem during connection handshake)
212212
#define USE_MQTT_AWS_IOT // This includes the LetsEncrypt CA in tasmota_ca.ino for verifying server certificates
213-
#define USE_MQTT_TLS_FORCE_EC_CIPHER // Force Elliptic Curve cipher (higher security) required by some servers (automatically enabled with USE_MQTT_AWS_IOT) (+11.4k code, +0.4k mem)
214213
#define MQTT_FINGERPRINT1 "00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00" // [MqttFingerprint1] (auto-learn)
215214
#define MQTT_FINGERPRINT2 "DA 39 A3 EE 5E 6B 4B 0D 32 55 BF EF 95 60 18 90 AF D8 07 09" // [MqttFingerprint2] (invalid)
216215
#endif
@@ -223,7 +222,6 @@ Add the following to `user_config_override.h`:
223222
#define USE_MQTT_TLS
224223
#define USE_MQTT_TLS_CA_CERT // Force full CA validation instead of fingerprints, slower, but simpler to use. (+2.2k code, +1.9k mem during connection handshake)
225224
#define USE_MQTT_AWS_IOT // This will include LetsEncrypt CA, as well as our CA, in tasmota_ca.ino for verifying server certificates
226-
#define USE_MQTT_TLS_FORCE_EC_CIPHER // Force Elliptic Curve cipher (higher security) required by some servers (automatically enabled with USE_MQTT_AWS_IOT) (+11.4k code, +0.4k mem)
227225
#define INCLUDE_LOCAL_CERT
228226
#endif
229227
```

docs/TLS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ To use it you must [compile your build](Compile-your-build). Add the following t
5656
#define MQTT_TLS_ENABLED true // [SetOption103] Enable TLS mode (requires TLS version)
5757
// #define USE_MQTT_TLS_CA_CERT // Force full CA validation instead of fingerprints, slower, but simpler to use. (+2.2k code, +1.9k mem during connection handshake)
5858
// This includes the LetsEncrypt CA in tasmota_ca.ino for verifying server certificates
59-
// #define USE_MQTT_TLS_FORCE_EC_CIPHER // Force Elliptic Curve cipher (higher security) required by some servers (automatically enabled with USE_MQTT_AWS_IOT) (+11.4k code, +0.4k mem)
6059
#endif
6160
```
6261

0 commit comments

Comments
 (0)