Home
last modified time | relevance | path

Searched refs:test_ca_crt (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/data_files/
DMakefile39 test_ca_crt = test-ca.crt macro
108 $(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) \
171 …$(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_f…
276 $(test_ca_crt_cat12): $(test_ca_crt) $(test_ca_crt_file_ec)
277 cat $(test_ca_crt) $(test_ca_crt_file_ec) > $@
281 $(test_ca_crt_cat21): $(test_ca_crt) $(test_ca_crt_file_ec)
282 cat $(test_ca_crt_file_ec) $(test_ca_crt) > $@
303 test-int-ca2.crt: $(test_ca_key_file_rsa) $(test_ca_crt) $(test_ca_config_file) test-int-ca2.csr
304 $(OPENSSL) x509 -req -extfile $(test_ca_config_file) -extensions v3_ca -CA $(test_ca_crt) \
322 parse_input/crl-idp.pem: $(test_ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file)
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/src/
Dcerts.c358 static const char test_ca_crt[] = TEST_CA_CRT; variable
370 const char *mbedtls_test_ca_crt = test_ca_crt;
385 sizeof(test_ca_crt);