From e312a3e7fdb9aa440124ca5ea3dc49c636735837 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 6 Dec 2015 18:51:41 +0000 Subject: Fix rcynicng directory rotation code. Checkpoint along the way to cleanup of POW.c RPKI conformance checking code. svn path=/branches/tk705/; revision=6208 --- rpki/POW/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpki/POW/__init__.py') 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", -- cgit v1.2.3