diff options
author | Rob Austein <sra@hactrn.net> | 2015-12-06 18:51:41 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-12-06 18:51:41 +0000 |
commit | e312a3e7fdb9aa440124ca5ea3dc49c636735837 (patch) | |
tree | 0bd7853e85f4207ca80bbd6f2a4d3cc470509e0b /rpki/POW | |
parent | 9bd9128b2ff3a6fe02fec0430a7f39d4bbe1d137 (diff) |
Fix rcynicng directory rotation code. Checkpoint along the way to
cleanup of POW.c RPKI conformance checking code.
svn path=/branches/tk705/; revision=6208
Diffstat (limited to 'rpki/POW')
-rw-r--r-- | rpki/POW/__init__.py | 3 |
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", |