/pki/testdata/verify_certificate_chain_unittest/intermediate-eku-c2pamanifest/ |
A D | make-chain.go | 45 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 D | make-chain.go | 45 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 D | 4.3.1.txt | 2 ERROR: subject does not match issuer
|
A D | 4.3.2.txt | 2 ERROR: subject does not match issuer
|
/pki/testdata/verify_certificate_chain_unittest/target-only/ |
A D | trusted_leaf_require_self_signed.test | 7 ERROR: subject does not match issuer
|
/pki/testdata/verify_certificate_chain_unittest/intermediate-eku-mlsclientauth/ |
A D | make-mls-extensions.go | 65 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 D | subject_not_ascii.pem | 22 ERROR: Failed normalizing subject
|
A D | subject_key_identifier_not_octet_string.pem | 15 ERROR: Failed parsing subject key identifier
|
A D | subject_not_printable_string.pem | 37 ERROR: Failed normalizing subject
|
A D | subject_blank_subjectaltname_not_critical.pem | 34 ERROR: Empty subject and subjectAltName is not critical
|
A D | tbs_v2_issuer_and_subject_unique_id.pem | 2 subject unique ID fields.
|
/pki/ |
A D | cert_errors.cc | 224 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 D | path_builder.cc | 52 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 D | make_ocsp.py | 110 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 D | newchain.pem | 5 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 D | oldchain.pem | 5 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 D | rolloverchain.pem | 5 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 D | longrolloverchain.pem | 5 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 D | anchor.pem | 2 byte-for-byte equal to the subject of the trust anchor.
|
A D | target.pem | 2 byte-for-byte equal to the subject of the third certificate.
|
/pki/testdata/verify_certificate_chain_unittest/incorrect-trust-anchor/ |
A D | chain.pem | 5 * The intermediate's "issuer" does not match the root's "subject"
|