Home
last modified time | relevance | path

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

/mbedtls-development/tests/data_files/
A DMakefile42 test_ca_config_file = test-ca.opensslconf macro
98 test-ca-alt.csr: $(test_ca_key_file_rsa_alt) $(test_ca_config_file)
99 …$(OPENSSL) req -new -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -subj "/C=NL/O…
101 test-ca-alt.crt: $(test_ca_key_file_rsa_alt) $(test_ca_config_file) test-ca-alt.csr
102 …$(OPENSSL) req -x509 -config $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -set_serial 0…
176 test-int-ca.csr: test-int-ca.key $(test_ca_config_file)
177 …$(OPENSSL) req -new -config $(test_ca_config_file) -key test-int-ca.key -subj "/C=NL/O=PolarSSL/CN…
179 test-int-ca-exp.crt: $(test_ca_crt_file_ec) $(test_ca_key_file_ec) $(test_ca_config_file) test-int-…
186 crl-idp.pem: $(test_ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file)
189 crl-idpnc.pem: $(test_ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file)
[all …]

Completed in 5 milliseconds