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/
H A 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_file) -outform DER -extensions rfc822name_names -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 -in $< > $@
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)
[all...]
/third_party/mbedtls/tests/src/
H A Dcerts.c370 static const char test_ca_crt[] = TEST_CA_CRT; variable
382 const char *mbedtls_test_ca_crt = test_ca_crt;
397 sizeof(test_ca_crt);

Completed in 3 milliseconds