Home
last modified time | relevance | path

Searched refs:issuer (Results 1 – 20 of 20) sorted by relevance

/mbedtls/tests/data_files/
A DauthorityKeyId_subjectKeyId.conf11 authorityKeyIdentifier = keyid:always,issuer:always
14 authorityKeyIdentifier = issuer:always
A Dserver5.crt.openssl.v3_ext3 authorityKeyIdentifier=keyid:always,issuer:always
A Dcli.opensslconf3 authorityKeyIdentifier=keyid:always,issuer:always
A Dtest-ca.opensslconf12 authorityKeyIdentifier=keyid:always,issuer:always
A DReadme-x509.txt29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
/mbedtls/tests/data_files/opensslcnf/
A Dserver9.crt.v3_ext3 authorityKeyIdentifier=keyid:always,issuer:always
/mbedtls/tests/data_files/dir-maxpath/
A Dint.opensslconf3 authorityKeyIdentifier=keyid:always,issuer:always
/mbedtls/library/
A Dx509_crl.c410 if ((ret = mbedtls_x509_get_name(&p, p + len, &crl->issuer)) != 0) { in mbedtls_x509_crl_parse_der()
611 ret = mbedtls_x509_dn_gets(p, n, &crl->issuer); in mbedtls_x509_crl_info()
689 mbedtls_asn1_free_named_data_list_shallow(crl_cur->issuer.next); in mbedtls_x509_crl_free()
A Dpkcs7.c252 name_cur = signer->issuer.next; in pkcs7_free_signer_info()
258 signer->issuer.next = NULL; in pkcs7_free_signer_info()
314 ret = mbedtls_x509_get_name(p, *p + len, &signer->issuer); in pkcs7_get_signer_info()
A Dx509write_crt.c50 mbedtls_asn1_free_named_data_list(&ctx->issuer); in mbedtls_x509write_crt_free()
89 return mbedtls_x509_string_to_names(&ctx->issuer, issuer_name); in mbedtls_x509write_crt_set_issuer_name()
522 ctx->issuer)); in mbedtls_x509write_crt_der()
A Dx509_crt.c1184 if ((ret = mbedtls_x509_get_name(&p, p + len, &crt->issuer)) != 0) { in x509_crt_parse_der_core()
1779 ret = mbedtls_x509_dn_gets(p, n, &crt->issuer); in mbedtls_x509_crt_info()
2028 x509_name_cmp(&crl_list->issuer, &ca->subject) != 0) { in x509_crt_verifycrl()
2185 if (x509_name_cmp(&child->issuer, &parent->subject) != 0) { in x509_crt_check_parent()
2448 if (x509_name_cmp(&crt->issuer, &crt->subject) != 0) { in x509_crt_check_ee_locally_trusted()
2649 x509_name_cmp(&child->issuer, &child->subject) == 0) { in x509_crt_verify_chain()
3239 mbedtls_asn1_free_named_data_list_shallow(cert_cur->issuer.next); in mbedtls_x509_crt_free()
/mbedtls/include/mbedtls/
A Dx509_crl.h73 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member
A Dx509_crt.h54 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member
224 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(issuer);
A Dpkcs7.h111 mbedtls_x509_name MBEDTLS_PRIVATE(issuer);
/mbedtls/tests/suites/
A Dtest_suite_debug.data63 …version \: 3\nMyFile(0999)\: serial number \: 01\nMyFile(0999)\: issuer name \: C=NL…
67 …9)\: serial number \: C1\:43\:E2\:7E\:62\:43\:CC\:E8\nMyFile(0999)\: issuer name \: C=NL…
A Dtest_suite_x509parse.function907 } else if (strcmp(entity, "issuer") == 0) {
908 res = mbedtls_x509_dn_gets(buf, 2000, &crt.issuer);
A Dtest_suite_x509parse.data189 X509 CRT information Non-ASCII string in issuer name and subject name
191 x509_cert_info:"data_files/parse_input/non-ascii-string-in-issuer.crt":"cert. version \: 3\nser…
436 mbedtls_x509_dn_gets:"data_files/server1.crt":"issuer":"C=NL, O=PolarSSL, CN=PolarSSL Test CA"
444 mbedtls_x509_dn_gets:"data_files/server2.crt":"issuer":"C=NL, O=PolarSSL, CN=PolarSSL Test CA"
2470 X509 CRL ASN1 (TBSCertList, sig_oid1 correct, issuer missing)
2474 X509 CRL ASN1 (TBSCertList, issuer set missing)
2478 X509 CRL ASN1 (TBSCertList, correct issuer, thisUpdate missing)
2508 # 300f issuer Name
3398 X509 CRT parse Authority Key Id - Correct Authority Key ID (no issuer)
3426 X509 CRT parse Authority Key Id - Wrong DirectoryName tag in issuer field
A Dtest_suite_x509write.function447 /* Turn the issuer PK context into an opaque one. */
A Dtest_suite_pkcs7.data105 PKCS7 Signed Data Parse Failure Corrupt signerInfo.issuer #15.1
/mbedtls/
A DChangeLog3034 particular CA. This previously led to ignoring CRLs when the CRL's issuer
3141 created which used PrintableStrings in the issuer field even though the
4848 * cert_write app should use subject of issuer certificate as issuer of cert

Completed in 87 milliseconds