| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 25-test_verify_store.t | 20 my $cakey = srctop_file("test", "certs", "ca-key.pem"); 24 my $CAkey = "keyCA.ss"; 38 -key => $cakey, 39 -keyout => $CAkey ); 47 -signkey => $CAkey, 55 -signkey => $CAkey ); 88 -CAkey => $CAkey,
|
| 80-test_ssl_old.t | 50 my $CAkey = srctop_file("test", "certs", "ca-key.pem"); # "keyCA.ss" 191 "-out", $CAreq, "-key", $CAkey, 197 "-req", "-out", $CAcert, "-signkey", $CAkey, 204 "-x509toreq", "-signkey", $CAkey, "-out", $CAreq2], 232 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial, 270 "-CA", $CAcert, "-CAkey", $CAkey, 317 "-CA", $CAcert, "-CAkey", $CAkey, [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 25-test_verify_store.t | 20 my $cakey = srctop_file("test", "certs", "ca-key.pem"); 24 my $CAkey = "keyCA.ss"; 38 -key => $cakey, 39 -keyout => $CAkey ); 47 -signkey => $CAkey, 55 -signkey => $CAkey ); 88 -CAkey => $CAkey,
|
| 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, [all...] |
| /src/crypto/external/apache2/openssl/dist/demos/certs/apps/ |
| mkacerts.sh | 18 opensslcmd x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \ 24 opensslcmd x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 31 opensslcmd x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 38 opensslcmd x509 -req -in sreq2.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
|
| /src/crypto/external/bsd/openssl/dist/demos/certs/apps/ |
| 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 \
|
| /src/crypto/external/bsd/openssl.old/dist/demos/certs/apps/ |
| 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 \
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| mkcert.sh | 122 local cakey=$1; shift 137 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 145 local cakey=$1; shift 158 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 170 local cakey=$1; shift 180 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 192 local cakey=$1; shif [all...] |
| tls_dane.sh | 65 local cakey=$1; shift 69 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 78 local cakey=$1; shift 87 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \
|
| /src/crypto/external/apache2/openssl/dist/test/certs/ |
| mkcert.sh | 136 local cakey=$1; shift 156 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 164 local cakey=$1; shift 177 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 189 local cakey=$1; shift 199 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 206 local cakey=$1; shif [all...] |
| /src/crypto/external/bsd/openssl/dist/test/certs/ |
| mkcert.sh | 136 local cakey=$1; shift 156 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 164 local cakey=$1; shift 177 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 189 local cakey=$1; shift 199 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 206 local cakey=$1; shif [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/25-test_eai_data/ |
| kdc.sh | 39 -CA "kdc-root-cert.pem" -CAkey "kdc-root-key.pem" \
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ |
| kdc.sh | 39 -CA "kdc-root-cert.pem" -CAkey "kdc-root-key.pem" \
|
| /src/crypto/external/bsd/openssl.old/dist/test/certs/ |
| mkcert.sh | 133 local cakey=$1; shift 147 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 155 local cakey=$1; shift 168 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \ 180 local cakey=$1; shift 190 cert "$cert" "$exts" -CA "${ca}.pem" -CAkey "${cakey}.pem" \ 202 local cakey=$1; shif [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ocsp-tests/ |
| mk-ocsp-cert-chain.sh | 52 -CAkey root-key.pem \ 81 -CAkey intermediate-key.pem \
|
| /src/crypto/external/bsd/openssl/dist/demos/certs/ |
| 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 \
|
| /src/crypto/external/bsd/openssl.old/dist/demos/certs/ |
| 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 \
|
| /src/crypto/external/apache2/openssl/dist/demos/certs/ |
| mkcerts.sh | 26 opensslcmd x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 33 opensslcmd x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 40 opensslcmd x509 -req -in rreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \ 47 opensslcmd x509 -req -in respreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \
|
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 80-test_ssl_old.t | 42 my $CAkey = "keyCA.ss"; 122 "-out", $CAreq, "-keyout", $CAkey, 128 "-req", "-out", $CAcert, "-signkey", $CAkey, 135 "-x509toreq", "-signkey", $CAkey, "-out", $CAreq2], 163 "-CA", $CAcert, "-CAkey", $CAkey, "-CAserial", $CAserial, 200 "-CA", $CAcert, "-CAkey", $CAkey, 243 "-CA", $CAcert, "-CAkey", $CAkey, [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| test.cnf | 24 private_key = $dir/private/CAkey.pem# The private key
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| mkcert.sh | 54 local cakey=$1; shift 64 cert "$cert" "$exts" -CA "${cacert}.pem" -CAkey "${cakey}.pem" \
|
| /src/external/bsd/nsd/dist/ |
| nsd-control-setup.sh.in | 190 -CAkey "$SVR_BASE.key" \
|
| /src/external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/ |
| unbound-control-setup | 146 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-control-setup.sh.in | 194 -CAkey "$SVR_BASE.key" \
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| x509.c | 157 {"CAkey", OPT_CAKEY, 's', "The corresponding CA key; default is -CA arg"}, 261 EVP_PKEY *privkey = NULL, *CAkey = NULL, *pubkey = NULL; 667 WARN_NO_CA("-CAkey"); 733 "We need a private key to sign with, use -key or -CAkey or -CA with private key\n"); 891 if ((CAkey = load_key(CAkeyfile, CAkeyformat, 894 if (!X509_check_private_key(xca, CAkey)) { 900 if (!do_X509_sign(x, CAkey, digest, sigopts, &ext_ctx)) 1075 EVP_PKEY_free(CAkey);
|