Home
last modified time | relevance | path

Searched refs:OID_COMMON_NAME (Results 1 – 2 of 2) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
D__init__.py136 OID_COMMON_NAME = NameOID.COMMON_NAME variable
/external/python/cryptography/tests/x509/
Dtest_x509.py204 x509.NameAttribute(x509.OID_COMMON_NAME, u"Good CA"),
206 assert crl.issuer.get_attributes_for_oid(x509.OID_COMMON_NAME) == [
207 x509.NameAttribute(x509.OID_COMMON_NAME, u"Good CA")
522 x509.OID_COMMON_NAME, u"cryptography.io"