Not all of the ExtendedKeyUsageOID defined here at
|
class ExtendedKeyUsageOID: |
|
SERVER_AUTH = ObjectIdentifier("1.3.6.1.5.5.7.3.1") |
|
CLIENT_AUTH = ObjectIdentifier("1.3.6.1.5.5.7.3.2") |
|
CODE_SIGNING = ObjectIdentifier("1.3.6.1.5.5.7.3.3") |
|
EMAIL_PROTECTION = ObjectIdentifier("1.3.6.1.5.5.7.3.4") |
|
TIME_STAMPING = ObjectIdentifier("1.3.6.1.5.5.7.3.8") |
|
OCSP_SIGNING = ObjectIdentifier("1.3.6.1.5.5.7.3.9") |
|
ANY_EXTENDED_KEY_USAGE = ObjectIdentifier("2.5.29.37.0") |
|
SMARTCARD_LOGON = ObjectIdentifier("1.3.6.1.4.1.311.20.2.2") |
|
KERBEROS_PKINIT_KDC = ObjectIdentifier("1.3.6.1.5.2.3.5") |
|
IPSEC_IKE = ObjectIdentifier("1.3.6.1.5.5.7.3.17") |
|
BUNDLE_SECURITY = ObjectIdentifier("1.3.6.1.5.5.7.3.35") |
|
CERTIFICATE_TRANSPARENCY = ObjectIdentifier("1.3.6.1.4.1.11129.2.4.4") |
|
|
have a name defined here
|
ExtendedKeyUsageOID.SERVER_AUTH: "serverAuth", |
|
ExtendedKeyUsageOID.CLIENT_AUTH: "clientAuth", |
|
ExtendedKeyUsageOID.CODE_SIGNING: "codeSigning", |
|
ExtendedKeyUsageOID.EMAIL_PROTECTION: "emailProtection", |
|
ExtendedKeyUsageOID.TIME_STAMPING: "timeStamping", |
|
ExtendedKeyUsageOID.OCSP_SIGNING: "OCSPSigning", |
|
ExtendedKeyUsageOID.SMARTCARD_LOGON: "msSmartcardLogin", |
|
ExtendedKeyUsageOID.KERBEROS_PKINIT_KDC: "pkInitKDC", |
I noticed it with the OID 1.3.6.1.5.5.7.3.17 ipsecIKE but it seems there are more
this causes the name to be set to Unknown OID
Not all of the ExtendedKeyUsageOID defined here at
cryptography/src/cryptography/hazmat/_oid.py
Lines 200 to 213 in 18e75fb
cryptography/src/cryptography/hazmat/_oid.py
Lines 323 to 330 in 18e75fb
I noticed it with the OID 1.3.6.1.5.5.7.3.17 ipsecIKE but it seems there are more
this causes the name to be set to Unknown OID