Searched refs:issuer (Results 1 – 20 of 20) sorted by relevance
| /mbedtls/tests/data_files/ |
| A D | authorityKeyId_subjectKeyId.conf | 11 authorityKeyIdentifier = keyid:always,issuer:always 14 authorityKeyIdentifier = issuer:always
|
| A D | server5.crt.openssl.v3_ext | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
| A D | cli.opensslconf | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
| A D | test-ca.opensslconf | 12 authorityKeyIdentifier=keyid:always,issuer:always
|
| A D | Readme-x509.txt | 29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
|
| /mbedtls/tests/data_files/opensslcnf/ |
| A D | server9.crt.v3_ext | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
| /mbedtls/tests/data_files/dir-maxpath/ |
| A D | int.opensslconf | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
| /mbedtls/library/ |
| A D | x509_crl.c | 410 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 D | pkcs7.c | 252 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 D | x509write_crt.c | 50 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 D | x509_crt.c | 1184 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 D | x509_crl.h | 73 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member
|
| A D | x509_crt.h | 54 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member 224 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(issuer);
|
| A D | pkcs7.h | 111 mbedtls_x509_name MBEDTLS_PRIVATE(issuer);
|
| /mbedtls/tests/suites/ |
| A D | test_suite_debug.data | 63 …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 D | test_suite_x509parse.function | 907 } else if (strcmp(entity, "issuer") == 0) { 908 res = mbedtls_x509_dn_gets(buf, 2000, &crt.issuer);
|
| A D | test_suite_x509parse.data | 189 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 D | test_suite_x509write.function | 447 /* Turn the issuer PK context into an opaque one. */
|
| A D | test_suite_pkcs7.data | 105 PKCS7 Signed Data Parse Failure Corrupt signerInfo.issuer #15.1
|
| /mbedtls/ |
| A D | ChangeLog | 3034 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