From 4bd92fbff3a3f0ae2293d2099254f4b0cd196613 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 13 Dec 2007 04:38:25 +0000 Subject: Basic client revocation, not yet tested svn path=/scripts/Makefile; revision=1378 --- scripts/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpki/exceptions.py') 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.""" -- cgit v1.2.3