Lines Matching refs:ca
39 test_ca_crt = test-ca.crt
40 test_ca_key_file_rsa = test-ca.key
42 test_ca_config_file = test-ca.opensslconf
44 test-ca.req.sha256: $(test_ca_key_file_rsa)
46 all_intermediate += test-ca.req.sha256
48 test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
49 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
50 all_final += test-ca.crt
52 test-ca.crt.der: test-ca.crt
54 all_final += test-ca.crt.der
56 test-ca.key.der: $(test_ca_key_file_rsa)
58 all_final += test-ca.key.der
60 test-ca-sha1.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
61 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
62 all_final += test-ca-sha1.crt
64 test-ca-sha1.crt.der: test-ca-sha1.crt
66 all_final += test-ca-sha1.crt.der
68 test-ca-sha256.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
69 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
70 all_final += test-ca-sha256.crt
72 test-ca-sha256.crt.der: test-ca-sha256.crt
74 all_final += test-ca-sha256.crt.der
88 test_ca_key_file_rsa_alt = test-ca-alt.key
96 $(test_ca_key_file_rsa_alt):test-ca.opensslconf
98 test-ca-alt.csr: $(test_ca_key_file_rsa_alt) $(test_ca_config_file)
100 all_intermediate += test-ca-alt.csr
101 test-ca-alt.crt: $(test_ca_key_file_rsa_alt) $(test_ca_config_file) test-ca-alt.csr
102 …file) -key $(test_ca_key_file_rsa_alt) -set_serial 0 -days 3653 -sha256 -in test-ca-alt.csr -out $@
103 all_final += test-ca-alt.crt
104 test-ca-alt-good.crt: test-ca-alt.crt test-ca-sha256.crt
105 cat test-ca-alt.crt test-ca-sha256.crt > $@
106 all_final += test-ca-alt-good.crt
107 test-ca-good-alt.crt: test-ca-alt.crt test-ca-sha256.crt
108 cat test-ca-sha256.crt test-ca-alt.crt > $@
109 all_final += test-ca-good-alt.crt
120 all_final += test-ca.crt
122 test-ca-any_policy.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
123 …) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in test-ca.req.sha256 -out $@
124 all_final += test-ca-any_policy.crt
126 test-ca-any_policy_ec.crt: $(test_ca_key_file_ec) test-ca.req_ec.sha256
127 …y_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in test-ca.req_ec.sha256 -out $@
128 all_final += test-ca-any_policy_ec.crt
130 test-ca-any_policy_with_qualifier.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
131 …) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in test-ca.req.sha256 -out $@
132 all_final += test-ca-any_policy_with_qualifier.crt
134 test-ca-any_policy_with_qualifier_ec.crt: $(test_ca_key_file_ec) test-ca.req_ec.sha256
135 …r_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in test-ca.req_ec.sha256 -out $@
136 all_final += test-ca-any_policy_with_qualifier_ec.crt
138 test-ca-multi_policy.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
139 …) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in test-ca.req.sha256 -out $@
140 all_final += test-ca-multi_policy.crt
142 test-ca-multi_policy_ec.crt: $(test_ca_key_file_ec) test-ca.req_ec.sha256
143 …y_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in test-ca.req_ec.sha256 -out $@
144 all_final += test-ca-multi_policy_ec.crt
146 test-ca-unsupported_policy.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
147 …) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in test-ca.req.sha256 -out $@
148 all_final += test-ca-unsupported_policy.crt
150 test-ca-unsupported_policy_ec.crt: $(test_ca_key_file_ec) test-ca.req_ec.sha256
151 …y_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in test-ca.req_ec.sha256 -out $@
152 all_final += test-ca-unsupported_policy_ec.crt
154 test-ca.req_ec.sha256: $(test_ca_key_file_ec)
156 all_intermediate += test-ca.req_ec.sha256
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…
178 all_intermediate += test-int-ca.csr
179 test-int-ca-exp.crt: $(test_ca_crt_file_ec) $(test_ca_key_file_ec) $(test_ca_config_file) test-int-…
180 …ile_ec) -CAkey $(test_ca_key_file_ec) -set_serial 14 -days 3653 -sha256 -in test-int-ca.csr -out $@
181 all_final += test-int-ca-exp.crt
184 …ey=rsa_pkcs1_1024_clear.pem subject_name="CN=dw.yonan.net" issuer_crt=enco-ca-prstr.pem issuer_key…
187 …$(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_…
190 …$(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_…
219 test_ca_int_rsa1 = test-int-ca.crt
225 …tensions_file) -extensions cli-rsa -CA $(test_ca_int_rsa1) -CAkey test-int-ca.key -set_serial 16 -…
228 …tensions_file) -extensions cli-rsa -CA $(test_ca_int_rsa1) -CAkey test-int-ca.key -set_serial 16 -…
233 server7_int-ca-exp.crt: server7.crt test-int-ca-exp.crt
234 cat server7.crt test-int-ca-exp.crt > $@
235 all_final += server7_int-ca-exp.crt
955 test_ca_server1_db = test-ca.server1.db
956 test_ca_server1_serial = test-ca.server1.serial
957 test_ca_server1_config_file = test-ca.server1.opensslconf
993 server1.ca.crt: server1.key server1.req.sha256 $(test_ca_crt) $(test_ca_key_file_rsa)
997 server1.ca.der: server1.ca.crt
999 all_final += server1.ca.crt server1.ca_noauthid.crt server1.ca.der
1036 …$(OPENSSL) ca -batch -passin "pass:$(test_ca_pwd_rsa)" -config $(test_ca_server1_config_file) -in …
1048 …$(OPENSSL) ca -batch -passin "pass:$(test_ca_pwd_rsa)" -config $(test_ca_server1_config_file) -in …
1057 …$(OPENSSL) ca -gencrl -batch -cert $(test_ca_crt) -keyfile $(test_ca_key_file_rsa) -key $(test_ca_…
1059 …ca_crt) $(test_ca_key_file_rsa) $(test_ca_config_file) test-ca.server1.future-crl.db test-ca.serv…
1060 …$(FAKETIME) '2028-12-31' $(OPENSSL) ca -gencrl -config test-ca.server1.future-crl.opensslconf -crl…