add unrecognized

This commit is contained in:
Brad Warren 2020-05-26 16:43:30 -07:00
parent 8f79859b10
commit 1d0f25df4b

View file

@ -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