Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/data_files/
DMakefile39 test_ca_crt = test-ca.crt macro
94 …$(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_f…
167 $(test_ca_crt_cat12): $(test_ca_crt) $(test_ca_crt_file_ec)
168 cat $(test_ca_crt) $(test_ca_crt_file_ec) > $@
172 $(test_ca_crt_cat21): $(test_ca_crt) $(test_ca_crt_file_ec)
173 cat $(test_ca_crt_file_ec) $(test_ca_crt) > $@
186 crl-idp.pem: $(test_ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file)
187 …$(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_…
189 crl-idpnc.pem: $(test_ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file)
190 …$(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_…
[all …]
/third_party/mbedtls/tests/src/
Dcerts.c1620 static const char test_ca_crt[] = TEST_CA_CRT; variable
1632 const char *mbedtls_test_ca_crt = test_ca_crt;
1647 sizeof( test_ca_crt );