Searched refs:CAkey (Results 1 - 6 of 6) sorted by relevance
/third_party/openssl/test/certs/ |
H A D | mkcert.sh | 156 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 177 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 199 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 216 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 266 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 300 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 329 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 389 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 407 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 108 $(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) \ 118 $(OPENSSL) x509 -req -CA test-ca_nocn.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 $< > $@ 300 -CA $(test_ca_crt_file_ec) -CAkey $(test_ca_key_file_ec) \ 305 -CAkey $(test_ca_key_file_rsa) -set_serial 15 -days 3653 -sha256 -in test-int-ca2.csr \ 311 -CA test-int-ca2.crt -CAkey test-int-ca2.key -set_serial 77 -days 3653 \ 315 $(FAKETIME) -f -3653d $(OPENSSL) x509 -req -extfile $(test_ca_config_file) -extensions v3_ca -CA $(test_ca_crt_file_ec) -CAkey $(test_ca_key_file_ec) -set_serial 14 -days 3653 -sha256 -in test-int-ca.csr -out $@ 364 -CA $(test_ca_int_rsa1) -CAkey test-int-ca.key \ 369 $(FAKETIME) -f -3653d $(OPENSSL) x509 -req -extfile $(cli_crt_extensions_file) -extensions cli-rsa -CA $(test_ca_int_rsa1) -CAkey test-int-ca.key -set_serial 16 -days 3653 -sha256 -in server7.csr | cat - $(test_ca_int_rsa1) > $@ 373 $(FAKETIME) -f +3653d $(OPENSSL) x509 -req -extfile $(cli_crt_extensions_file) -extensions cli-rsa -CA $(test_ca_int_rsa1) -CAkey tes [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | req.c | 121 {"CAkey", OPT_CAKEY, 's', 239 EVP_PKEY *pkey = NULL, *CAkey = NULL; in req_main() local 761 "Warning: Ignoring -CAkey option since no -CA option is given\n"); in req_main() 763 if ((CAkey = load_key(CAkeyfile, FORMAT_UNDEF, in req_main() 766 ? "issuer private key from -CAkey arg" in req_main() 775 if (!X509_check_private_key(CAcert, CAkey)) { in req_main() 784 " provide -CA / -CAkey\n"); in req_main() 802 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main() 1058 EVP_PKEY_free(CAkey); in req_main()
|
H A D | x509.c | 157 {"CAkey", OPT_CAKEY, 's', "The corresponding CA key; default is -CA arg"}, 261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local 667 WARN_NO_CA("-CAkey"); in x509_main() 733 "We need a private key to sign with, use -key or -CAkey or -CA with private key\n"); in x509_main() 891 if ((CAkey = load_key(CAkeyfile, CAkeyformat, in x509_main() 894 if (!X509_check_private_key(xca, CAkey)) { in x509_main() 900 if (!do_X509_sign(x, CAkey, digest, sigopts, &ext_ctx)) in x509_main() 1075 EVP_PKEY_free(CAkey); in x509_main()
|
/third_party/openssl/apps/ |
H A D | req.c | 121 {"CAkey", OPT_CAKEY, 's', 239 EVP_PKEY *pkey = NULL, *CAkey = NULL; in req_main() local 759 "Warning: Ignoring -CAkey option since no -CA option is given\n"); in req_main() 761 if ((CAkey = load_key(CAkeyfile, FORMAT_UNDEF, in req_main() 764 ? "issuer private key from -CAkey arg" in req_main() 773 if (!X509_check_private_key(CAcert, CAkey)) { in req_main() 782 " provide -CA / -CAkey\n"); in req_main() 800 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main() 1056 EVP_PKEY_free(CAkey); in req_main()
|
H A D | x509.c | 157 {"CAkey", OPT_CAKEY, 's', "The corresponding CA key; default is -CA arg"}, 261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local 667 WARN_NO_CA("-CAkey"); in x509_main() 733 "We need a private key to sign with, use -key or -CAkey or -CA with private key\n"); in x509_main() 891 if ((CAkey = load_key(CAkeyfile, CAkeyformat, in x509_main() 894 if (!X509_check_private_key(xca, CAkey)) { in x509_main() 900 if (!do_X509_sign(x, CAkey, digest, sigopts, &ext_ctx)) in x509_main() 1075 EVP_PKEY_free(CAkey); in x509_main()
|
Completed in 10 milliseconds