Added RFC reference to enum

This commit is contained in:
sayali 2020-12-01 18:44:13 -08:00
parent 87a4d7dc3b
commit 1f2b445215
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ CERTIFICATE_KEY_TYPES = [
] ]
# As per RFC 5280 section 5.3.1 (https://tools.ietf.org/html/rfc5280#section-5.3.1)
class CRLReason(IntEnum): class CRLReason(IntEnum):
unspecified = 0, unspecified = 0,
keyCompromise = 1, keyCompromise = 1,