aboutsummaryrefslogtreecommitdiff
path: root/rpki/POW/__init__.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-01-08 15:30:47 +0000
committerRob Austein <sra@hactrn.net>2016-01-08 15:30:47 +0000
commit1683d8fb0fa58162d15b2877fba477e505340545 (patch)
treef79f1f140322260f0c309e184809e7658261ab0e /rpki/POW/__init__.py
parent327638bdc5114c96171827764690d0434872fa8b (diff)
Start converting rcynicng to use a database.
svn path=/branches/tk705/; revision=6218
Diffstat (limited to 'rpki/POW/__init__.py')
-rw-r--r--rpki/POW/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpki/POW/__init__.py b/rpki/POW/__init__.py
index e88fae80..b6f15a39 100644
--- a/rpki/POW/__init__.py
+++ b/rpki/POW/__init__.py
@@ -164,6 +164,7 @@ validation_status = StatusCodeDB(
TRUST_ANCHOR_WITH_CRLDP = "Trust anchor can't have CRLDP",
UNKNOWN_AFI = "Unknown AFI",
UNKNOWN_OPENSSL_VERIFY_ERROR = "Unknown OpenSSL verify error",
+ UNREADABLE_OBJECT = "Unreadable object",
UNREADABLE_TRUST_ANCHOR = "Unreadable trust anchor",
UNREADABLE_TRUST_ANCHOR_LOCATOR = "Unreadable trust anchor locator",
WRONG_OBJECT_VERSION = "Wrong object version",
@@ -181,7 +182,8 @@ validation_status = StatusCodeDB(
DIGEST_MISMATCH = "Digest mismatch",
EE_CERTIFICATE_WITH_1024_BIT_KEY = "EE certificate with 1024 bit key",
GRATUITOUSLY_CRITICAL_EXTENSION = "Gratuitously critical extension",
- ISSUER_USES_MULTIPLE_CRLDP_VALUES = "Issuer uses multiple CRLDP values",\
+ INAPPROPRIATE_OBJECT_TYPE_SKIPPED = "Inappropriate object type skipped",
+ ISSUER_USES_MULTIPLE_CRLDP_VALUES = "Issuer uses multiple CRLDP values",
MULTIPLE_RSYNC_URIS_IN_EXTENSION = "Multiple rsync URIs in extension",
NONCONFORMANT_ISSUER_NAME = "Nonconformant X.509 issuer name",
NONCONFORMANT_SUBJECT_NAME = "Nonconformant X.509 subject name",