Searched refs:subject_name (Results 1 – 9 of 9) sorted by relevance
/mbedtls-development/programs/x509/ |
A D | cert_write.c | 165 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 D | cert_req.c | 113 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 D | test_suite_x509write.function | 91 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 D | Makefile | 197 …$(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 D | x509write_csr.c | 79 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 D | x509write_crt.c | 87 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 D | x509_csr.h | 181 const char *subject_name );
|
A D | x509_crt.h | 1034 const char *subject_name );
|
/mbedtls-development/ |
A D | ChangeLog | 3599 * cert_write with selfsign should use issuer_name as subject_name
|
Completed in 20 milliseconds