/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_verify_store.t | 24 my $CAkey = "keyCA.ss"; 39 -keyout => $CAkey ); 47 -signkey => $CAkey, 55 -signkey => $CAkey ); 88 -CAkey => $CAkey,
|
H A D | 80-test_ssl_old.t | 49 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 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" \
|
/freebsd/crypto/openssl/demos/certs/apps/ |
H A D | mkacerts.sh | 14 $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 D | mkcerts.sh | 21 $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 D | kdc.sh | 39 -CA "kdc-root-cert.pem" -CAkey "kdc-root-key.pem" \
|
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes/ |
H A D | includes1.cnf | 23 private_key = $dir/private/CAkey.pem# The private key
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control-setup.sh | 139 …quest.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAc…
|
H A D | unbound-control-setup.sh.in | 194 -CAkey "$SVR_BASE.key" \
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 261 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 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()
|
/freebsd/crypto/openssl/test/ |
H A D | test.cnf | 18 private_key = $dir/private/CAkey.pem# The private key
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | proxy-certificates.pod | 116 -CA user.crt -CAkey user.key -days 7 \ 128 -CA proxy.crt -CAkey proxy.key -days 7 \
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-x509.pod.in | 69 [B<-CAkey> I<filename>|I<uri>] 484 =item B<-CAkey> I<filename>|I<uri> 732 -CA cacert.pem -CAkey key.pem -CAcreateserial
|
H A D | openssl-req.pod.in | 37 [B<-CAkey> I<filename>|I<uri>] 304 =item B<-CAkey> I<filename>|I<uri>
|