Home
last modified time | relevance | path

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

/lib/mbedtls/external/mbedtls/programs/x509/
A Dcert_write.c186 const char *subject_name; /* subject name for certificate */ member
303 char subject_name[256]; in main() local
354 opt.subject_name = DFL_SUBJECT_NAME; in main()
397 opt.subject_name = q; in main()
757 ret = mbedtls_x509_dn_gets(subject_name, sizeof(subject_name), in main()
766 opt.subject_name = subject_name; in main()
818 opt.subject_name = opt.issuer_name; in main()
828 if ((ret = mbedtls_x509write_crt_set_subject_name(&crt, opt.subject_name)) != 0) { in main()
A Dcert_req.c101 const char *subject_name; /* subject name for certificate request */ member
185 opt.subject_name = DFL_SUBJECT_NAME; in main()
211 opt.subject_name = q; in main()
442 if ((ret = mbedtls_x509write_csr_set_subject_name(&req, opt.subject_name)) != 0) { in main()
/lib/mbedtls/external/mbedtls/tests/data_files/
A DMakefile69 subject_key=$(test_ca_key_file_rsa) subject_pwd=$(test_ca_pwd_rsa) subject_name="C=NL" \
114 $(MBEDTLS_CERT_REQ) filename=$< output_file=$@ subject_name='C=NL'
193 subject_name="C=NL,O=PolarSSL,CN=Polarssl Test EC CA" md=SHA256
408 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="C=NL, O=PolarSSL, CN=localhost" serial=17 \
603 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="CN=localhost" serial=75 \
1553 subject_key=$< subject_name="C=NL,O=PolarSSL,CN=localhost" serial=$(SERVER5_CRT_SERIAL) \
1678 subject_name="C=NL,O=PolarSSL,CN=polarssl.example" \
1790 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="C=NL,O=PolarSSL,CN=localhost" serial=13 \
1799 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="C=NL,O=PolarSSL,CN=localhost" serial=8 \
2058 subject_name="CN=server1/int-ca-v1,OU=testing,O=PolarSSL,C=NL" \
[all …]
A DReadme-x509.txt82 …cert_write subject_key=server5.key subject_name="CN=Test EC RFC non-compliant" issuer_crt=test-ca2…
/lib/mbedtls/external/mbedtls/library/
A Dx509write_csr.c63 const char *subject_name) in mbedtls_x509write_csr_set_subject_name() argument
65 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_csr_set_subject_name()
A Dx509write_crt.c81 const char *subject_name) in mbedtls_x509write_crt_set_subject_name() argument
83 return mbedtls_x509_string_to_names(&ctx->subject, subject_name); in mbedtls_x509write_crt_set_subject_name()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_x509write.function158 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
213 TEST_ASSERT(mbedtls_x509write_csr_set_subject_name(&req, subject_name) == 0);
292 const char *subject_name = "C=NL,O=PolarSSL,CN=PolarSSL Server 1";
313 TEST_ASSERT(mbedtls_x509write_csr_set_subject_name(&req, subject_name) == 0);
341 char *subject_name, char *issuer_key_file,
478 TEST_ASSERT(mbedtls_x509write_crt_set_subject_name(&crt, subject_name) == 0);
/lib/mbedtls/external/mbedtls/include/mbedtls/
A Dx509_csr.h243 const char *subject_name);
A Dx509_crt.h1034 const char *subject_name);
/lib/mbedtls/external/mbedtls/
A DChangeLog5050 * cert_write with selfsign should use issuer_name as subject_name

Completed in 34 milliseconds