Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir-maxpath/
Dint.opensslconf3 authorityKeyIdentifier=keyid:always,issuer:always
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/
Dcli.opensslconf3 authorityKeyIdentifier=keyid:always,issuer:always
Dtest-ca.opensslconf12 authorityKeyIdentifier=keyid:always,issuer:always
DReadme-x509.txt29 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/
Dx509_crl.h78 mbedtls_x509_name issuer; /**< The parsed issuer data (named information object). */ member
Dx509_crt.h66 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/
Dx509write_crt.c56 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()
Dx509_crl.c427 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()
Dx509_crt.c1186 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/
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…
Dtest_suite_x509parse.function756 else if( strcmp( entity, "issuer" ) == 0 )
757 res = mbedtls_x509_dn_gets( buf, 2000, &crt.issuer );
Dtest_suite_x509parse.data177 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/
DChangeLog1439 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