Home
last modified time | relevance | path

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

/mbedtls-3.4.0/programs/x509/
Dcert_write.c175 const char *subject_name; /* subject name for certificate */ member
251 char subject_name[256]; in main() local
290 opt.subject_name = DFL_SUBJECT_NAME; in main()
332 opt.subject_name = q; in main()
624 ret = mbedtls_x509_dn_gets( subject_name, sizeof(subject_name), in main()
634 opt.subject_name = subject_name; in main()
692 opt.subject_name = opt.issuer_name; in main()
702 if( ( ret = mbedtls_x509write_crt_set_subject_name( &crt, opt.subject_name ) ) != 0 ) in main()
Dcert_req.c104 const char *subject_name; /* subject name for certificate request */ member
173 opt.subject_name = DFL_SUBJECT_NAME; in main()
202 opt.subject_name = q; in main()
322 if( ( ret = mbedtls_x509write_csr_set_subject_name( &req, opt.subject_name ) ) != 0 ) in main()
/mbedtls-3.4.0/tests/data_files/
DMakefile45 …_file=$@ filename=$(test_ca_key_file_rsa) password=$(test_ca_pwd_rsa) subject_name="C=NL,O=PolarSS…
115 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$(test_ca_key_file_ec) subject_name="C=NL,O=PolarSSL,C…
155 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$(test_ca_key_file_ec) subject_name="C=NL, O=PolarSSL,…
184 …$(MBEDTLS_CERT_WRITE) subject_key=rsa_pkcs1_1024_clear.pem subject_name="CN=dw.yonan.net" issuer_c…
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…
872 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
876 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
880 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
884 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Server 1"…
[all …]
/mbedtls-3.4.0/tests/suites/
Dtest_suite_x509write.function151 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
166 TEST_ASSERT( mbedtls_x509write_csr_set_subject_name( &req, subject_name ) == 0 );
239 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
268 TEST_ASSERT( mbedtls_x509write_csr_set_subject_name( &req, subject_name ) == 0 );
294 char *subject_name, char *issuer_key_file,
390 TEST_ASSERT( mbedtls_x509write_crt_set_subject_name( &crt, subject_name ) == 0 );
/mbedtls-3.4.0/library/
Dx509write_csr.c74 const char *subject_name ) in mbedtls_x509write_csr_set_subject_name() argument
76 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_csr_set_subject_name()
Dx509write_crt.c95 const char *subject_name ) in mbedtls_x509write_crt_set_subject_name() argument
97 return mbedtls_x509_string_to_names( &ctx->subject, subject_name ); in mbedtls_x509write_crt_set_subject_name()
/mbedtls-3.4.0/include/mbedtls/
Dx509_csr.h180 const char *subject_name );
Dx509_crt.h1053 const char *subject_name );
/mbedtls-3.4.0/
DChangeLog4257 * cert_write with selfsign should use issuer_name as subject_name