Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,13 @@ message Routing {
* This is different from PKI_UNKNOWN_PUBKEY which indicates a failure upon receiving a packet
*/
PKI_SEND_FAIL_PUBLIC_KEY = 39;

/*
* PKI packet could not be decrypted, even though the sender's public key is in NodeDB.
* Typically happens after the sender rotated keys; may also happen due to RF corruption or
* builds without PKI support (MESHTASTIC_EXCLUDE_PKI).
*/
PKI_DECRYPT_FAILED = 40;
}

oneof variant {
Expand Down
Loading