Searched refs:subject (Results 1 – 16 of 16) sorted by relevance
/mbedtls-development/include/mbedtls/ |
A D | x509_csr.h | 58 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 76 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(subject);
|
A D | x509_crt.h | 68 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 287 mbedtls_asn1_named_data *MBEDTLS_PRIVATE(subject);
|
/mbedtls-development/library/ |
A D | x509_csr.c | 182 if( ( ret = mbedtls_x509_get_name( &p, p + len, &csr->subject ) ) != 0 ) in mbedtls_x509_csr_parse_der() 349 ret = mbedtls_x509_dn_gets( p, n, &csr->subject ); in mbedtls_x509_csr_info() 398 name_cur = csr->subject.next; in mbedtls_x509_csr_free()
|
A D | x509write_csr.c | 62 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_csr_free() 81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name() 204 ctx->subject ) ); in x509write_csr_der_internal()
|
A D | x509write_crt.c | 55 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_crt_free() 89 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name() 397 ctx->subject ) ); in mbedtls_x509write_crt_der()
|
A D | x509_crt.c | 1238 if( len && ( ret = mbedtls_x509_get_name( &p, p + len, &crt->subject ) ) != 0 ) in x509_crt_parse_der_core() 2107 ret = mbedtls_x509_dn_gets( p, n, &crt->subject ); in mbedtls_x509_crt_info() 2348 x509_name_cmp( &crl_list->issuer, &ca->subject ) != 0 ) in x509_crt_verifycrl() 2486 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent() 2748 if( x509_name_cmp( &crt->issuer, &crt->subject ) != 0 ) in x509_crt_check_ee_locally_trusted() 2940 x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_chain() 3042 for( name = &crt->subject; name != NULL; name = name->next ) in x509_crt_verify_name() 3297 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()
|
/mbedtls-development/ChangeLog.d/ |
A D | ccm_star_no_tag.txt | 10 These restrictions may be subject to change.
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509parse.data | 165 X509 CRT information Bitstring in subject name 169 X509 CRT information Non-ASCII string in issuer name and subject name 185 X509 SAN parsing, no subject alt name 364 mbedtls_x509_dn_gets:"data_files/server1.crt":"subject":"C=NL, O=PolarSSL, CN=PolarSSL Server 1" 372 mbedtls_x509_dn_gets:"data_files/server2.crt":"subject":"C=NL, O=PolarSSL, CN=localhost" 904 …LL":0:"depth 1 - serial 03 - subject C=NL, O=PolarSSL, CN=PolarSSL Test CA - flags 0x00000000\ndep… 928 …subject C=NL, O=PolarSSL, CN=Polarssl Test EC CA - flags 0x00000000\ndepth 1 - serial 0E - subject… 932 …subject C=NL, O=PolarSSL, CN=Polarssl Test EC CA - flags 0x00000000\ndepth 1 - serial 0E - subject… 952 …subject C=NL, O=PolarSSL, CN=PolarSSL Test CA - flags 0x00000000\ndepth 2 - serial 0F - subject C=… 956 …subject C=NL, O=PolarSSL, CN=PolarSSL Test CA - flags 0x00000000\ndepth 2 - serial 0F - subject C=… [all …]
|
A D | test_suite_debug.data | 63 …suer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nMyFile(0999)\: subject name \: C=NL… 67 …r name \: C=NL, O=PolarSSL, CN=Polarssl Test EC CA\nMyFile(0999)\: subject name \: C=NL…
|
A D | test_suite_x509parse.function | 219 ret = mbedtls_snprintf( p, n, " - subject " ); 222 ret = mbedtls_x509_dn_gets( p, n, &crt->subject ); 754 if( strcmp( entity, "subject" ) == 0 ) 755 res = mbedtls_x509_dn_gets( buf, 2000, &crt.subject );
|
/mbedtls-development/programs/x509/ |
A D | cert_write.c | 517 &issuer_crt.subject ); in main() 551 &csr.subject ); in main()
|
/mbedtls-development/docs/architecture/ |
A D | alternative-implementations.md | 24 …f the form 3.x. The interface of PSA drivers is currently still experimental and subject to change. 30 As of Mbed TLS 3.0, this interface is still experimental and subject to change, and not all operati…
|
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 56 - cert_example_wildcard.crt: 1 R: wildcard in subject's CN
|
/mbedtls-development/programs/ssl/ |
A D | ssl_server2.c | 1067 if( mbedtls_x509_dn_gets( dn, sizeof( dn ), &cert->subject ) > 0 ) in ssl_async_start()
|
/mbedtls-development/ |
A D | ChangeLog | 1584 name and the CA's subject name differed in their string encoding (e.g., 1691 signing CA used UTF8Strings in its subject field; while X.509 compliant, 2121 parsing the subject alternative names. 2326 identifier, subject identifier and basic constraints extensions. 3397 * cert_write app should use subject of issuer certificate as issuer of cert 4055 * Handle empty certificate subject names
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 901 # that header. Note that the header is subject to change so you typically
|
Completed in 35 milliseconds