From 7fe2be97aa63bff93e7afca074d42e169a8b92f5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 2 Jun 2008 23:43:01 +0000 Subject: Add BPKI CRL to pubd's SQL database, and clean up a lot of redundant SAX code. svn path=/rpkid/irbe-cli.py; revision=1835 --- rpkid/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rpkid/rpki/exceptions.py') diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 91f7e351..b3db4737 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -120,3 +120,6 @@ class MissingCMSCRL(RPKI_Exception): class UnparsableCMSDER(RPKI_Exception): """Alleged CMS DER wasn't parsable.""" + +class CMSCRLNotSet(RPKI_Exception): + """CMS CRL has not been configured.""" -- cgit v1.2.3