diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-07 12:34:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-07 12:34:43 +0000 |
commit | da4b762da0c8b2efe0923d5d46adac33b9a13313 (patch) | |
tree | 1ffd012ca5827239469aace004c1837d994d293b /rpkid/rpki/exceptions.py | |
parent | dbd6286dbe2b8607a7b46569753de2cb55a9a8cb (diff) |
Checkpoint
svn path=/rpkid/rpki/exceptions.py; revision=1748
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 8bde9cde..a9579337 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -111,3 +111,6 @@ class MissingCMSEEcert(RPKI_Exception): class MissingCMSCRL(RPKI_Exception): """Didn't receive CMS CRL when expecting one.""" + +class UnparsableCMSDER(RPKI_Exception): + """Alleged CMS DER wasn't parsable.""" |