diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-15 15:08:43 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-15 15:08:43 +0000 |
commit | 8a8933c14091f9f21d1f51a15669255233af90c9 (patch) | |
tree | e0fe36c8094a7ee6b24782cdcfdc67cb4dbe67cb /rpkid/rpki/exceptions.py | |
parent | 4fdb767ab4b5cd7236cf2aa63e6dd4d6b057798c (diff) |
Tweak TLS cert chain validation to fit BPKI model.
svn path=/rpkid/README; revision=1775
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 a9579337..c8874f3f 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -114,3 +114,6 @@ class MissingCMSCRL(RPKI_Exception): class UnparsableCMSDER(RPKI_Exception): """Alleged CMS DER wasn't parsable.""" + +class MultipleTLSEECert(RPKI_Exception): + """Received more than one TLS EE certificate.""" |