Home
last modified time | relevance | path

Searched refs:subject_name (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/programs/x509/
A Dcert_write.c165 const char *subject_name; /* subject name for certificate */ member
225 char subject_name[256]; in main() local
263 opt.subject_name = DFL_SUBJECT_NAME; in main()
303 opt.subject_name = q; in main()
550 ret = mbedtls_x509_dn_gets( subject_name, sizeof(subject_name), in main()
560 opt.subject_name = subject_name; in main()
618 opt.subject_name = opt.issuer_name; in main()
628 if( ( ret = mbedtls_x509write_crt_set_subject_name( &crt, opt.subject_name ) ) != 0 ) in main()
A Dcert_req.c113 const char *subject_name; /* subject name for certificate request */ member
182 opt.subject_name = DFL_SUBJECT_NAME; in main()
211 opt.subject_name = q; in main()
331 if( ( ret = mbedtls_x509write_csr_set_subject_name( &req, opt.subject_name ) ) != 0 ) in main()
/mbedtls-development/tests/suites/
A Dtest_suite_x509write.function91 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
103 TEST_ASSERT( mbedtls_x509write_csr_set_subject_name( &req, subject_name ) == 0 );
157 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
174 TEST_ASSERT( mbedtls_x509write_csr_set_subject_name( &req, subject_name ) == 0 );
200 char *subject_name, char *issuer_key_file,
261 TEST_ASSERT( mbedtls_x509write_crt_set_subject_name( &crt, subject_name ) == 0 );
/mbedtls-development/tests/data_files/
A DMakefile197 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Client 2"…
238 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Test Clie…
869 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
873 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
877 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
881 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
885 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
889 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
905 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
917 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=localhost" md=SHA2…
[all …]
/mbedtls-development/library/
A Dx509write_csr.c79 const char *subject_name ) in mbedtls_x509write_csr_set_subject_name() argument
81 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
A Dx509write_crt.c87 const char *subject_name ) in mbedtls_x509write_crt_set_subject_name() argument
89 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name()
/mbedtls-development/include/mbedtls/
A Dx509_csr.h181 const char *subject_name );
A Dx509_crt.h1034 const char *subject_name );
/mbedtls-development/
A DChangeLog3599 * cert_write with selfsign should use issuer_name as subject_name

Completed in 20 milliseconds