diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-13 04:38:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-13 04:38:25 +0000 |
commit | 4bd92fbff3a3f0ae2293d2099254f4b0cd196613 (patch) | |
tree | 74cb4dbd9d23e8b2d4753ba1f1c7419c517b2146 /scripts/rpki/exceptions.py | |
parent | 860f22425ed8e45de79309cf8839f25de6d0a1f2 (diff) |
Basic client revocation, not yet tested
svn path=/scripts/Makefile; revision=1378
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r-- | scripts/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py index 43b7ab4d..ba375ed4 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -58,3 +58,6 @@ class BadSender(Exception): class ClassNameMismatch(Exception): """class_name does not match child context.""" + +class SKIMismatch(Exception): + """SKI value in response does not match request.""" |