From b90f5dbe8b9c283f8f8b2be775b99da2f0639976 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 7 Jan 2014 00:17:08 +0000 Subject: Set notBefore value directly when issuing certificates to avoid race condition when issuing new manifest EE certificate. See #662. svn path=/trunk/; revision=5614 --- rpkid/rpki/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpkid/rpki/exceptions.py') diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 12abed7e..a72f819b 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -356,3 +356,8 @@ class PastNotAfter(RPKI_Exception): """ Requested notAfter value is already in the past. """ + +class NullValidityInterval(RPKI_Exception): + """ + Requested validity interval is null. + """ -- cgit v1.2.3