Home
last modified time | relevance | path

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

/openssl/test/recipes/
H A D25-test_verify_store.t25 my $CAcert="certCA.ss";
46 -out => $CAcert,
53 -in => $CAcert,
71 -CAstore => $CAcert,
72 $CAcert );
87 -CA => $CAcert,
92 -CAstore => $CAcert,
H A D80-test_ssl_old.t50 my $CAcert="certCA.ss";
90 copy($CAcert, \*OUT); copy($Ucert, \*OUT);
105 testssl($Ukey, $Ucert, $CAcert, "default", $configfile);
107 testssl($Ukey, $Ucert, $CAcert, "fips",
135 "-req", "-out", $CAcert, "-signkey", $CAkey,
141 ok(run(app([@x509cmd, "-in", $CAcert,
158 ok(run(app([@verifycmd, "-CAfile", $CAcert, $CAcert])),
208 "-CA", $CAcert, "-CAkey", $CAkey,
255 "-CA", $CAcert, "-CAkey", $CAkey,
289 run(app([@verifycmd, "-CAfile", $CAcert,
[all …]
/openssl/apps/
H A Dreq.c240 X509 *new_x509 = NULL, *CAcert = NULL; in req_main() local
758 if ((CAcert = load_cert_pass(CAfile, FORMAT_UNDEF, 1, passin, in req_main()
761 if (!X509_check_private_key(CAcert, CAkey)) { in req_main()
768 if (CAcert == NULL && pkey == NULL) { in req_main()
788 EVP_PKEY *issuer_key = CAcert != NULL ? CAkey : pkey; in req_main()
790 X509_NAME *issuer = CAcert != NULL ? X509_get_subject_name(CAcert) : in req_main()
795 if (CAcert != NULL && keyfile != NULL) in req_main()
831 X509V3_set_ctx(&ext_ctx, CAcert != NULL ? CAcert : new_x509, in req_main()
834 if (CAcert == NULL) { in req_main()
1047 X509_free(CAcert); in req_main()
/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf20 certificate = $dir/CAcert.pem # The CA certificate
/openssl/test/
H A Dtest.cnf15 certificate = $dir/CAcert.pem # The CA certificate

Completed in 19 milliseconds