Holger Friedrich
Holger Friedrich
Just to summarize what I noticed yesterday: * homegear failing because 20.04 dropped python-lzo package * telldus failing because of stretch repo (anyway, there is no libconfuse1 available....) -> workaround...
I have already been playing around with this and willing to implement. If anyone is already working on this topic or wants to give some advice, it would be appreciated.
@J-N-K thanks for letting me know. My PR is still WIP and far from finished. Decrypting secure PDUs using the exported keyring from ETS works fine with the Calimero snapshot....
I have put together a version which actually supports *IP secure*, i.e. secure tunneling (tested) and secure routing (untested). *Data secure* is working only passive (i.e. it can decrypt any...
Hi @slueder , > if you like, I am happy to support testing the secure tunnel functionality against a MDT SCN-IP000.03 interface. As I don't have a secure router setup...
Hi @slueder, sorry I got the identifiers wrong in my comment above. `tunnelDeviceAuthentication`, `tunnelUserPassword`, `tunnelUserId`. tunnelUserPassword is as in the screenshot, tunnelUserId should be 2 according to the keyring. You...
@slueder Hi Sven, thanks! I think the way to go is to roll out the secure tunneling as a first step, as proposed in PR #12434. Maybe we move our...
Separated out the IP secure part, see #12709. Data security part still has issues and currently requires 2.6-SNAPSHOT release of the Calimero library.
This PR brings support to KNX IP secure, and partial support for KNX data secure (listening only). See previous discussions in #8872. What has been tested: * Secure tunneling, seems...
@kaikreuzer I followed your advise and have only included the passive support for data secure. Outgoing writes and poll requests for secure group adresses are dropped at lowest level. Though,...