Home
last modified time | relevance | path

Searched refs:subject (Results 1 – 21 of 21) sorted by relevance

/pki/testdata/verify_certificate_chain_unittest/intermediate-eku-c2pamanifest/
A Dmake-chain.go45 func mustStartChain(path string, subject, issuer *templateAndKey) []byte { argument
46 …cert, err := x509.CreateCertificate(rand.Reader, &subject.template, &issuer.template, &subject.key…
63 func mustAppendToChain(path string, subject, issuer *templateAndKey) []byte { argument
64 …cert, err := x509.CreateCertificate(rand.Reader, &subject.template, &issuer.template, &subject.key…
/pki/testdata/verify_certificate_chain_unittest/intermediate-eku-c2patimestamping/
A Dmake-chain.go45 func mustStartChain(path string, subject, issuer *templateAndKey) []byte { argument
46 …cert, err := x509.CreateCertificate(rand.Reader, &subject.template, &issuer.template, &subject.key…
63 func mustAppendToChain(path string, subject, issuer *templateAndKey) []byte { argument
64 …cert, err := x509.CreateCertificate(rand.Reader, &subject.template, &issuer.template, &subject.key…
/pki/testdata/verify_certificate_chain_unittest/pkits_errors/
A D4.3.1.txt2 ERROR: subject does not match issuer
A D4.3.2.txt2 ERROR: subject does not match issuer
/pki/testdata/verify_certificate_chain_unittest/target-only/
A Dtrusted_leaf_require_self_signed.test7 ERROR: subject does not match issuer
/pki/testdata/verify_certificate_chain_unittest/intermediate-eku-mlsclientauth/
A Dmake-mls-extensions.go65 func mustGenerateCertificate(path string, subject, issuer *templateAndKey) []byte { argument
66 …cert, err := x509.CreateCertificate(rand.Reader, &subject.template, &issuer.template, &subject.key…
/pki/testdata/parse_certificate_unittest/
A Dsubject_not_ascii.pem22 ERROR: Failed normalizing subject
A Dsubject_key_identifier_not_octet_string.pem15 ERROR: Failed parsing subject key identifier
A Dsubject_not_printable_string.pem37 ERROR: Failed normalizing subject
A Dsubject_blank_subjectaltname_not_critical.pem34 ERROR: Empty subject and subjectAltName is not critical
A Dtbs_v2_issuer_and_subject_unique_id.pem2 subject unique ID fields.
/pki/
A Dcert_errors.cc224 RDNSequence subject; in ToDebugString() local
225 if (ParseName(certs[i]->tbs().subject_tlv, &subject) && in ToDebugString()
226 ConvertToRFC2253(subject, &cert_name_debug_str)) { in ToDebugString()
A Dpath_builder.cc52 RDNSequence subject; in CertDebugString() local
54 if (!ParseName(cert->tbs().subject_tlv, &subject) || in CertDebugString()
55 !ConvertToRFC2253(subject, &subject_str)) { in CertDebugString()
/pki/testdata/ocsp_unittest/
A Dmake_ocsp.py110 subject = c[0].getComponentByName('tbsCertificate').getComponentByName(
113 for i in range(len(subject)):
114 rn.setComponentByPosition(i, subject.getComponentByPosition(i))
/pki/testdata/verify_certificate_chain_unittest/key-rollover/
A Dnewchain.pem5 but is signed by oldroot, all with the same subject and issuer.
6 There are two intermediates with the same key, subject and issuer
A Doldchain.pem5 but is signed by oldroot, all with the same subject and issuer.
6 There are two intermediates with the same key, subject and issuer
A Drolloverchain.pem5 but is signed by oldroot, all with the same subject and issuer.
6 There are two intermediates with the same key, subject and issuer
A Dlongrolloverchain.pem5 but is signed by oldroot, all with the same subject and issuer.
6 There are two intermediates with the same key, subject and issuer
/pki/testdata/verify_certificate_chain_unittest/issuer-and-subject-not-byte-for-byte-equal/
A Danchor.pem2 byte-for-byte equal to the subject of the trust anchor.
A Dtarget.pem2 byte-for-byte equal to the subject of the third certificate.
/pki/testdata/verify_certificate_chain_unittest/incorrect-trust-anchor/
A Dchain.pem5 * The intermediate's "issuer" does not match the root's "subject"

Completed in 22 milliseconds