aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
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 21410380..68ea3bf6 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -346,3 +346,8 @@ class ResourceOverlap(RPKI_Exception):
"""
Overlapping resources in resource_set.
"""
+
+class CMSReplay(RPKI_Exception):
+ """
+ Possible CMS replay attack detected.
+ """