Searched refs:CAcert (Results 1 – 5 of 5) sorted by relevance
/openssl/test/recipes/ |
H A D | 25-test_verify_store.t | 25 my $CAcert="certCA.ss"; 46 -out => $CAcert, 53 -in => $CAcert, 71 -CAstore => $CAcert, 72 $CAcert ); 87 -CA => $CAcert, 92 -CAstore => $CAcert,
|
H A D | 80-test_ssl_old.t | 51 my $CAcert="certCA.ss"; 91 copy($CAcert, \*OUT); copy($Ucert, \*OUT); 106 testssl($Ukey, $Ucert, $CAcert, "default", $configfile); 170 testssl($Ukey, $Ucert, $CAcert, "fips", $provconfnew); 197 "-req", "-out", $CAcert, "-signkey", $CAkey, 203 ok(run(app([@x509cmd, "-in", $CAcert, 220 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])), 270 "-CA", $CAcert, "-CAkey", $CAkey, 317 "-CA", $CAcert, "-CAkey", $CAkey, 351 run(app([@verifycmd, "-CAfile", $CAcert, [all …]
|
/openssl/apps/ |
H A D | req.c | 253 X509 *new_x509 = NULL, *CAcert = NULL; in req_main() local 775 if ((CAcert = load_cert_pass(CAfile, FORMAT_UNDEF, 1, passin, in req_main() 778 if (!X509_check_private_key(CAcert, CAkey)) { in req_main() 785 if (CAcert == NULL && pkey == NULL) { in req_main() 805 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main() 807 X509_NAME *issuer = CAcert != NULL ? X509_get_subject_name(CAcert) : in req_main() 812 if (CAcert != NULL && keyfile != NULL) in req_main() 849 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509, in req_main() 852 if (CAcert == NULL) { in req_main() 1067 X509_free(CAcert); in req_main()
|
/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes1.cnf | 20 certificate = $dir/CAcert.pem # The CA certificate
|
/openssl/test/ |
H A D | test.cnf | 15 certificate = $dir/CAcert.pem # The CA certificate
|
Completed in 20 milliseconds