Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2020-05-27 02:43:30 +0300
committerBrad Warren <bmw@eff.org>2020-05-27 02:43:30 +0300
commit1d0f25df4b21971cdb2c63cbdc8c081c59debd98 (patch)
tree44ccfeb718a624ebe6db8acdabda58beff46fcce
parent8f79859b10e65a899888f943ac200ea4edb6a716 (diff)
add unrecognizedocsp-response-interface
-rw-r--r--certbot/certbot/interfaces.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/certbot/certbot/interfaces.py b/certbot/certbot/interfaces.py
index 729c38806..a88eaeb98 100644
--- a/certbot/certbot/interfaces.py
+++ b/certbot/certbot/interfaces.py
@@ -623,6 +623,8 @@ class OCSPResponse(object):
class OCSPCertStatus(enum):
GOOD = 1
REVOKED = 2
+ UNRECOGNIZED = 3
+ """There are other OCSP statuses, but we may not have code to recognize them yet."""
# Updater interfaces