Searched refs:issuer (Results 1 – 13 of 13) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir-maxpath/ |
D | int.opensslconf | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/ |
D | cli.opensslconf | 3 authorityKeyIdentifier=keyid:always,issuer:always
|
D | test-ca.opensslconf | 12 authorityKeyIdentifier=keyid:always,issuer:always
|
D | Readme-x509.txt | 29 enco-cert-utf8str.pem has its issuer's CN encoded as a UTF-8 string.
|
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/ |
D | x509_crl.h | 78 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member
|
D | x509_crt.h | 66 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member 189 mbedtls_asn1_named_data *issuer; member
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | x509write_crt.c | 56 mbedtls_asn1_free_named_data_list( &ctx->issuer ); in mbedtls_x509write_crt_free() 95 return mbedtls_x509_string_to_names( &ctx->issuer, issuer_name ); in mbedtls_x509write_crt_set_issuer_name() 425 ctx->issuer ) ); in mbedtls_x509write_crt_der()
|
D | x509_crl.c | 427 if( ( ret = mbedtls_x509_get_name( &p, p + len, &crl->issuer ) ) != 0 ) in mbedtls_x509_crl_parse_der() 642 ret = mbedtls_x509_dn_gets( p, n, &crl->issuer ); in mbedtls_x509_crl_info() 726 name_cur = crl_cur->issuer.next; in mbedtls_x509_crl_free()
|
D | x509_crt.c | 1186 if( ( ret = mbedtls_x509_get_name( &p, p + len, &crt->issuer ) ) != 0 ) in x509_crt_parse_der_core() 2084 ret = mbedtls_x509_dn_gets( p, n, &crt->issuer ); in mbedtls_x509_crt_info() 2350 x509_name_cmp( &crl_list->issuer, &ca->subject ) != 0 ) in x509_crt_verifycrl() 2490 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent() 2754 if( x509_name_cmp( &crt->issuer, &crt->subject ) != 0 ) in x509_crt_check_ee_locally_trusted() 2946 x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_chain() 3294 name_cur = cert_cur->issuer.next; in mbedtls_x509_crt_free()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
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…
|
D | test_suite_x509parse.function | 756 else if( strcmp( entity, "issuer" ) == 0 ) 757 res = mbedtls_x509_dn_gets( buf, 2000, &crt.issuer );
|
D | test_suite_x509parse.data | 177 X509 CRT information Non-ASCII string in issuer name and subject name 179 x509_cert_info:"data_files/non-ascii-string-in-issuer.crt":"cert. version \: 3\nserial number … 392 mbedtls_x509_dn_gets:"data_files/server1.crt":"issuer":"C=NL, O=PolarSSL, CN=PolarSSL Test CA" 400 mbedtls_x509_dn_gets:"data_files/server2.crt":"issuer":"C=NL, O=PolarSSL, CN=PolarSSL Test CA" 2087 X509 CRL ASN1 (TBSCertList, sig_oid1 correct, issuer missing) 2091 X509 CRL ASN1 (TBSCertList, issuer set missing) 2095 X509 CRL ASN1 (TBSCertList, correct issuer, thisUpdate missing) 2125 # 300f issuer Name
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | ChangeLog | 1439 particular CA. This previously led to ignoring CRLs when the CRL's issuer 1546 created which used PrintableStrings in the issuer field even though the 3253 * cert_write app should use subject of issuer certificate as issuer of cert
|