aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-01-07 00:17:08 +0000
committerRob Austein <sra@hactrn.net>2014-01-07 00:17:08 +0000
commitb90f5dbe8b9c283f8f8b2be775b99da2f0639976 (patch)
tree6ca6d440738547d81d70cc0721a492a24e008667 /rpkid/rpki/exceptions.py
parent2e18229acf8433a6eac15165f8639d2b5652f6cc (diff)
Set notBefore value directly when issuing certificates to avoid race
condition when issuing new manifest EE certificate. See #662. svn path=/trunk/; revision=5614
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py5
1 files changed, 5 insertions, 0 deletions
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.
+ """