Replies: 1 comment 1 reply
-
|
I vote better legacy DM handler |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When a node receives a PKI DM with want_ack that it cannot decrypt, it currently NAKs with
NO_CHANNEL. This commonly happens when it still has the sender’s old public key after they rotated. This is confusing and is easy to misinterpret because it sounds like a channel/PSK problem.I propose adding a new
Routing.Errorenum calledPKI_DECRYPT_FAILEDand using it inReliableRouterin this case instead ofNO_CHANNEL.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions