Added RFC reference to enum
This commit is contained in:
parent
87a4d7dc3b
commit
1f2b445215
|
@ -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):
|
||||
unspecified = 0,
|
||||
keyCompromise = 1,
|
||||
|
|
Loading…
Reference in New Issue