aboutsummaryrefslogtreecommitdiff
path: root/rpki/POW/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/POW/__init__.py')
-rw-r--r--rpki/POW/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpki/POW/__init__.py b/rpki/POW/__init__.py
index fdb2143b..a00c8fd8 100644
--- a/rpki/POW/__init__.py
+++ b/rpki/POW/__init__.py
@@ -164,7 +164,8 @@ validation_status = StatusCodeDB(
UNREADABLE_TRUST_ANCHOR = "Unreadable trust anchor",
UNREADABLE_TRUST_ANCHOR_LOCATOR = "Unreadable trust anchor locator",
WRONG_OBJECT_VERSION = "Wrong object version",
- OBJECT_NOT_FOUND = "Object not found"),
+ OBJECT_NOT_FOUND = "Object not found",
+ KEY_USAGE_MISSING = "Key usage missing"),
warn = dict(
AIA_DOESNT_MATCH_ISSUER = "AIA doesn't match issuer",