From 347351f5b6cef7fbaa33ab8c7a72999deed9de26 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Sun, 19 May 2019 05:54:37 -0700 Subject: add name for ExtensionOID.PRECERT_POISON (#4853) * test: ensure all public members of ExtensionOID have names defined * add name for ExtensionOID.PRECERT_POISON ref: https://github.com/google/certificate-transparency/blob/5fce65cb60cfe7808afc98de23c7dd5ddbfa1509/python/ct/crypto/asn1/oid.py#L338 --- src/cryptography/x509/oid.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cryptography/x509/oid.py b/src/cryptography/x509/oid.py index ec19007f..1bfe58ca 100644 --- a/src/cryptography/x509/oid.py +++ b/src/cryptography/x509/oid.py @@ -196,6 +196,7 @@ _OID_NAMES = { ExtensionOID.PRECERT_SIGNED_CERTIFICATE_TIMESTAMPS: ( "signedCertificateTimestampList" ), + ExtensionOID.PRECERT_POISON: "ctPoison", CRLEntryExtensionOID.CRL_REASON: "cRLReason", CRLEntryExtensionOID.INVALIDITY_DATE: "invalidityDate", CRLEntryExtensionOID.CERTIFICATE_ISSUER: "certificateIssuer", -- cgit v1.2.3