Skip to content

Commit

Permalink
19/03/2023 v12.4.0/v2.0.0.0 - Found issues with our TLS configuration…
Browse files Browse the repository at this point in the history
… as we had a trust anchor for USE_MOSQUITTO for BearSSL

                                  which directly trusted broker-new.kettlecompanion.com. What we actually need is to trust the CA key
                                  which has been used to signed the certificate for the named server. This is changed now to use our
                                  own CA certificate which is [here](https://github.com/DynamicDevices/kc-devops/blob/master/keys/ca.key)

                                  This means older releases will only connect to WIoTP or broker-new. Whereas from now we should
                                  be able to connect to any named server with a key signed by our CA.

Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Mar 19, 2023
1 parent 4654ec0 commit dd652db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions KC_README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
19/03/2023 v12.4.0/v2.0.0.0 - Found issues with our TLS configuration as we had a trust anchor for USE_MOSQUITTO for BearSSL
which directly trusted broker-new.kettlecompanion.com. What we actually need is to trust the CA key
which has been used to signed the certificate for the named server. This is changed now to use our
own CA certificate which is [here](https://github.com/DynamicDevices/kc-devops/blob/master/keys/ca.key)

This means older releases will only connect to WIoTP or broker-new. Whereas from now we should
be able to connect to any named server with a key signed by our CA.

15/03/2023 v12.4.0.x/v1.1.5.0 - Merged in master from upstream Tasmota which is currently v12.4.0.0 + some bits
- Tested against our Mosquitto KC broker and made various changes to move away from WIOTP implementation
- So login and topics and such have changed
Expand Down
2 changes: 1 addition & 1 deletion tasmota/include/tasmota_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
#define _TASMOTA_VERSION_H_

const uint32_t VERSION = 0x0C040000; // 12.4.0.0
const uint32_t KC_VERSION = 0x01010500l; // See KC_README.md
const uint32_t KC_VERSION = 0x02000000l; // See KC_README.md

#endif // _TASMOTA_VERSION_H_

0 comments on commit dd652db

Please sign in to comment.