security: feat unseal and bootstrap handshake brute-force protection

This commit is contained in:
CleverWild
2026-06-18 21:16:38 +02:00
committed by Skipper
parent 850e2b8669
commit 2b53023234
4 changed files with 35 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ enum UnsealResult {
UNSEAL_RESULT_SUCCESS = 1;
UNSEAL_RESULT_INVALID_KEY = 2;
UNSEAL_RESULT_UNBOOTSTRAPPED = 3;
UNSEAL_RESULT_LOCKED_OUT = 4;
}
message Request {