/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | x509_csr.h | 58 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 76 mbedtls_asn1_named_data *subject; member
|
D | x509_crt.h | 65 mbedtls_x509_name subject; /**< The parsed subject data (named information object). */ member 136 mbedtls_asn1_named_data *subject; member
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | x509write_csr.c | 58 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_csr_free() 77 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name() 181 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_x509_write_names( &c, tmp_buf, ctx->subject ) ); in mbedtls_x509write_csr_der()
|
D | x509_csr.c | 191 if( ( ret = mbedtls_x509_get_name( &p, p + len, &csr->subject ) ) != 0 ) in mbedtls_x509_csr_parse_der() 357 ret = mbedtls_x509_dn_gets( p, n, &csr->subject ); in mbedtls_x509_csr_info() 405 name_cur = csr->subject.next; in mbedtls_x509_csr_free()
|
D | x509write_crt.c | 64 mbedtls_asn1_free_named_data_list( &ctx->subject ); in mbedtls_x509write_crt_free() 94 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name() 348 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_x509_write_names( &c, tmp_buf, ctx->subject ) ); in mbedtls_x509write_crt_der()
|
D | x509_crt.c | 810 if( len && ( ret = mbedtls_x509_get_name( &p, p + len, &crt->subject ) ) != 0 ) in x509_crt_parse_der_core() 1392 ret = mbedtls_x509_dn_gets( p, n, &crt->subject ); in mbedtls_x509_crt_info() 1862 if( x509_name_cmp( &child->issuer, &parent->subject ) != 0 ) in x509_crt_check_parent() 2043 if( ( path_cnt != 0 ) && x509_name_cmp( &child->issuer, &child->subject ) == 0 ) in x509_crt_verify_child() 2201 name = &crt->subject; in mbedtls_x509_crt_verify_with_profile() 2344 name_cur = cert_cur->subject.next; in mbedtls_x509_crt_free()
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_x509parse.data | 117 X509 Certificate information Bitstring in subject name 292 mbedtls_x509_dn_gets:"data_files/server1.crt":"subject":"C=NL, O=PolarSSL, CN=PolarSSL Server 1" 300 mbedtls_x509_dn_gets:"data_files/server2.crt":"subject":"C=NL, O=PolarSSL, CN=localhost" 720 …rt":0:"depth 0 - serial 53\:A2\:CB\:4B\:12\:4E\:AD\:83\:7D\:A8\:94\:B2 - subject CN=selfsigned, OU… 724 …test-ca.crt":0:"depth 1 - serial 00 - subject C=NL, O=PolarSSL, CN=PolarSSL Test CA\ndepth 0 - ser… 728 …a_cat12.crt":0:"depth 1 - serial 00 - subject C=NL, O=PolarSSL, CN=PolarSSL Test CA\ndepth 0 - ser… 732 …a_cat21.crt":0:"depth 1 - serial 00 - subject C=NL, O=PolarSSL, CN=PolarSSL Test CA\ndepth 0 - ser… 736 …a_cat21.crt":0:"depth 1 - serial 00 - subject C=NL, O=PolarSSL, CN=PolarSSL Test CA\ndepth 0 - ser… 740 …subject C=NL, O=PolarSSL, CN=Polarssl Test EC CA\ndepth 1 - serial 0E - subject C=NL, O=PolarSSL, … 744 …subject C=NL, O=PolarSSL, CN=Polarssl Test EC CA\ndepth 1 - serial 0E - subject C=NL, O=PolarSSL, … [all …]
|
D | test_suite_x509parse.function | 99 ret = mbedtls_snprintf( p, n, " - subject " ); 102 ret = mbedtls_x509_dn_gets( p, n, &crt->subject ); 290 if( strcmp( entity, "subject" ) == 0 ) 291 res = mbedtls_x509_dn_gets( buf, 2000, &crt.subject );
|
D | test_suite_debug.data | 42 …suer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nMyFile(0999)\: subject name \: C=NL… 46 …r name \: C=NL, O=PolarSSL, CN=Polarssl Test EC CA\nMyFile(0999)\: subject name \: C=NL…
|
/net-tools-latest/python-websocket-server/ |
D | LICENSE | 10 furnished to do so, subject to the following conditions:
|
/net-tools-latest/tinydtls-0.8.2/ |
D | tinydtls.h.in | 12 * furnished to do so, subject to the following conditions:
|
D | configure.in | 12 # furnished to do so, subject to the following conditions:
|
/net-tools-latest/mbedtls-2.4.0/programs/x509/ |
D | cert_write.c | 417 &issuer_crt.subject ); in main() 449 &csr.subject ); in main()
|
/net-tools-latest/mbedtls-2.4.0/tests/data_files/ |
D | Readme-x509.txt | 52 - cert_example_wildcard.crt: 1 R: wildcard in subject's CN
|
/net-tools-latest/libcoap/ |
D | CONTRIBUTE | 163 * Git commits must be atomic and contain a declarative subject line (max 50 176 above. If your subject line become much larger than 50 characters then
|
D | LICENSE.GPL | 191 original licensor to copy, distribute or modify the Program subject to
|
/net-tools-latest/mbedtls-2.4.0/ |
D | ChangeLog | 816 * cert_write app should use subject of issuer certificate as issuer of cert 1474 * Handle empty certificate subject names
|
/net-tools-latest/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 901 # that header. Note that the header is subject to change so you typically
|
/net-tools-latest/libcoap/doc/ |
D | Doxyfile.in | 1064 # Note: The header is subject to change so you typically have to regenerate the
|