diff --git a/CHANGELOG.md b/CHANGELOG.md index 304eed2b0..0e69fe647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. ### Changed ### Fixed +- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA (#24000) ### Removed @@ -29,7 +30,6 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry fixed 'be_top is non zero' warning when calling C mapped functions (#23989) - Berry fixed 'be_top is non zero' when `Br` command fails (#23990) -- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA ## [15.0.1.4] 20251002 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f12d275c..0b86279a6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -120,5 +120,6 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed ### Fixed +- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA [#24000](https://github.com/arendst/Tasmota/issues/24000) ### Removed