Searched refs:extfile (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
H A D | generate_server9_bad_saltlen.py | 40 parser.add_argument('--openssl-extfile', type=str, 64 extfile = kwargs.get('openssl_extfile', '') 65 if extfile: 66 kwargs['openssl_extfile'] = '-extfile {openssl_extfile}'.format(
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 109 -extfile $(test_ca_config_file) -extensions dns_alt_names \ 119 -extfile $(test_ca_config_file) -extensions ext_multi_nocn -passin "pass:$(test_ca_pwd_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 $< > $@ 206 $(OPENSSL) x509 -req -in test-ca2.req.sha256 -extfile $< \ 299 $(OPENSSL) x509 -req -extfile $(test_ca_config_file) -extensions v3_ca \ 304 $(OPENSSL) x509 -req -extfile $(test_ca_config_file) -extensions v3_ca -CA $(test_ca_crt) \ 310 $(OPENSSL) x509 -req -extfile $(test_ca_config_file) -extensions no_subj_auth_id \ 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 $@ 363 $(OPENSSL) x509 -req -extfile $(cli_crt_extensions_file) -extensions cli-rsa \ 369 $(FAKETIME) -f -3653d $(OPENSSL) x509 -req -extfile [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | x509.c | 145 {"extfile", OPT_EXTFILE, '<', "Config file with X509V3 extensions to add"}, 147 "Section of extfile to use - default: unnamed section"}, 276 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local 386 extfile = opt_arg(); in x509_main() 678 if (extfile == NULL) { in x509_main() 681 "Warning: ignoring -extensions option without -extfile\n"); in x509_main() 685 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
|
H A D | ca.c | 207 {"extfile", OPT_EXTFILE, '<', 281 const char *extensions = NULL, *extfile = NULL, *passinarg = NULL; in ca_main() local 474 extfile = opt_arg(); in ca_main() 777 if (extfile) { in ca_main() 778 if ((extfile_conf = app_load_config(extfile)) == NULL) { in ca_main() 785 extfile); in ca_main() 860 /* Check syntax of extfile */ in ca_main() 867 "Error checking certificate extensions from extfile section %s\n", in ca_main() 874 * no '-extfile' option, so we look for extensions in the main in ca_main() 1748 "Error adding certificate extensions from extfile sectio in do_body() [all...] |
/third_party/openssl/apps/ |
H A D | x509.c | 145 {"extfile", OPT_EXTFILE, '<', "Config file with X509V3 extensions to add"}, 147 "Section of extfile to use - default: unnamed section"}, 276 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; in x509_main() local 386 extfile = opt_arg(); in x509_main() 678 if (extfile == NULL) { in x509_main() 681 "Warning: ignoring -extensions option without -extfile\n"); in x509_main() 685 if ((extconf = app_load_config(extfile)) == NULL) in x509_main()
|
H A D | ca.c | 207 {"extfile", OPT_EXTFILE, '<', 281 const char *extensions = NULL, *extfile = NULL, *passinarg = NULL; in ca_main() local 474 extfile = opt_arg(); in ca_main() 775 if (extfile) { in ca_main() 776 if ((extfile_conf = app_load_config(extfile)) == NULL) { in ca_main() 783 extfile); in ca_main() 848 /* Check syntax of extfile */ in ca_main() 855 "Error checking certificate extensions from extfile section %s\n", in ca_main() 862 * no '-extfile' option, so we look for extensions in the main in ca_main() 1728 "Error adding certificate extensions from extfile sectio in do_body() [all...] |
/third_party/openssl/test/certs/ |
H A D | mkcert.sh | 96 -extfile <(printf "%s\n" "$exts") "$@"
|
Completed in 12 milliseconds