Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/x509/
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()
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()
/openthread-latest/third_party/mbedtls/repo/tests/data_files/
DMakefile52 …_file=$@ filename=$(test_ca_key_file_rsa) password=$(test_ca_pwd_rsa) subject_name="C=NL,O=PolarSS…
69 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
264 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$(test_ca_key_file_ec) subject_name="C=NL, O=PolarSSL,…
320 …$(MBEDTLS_CERT_WRITE) subject_key=rsa_pkcs1_1024_clear.pem subject_name="CN=dw.yonan.net" issuer_c…
331 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Client 2"…
408 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="C=NL, O=PolarSSL, CN=localhost" serial=17 \
419 …$(MBEDTLS_CERT_REQ) output_file=$@ filename=$< subject_name="C=NL,O=PolarSSL,CN=PolarSSL Test Clie…
603 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="CN=localhost" serial=75 \
[all …]
DReadme-x509.txt82 …cert_write subject_key=server5.key subject_name="CN=Test EC RFC non-compliant" issuer_crt=test-ca2…
/openthread-latest/third_party/mbedtls/repo/library/
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()
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()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_csr.h243 const char *subject_name);
Dx509_crt.h1034 const char *subject_name);
/openthread-latest/third_party/mbedtls/repo/tests/suites/
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);
/openthread-latest/third_party/mbedtls/repo/
DChangeLog5050 * cert_write with selfsign should use issuer_name as subject_name