diff options
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 7a0eb71c..d8d3774e 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -360,3 +360,8 @@ class BadAutonomousSystemNumber(RPKI_Exception): """ Bad AutonomousSystem number. """ + +class WrongEKU(RPKI_Exception): + """ + Extended Key Usage extension does not match profile. + """ |