Home
last modified time | relevance | path

Searched refs:CAkey (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify_store.t24 my $CAkey = "keyCA.ss";
39 -keyout => $CAkey );
47 -signkey => $CAkey,
55 -signkey => $CAkey );
88 -CAkey => $CAkey,
H A D80-test_ssl_old.t49 my $CAkey = srctop_file("test", "certs", "ca-key.pem"); # "keyCA.ss"
128 "-out", $CAreq, "-key", $CAkey,
134 "-req", "-out", $CAcert, "-signkey", $CAkey,
141 "-x509toreq", "-signkey", $CAkey, "-out", $CAreq2],
169 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial,
207 "-CA", $CAcert, "-CAkey", $CAkey,
254 "-CA", $CAcert, "-CAkey", $CAkey,
/freebsd/crypto/openssl/test/certs/
H A Dmkcert.sh156 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" \
/freebsd/crypto/openssl/demos/certs/apps/
H A Dmkacerts.sh14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \
20 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
27 $OPENSSL x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
34 $OPENSSL x509 -req -in sreq2.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/freebsd/crypto/openssl/demos/certs/
H A Dmkcerts.sh21 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
35 $OPENSSL x509 -req -in rreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
42 $OPENSSL x509 -req -in respreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
/freebsd/crypto/openssl/test/recipes/25-test_eai_data/
H A Dkdc.sh39 -CA "kdc-root-cert.pem" -CAkey "kdc-root-key.pem" \
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/
H A Dincludes1.cnf23 private_key = $dir/private/CAkey.pem# The private key
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh139 …quest.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAc…
H A Dunbound-control-setup.sh.in194 -CAkey "$SVR_BASE.key" \
/freebsd/crypto/openssl/apps/
H A Dx509.c261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; in x509_main() local
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()
H A Dreq.c121 {"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()
/freebsd/crypto/openssl/test/
H A Dtest.cnf18 private_key = $dir/private/CAkey.pem# The private key
/freebsd/crypto/openssl/doc/man7/
H A Dproxy-certificates.pod116 -CA user.crt -CAkey user.key -days 7 \
128 -CA proxy.crt -CAkey proxy.key -days 7 \
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-x509.pod.in69 [B<-CAkey> I<filename>|I<uri>]
484 =item B<-CAkey> I<filename>|I<uri>
732 -CA cacert.pem -CAkey key.pem -CAcreateserial
H A Dopenssl-req.pod.in37 [B<-CAkey> I<filename>|I<uri>]
304 =item B<-CAkey> I<filename>|I<uri>