Home
last modified time | relevance | path

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

/mbedtls-3.4.0/tests/data_files/
DMakefile111 test_ca_crt_file_ec = test-ca2.crt macro
158 test-ca2.crt.der: $(test_ca_crt_file_ec)
159 $(OPENSSL) x509 -in $(test_ca_crt_file_ec) -out $@ -inform PEM -outform DER
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) > $@
179 test-int-ca-exp.crt: $(test_ca_crt_file_ec) $(test_ca_key_file_ec) $(test_ca_config_file) test-int-…
180 … x509 -req -extfile $(test_ca_config_file) -extensions v3_ca -CA $(test_ca_crt_file_ec) -CAkey $(t…
1113 $(OPENSSL) x509 -req -CA $(test_ca_crt_file_ec) -CAkey $(test_ca_key_file_ec) \
[all …]