security: feat unseal and bootstrap handshake brute-force protection
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user