Lines Matching refs:ASN1_OID
68 tbs.signature.algorithm == ASN1_OID("sha1_with_rsa_signature")
78 tbs.issuer[0].rdn[0].type == ASN1_OID("countryName") and tbs.issuer[0].rdn[0].value == ASN1_PRINTAB…
95 tbs.issuer[6].rdn[0].type == ASN1_OID("emailAddress") and tbs.issuer[6].rdn[0].value == ASN1_IA5_ST…
103 spki.signatureAlgorithm.algorithm == ASN1_OID("rsaEncryption")
116 ext[0].extnID == ASN1_OID("subjectKeyIdentifier") and ext[0].critical == None
124 x.signatureAlgorithm.algorithm == ASN1_OID("sha1_with_rsa_signature")
156 tbs.signature.algorithm == ASN1_OID("sha1_with_rsa_signature")
166 tbs.issuer[0].rdn[0].type == ASN1_OID("countryName") and tbs.issuer[0].rdn[0].value == ASN1_PRINTAB…
190 x.signatureAlgorithm.algorithm == ASN1_OID("sha1_with_rsa_signature")
225 assert(responseBytes.responseType == ASN1_OID("basic_response"))
226 assert(responseBytes.signatureAlgorithm.algorithm == ASN1_OID("sha256WithRSAEncryption"))
243 assert(singleResponse.certID.hashAlgorithm.algorithm == ASN1_OID("sha1"))