Home
last modified time | relevance | path

Searched refs:pem (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd/regress/lib/libcrypto/CA/
H A DMakefile21 root.cert.pem: root.cnf root.key.pem \
38 intermediate.cert.pem: root.cnf root.cert.pem intermediate.csr.pem \
51 chain.pem: intermediate.cert.pem root.cert.pem
52 cat intermediate.cert.pem root.cert.pem > chain.pem
63 -key server.key.pem -out server.csr.pem
66 server.cert.pem: intermediate.cnf intermediate.cert.pem server.csr.pem
70 -in server.csr.pem -out server.cert.pem
77 client.csr.pem: intermediate.cnf intermediate.cert.pem client.key.pem
81 -key client.key.pem -out client.csr.pem
84 client.cert.pem: intermediate.cnf intermediate.cert.pem client.csr.pem
[all …]
/openbsd/regress/lib/libssl/verify/
H A Dcreate-libressl-test-certs.pl15 out('caR.pem', pem(crt => $ca[0]));
16 out('caR.key', pem(key => $ca[1]));
52 out('caO.pem', pem(crt => $caO[0]));
53 out('caO.key', pem(key => $caO[1]));
62 out('caX.pem', pem(crt => $caX[0]));
63 out('caX.key', pem(key => $caX[1]));
71 out('subcaR.pem', pem(crt => $subcaR[0]));
72 out('subcaR.key', pem(key => $subcaR[1]));
73 out('chainSX.pem', pem($subcaR[0]), pem($caX[0]));
83 out('server-subca.pem', pem(@leafcert));
[all …]
/openbsd/regress/usr.bin/openssl/x509/
H A Dcreate-libressl-test-certs.pl15 out('caR.pem', pem(crt => $ca[0]));
16 out('caR.key', pem(key => $ca[1]));
52 out('caO.pem', pem(crt => $caO[0]));
53 out('caO.key', pem(key => $caO[1]));
62 out('caX.pem', pem(crt => $caX[0]));
63 out('caX.key', pem(key => $caX[1]));
71 out('subcaR.pem', pem(crt => $subcaR[0]));
72 out('subcaR.key', pem(key => $subcaR[1]));
73 out('chainSX.pem', pem($subcaR[0]), pem($caX[0]));
83 out('server-subca.pem', pem(@leafcert));
[all …]
H A DMakefile45 rm *.pem *.key
49 ${OPENSSL} verify -CAfile caR.pem server-unusual-wildcard.pem \
54 ${OPENSSL} verify -CAfile caR.pem server-common-wildcard.pem \
59 ${OPENSSL} verify -verbose -trusted caR.pem -untrusted chainSX.pem \
60 server-subca.pem | grep "server-subca.pem: OK"
/openbsd/regress/usr.sbin/ocspcheck/
H A DMakefile20 …IR}/index.txt -CA ${.CURDIR}/chain.pem -rkey ${.CURDIR}/ocsp-localhost.key.pem -rsigner ${.CURDIR}…
30 -C ${.CURDIR}/chain.pem \
34 -C ${.CURDIR}/chain.pem \
38 -C ${.CURDIR}/chain.pem \
42 -C ${.CURDIR}/chain.pem \
46 -C ${.CURDIR}/chain.pem \
50 -C ${.CURDIR}/chain.pem \
54 -C ${.CURDIR}/chain.pem \
58 -C ${.CURDIR}/chain.pem \
62 -C ${.CURDIR}/chain.pem \
[all …]
/openbsd/lib/libssl/test/
H A Dtesttsa49 -out tsaca.pem -keyout tsacakey.pem
62 -out tsa_req${INDEX}.pem -keyout tsa_key${INDEX}.pem
66 -in tsa_req${INDEX}.pem -out tsa_cert${INDEX}.pem \
67 -CA tsaca.pem -CAkey tsacakey.pem -CAcreateserial \
128 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -queryfile $1 -in $2 -CAfile tsaca.pem \
129 -untrusted tsa_cert1.pem
131 ../../util/shlib_wrap.sh ../../apps/openssl ts -verify -data $3 -in $2 -CAfile tsaca.pem \
132 -untrusted tsa_cert1.pem
142 -CAfile tsaca.pem -untrusted tsa_cert1.pem
145 -CAfile tsaca.pem -untrusted tsa_cert1.pem
[all …]
H A Dtestgen5 CA=../certs/testca.pem
30 rm -f testkey.pem testreq.pem
32 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf $req_new -out testreq.pem
38 ../util/shlib_wrap.sh ../apps/openssl req -config test.cnf -verify -in testreq.pem -noout
H A DCAtsa.cnf32 certificate = $dir/cacert.pem # The CA certificate
34 private_key = $dir/private/cakey.pem# The private key
130 signer_cert = $dir/tsa_cert1.pem # The TSA signing certificate
132 certs = $dir/tsaca.pem # Certificate chain to include in reply
134 signer_key = $dir/tsa_key1.pem # The TSA private key (optional)
154 signer_cert = $dir/tsa_cert2.pem # The TSA signing certificate
156 certs = $dir/demoCA/cacert.pem# Certificate chain to include in reply
158 signer_key = $dir/tsa_key2.pem # The TSA private key (optional)
H A Dtestca44 $SH ../apps/CA.sh -verify newcert.pem
49 /bin/rm -fr demoCA newcert.pem newreq.pem
H A DCAss.cnf11 default_keyfile = keySS.pem
42 certificate = $dir/cacert.pem # The CA certificate
44 crl = $dir/crl.pem # The current CRL
45 private_key = $dir/private/cakey.pem# The private key
H A Dtest.cnf21 certificate = $dir/CAcert.pem # The CA certificate
23 crl = $dir/crl.pem # The current CRL
24 private_key = $dir/private/CAkey.pem# The private key
60 default_keyfile = testkey.pem
/openbsd/regress/usr.bin/openssl/
H A Dtestrsa.sh11 $openssl_bin genrsa -out rsakey.pem
18 $openssl_bin req -config $2/openssl.cnf -key rsakey.pem -new -x509 -days 365 -out rsacert.pem
25 $openssl_bin x509 -text -in rsacert.pem
H A Dtestdsa.sh11 $openssl_bin dsaparam 512 -out dsa512.pem
18 $openssl_bin req -config $2/openssl.cnf -x509 -newkey dsa:dsa512.pem -out testdsa.pem -keyout testd…
25 $openssl_bin x509 -text -in testdsa.pem
H A Dappstest.sh171 dgstkey=$user1_dir/dgstkey.pem
173 dgstpub=$user1_dir/dgstpub.pem
260 gendh2=$key_dir/gendh2.pem
270 dhparam2=$key_dir/dhparam2.pem
283 dsaparam512=$key_dir/dsaparam512.pem
293 gendsa_des3=$key_dir/gendsa_des3.pem
337 ecparam=$key_dir/ecparam_$curve.pem
361 genpkey_dh=$key_dir/genpkey_dh.pem
372 genpkey_dsa=$key_dir/genpkey_dsa.pem
400 genpkey_ec=$key_dir/genpkey_ec.pem
[all …]
H A DMakefile5 CLEANFILES+= testdsa.key testdsa.pem rsakey.pem rsacert.pem dsa512.pem
H A Dtest_server.sh4 echo This starts a tls1 mode server using the DSA certificate in ./server.pem
10 ${OPENSSL:-/usr/bin/openssl} s_server -key testdsa.key -cert testdsa.pem
/openbsd/regress/lib/libssl/quic/
H A DMakefile15 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
16 ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
17 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem
/openbsd/regress/lib/libssl/server/
H A DMakefile14 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
15 ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
16 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem
/openbsd/regress/lib/libssl/shutdown/
H A DMakefile14 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
15 ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
16 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem
/openbsd/regress/lib/libssl/tls/
H A DMakefile14 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
15 ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
16 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem
/openbsd/regress/lib/libtls/tls/
H A DMakefile15 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem \
16 ${.CURDIR}/../../libssl/certs/server1-rsa-chain.pem \
17 ${.CURDIR}/../../libssl/certs/server1-rsa.pem
/openbsd/regress/lib/libssl/ssl/
H A DMakefile14 ${.CURDIR}/../certs/server1-rsa.pem ${.CURDIR}/../certs/server1-rsa-chain.pem \
15 ${.CURDIR}/../certs/ca-root-rsa.pem
/openbsd/regress/lib/libssl/dtls/
H A DMakefile17 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
18 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
19 ${.CURDIR}/../../libssl/certs/ca-int-rsa.pem
/openbsd/regress/lib/libtls/keypair/
H A DMakefile16 ${.CURDIR}/../../libssl/certs/ca-root-rsa.pem \
17 ${.CURDIR}/../../libssl/certs/server1-rsa.pem \
18 ${.CURDIR}/../../libssl/certs/server1-rsa.pem
/openbsd/lib/libssl/doc/
H A Dopenssl.cnf49 certificate = $dir/cacert.pem # The CA certificate
53 crl = $dir/crl.pem # The current CRL
54 private_key = $dir/private/cakey.pem# The private key
105 default_keyfile = privkey.pem
205 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
310 #nsCaRevocationUrl = http://www.domain.dom/ca-crl.pem
331 signer_cert = $dir/tsacert.pem # The TSA signing certificate
333 certs = $dir/cacert.pem # Certificate chain to include in reply
335 signer_key = $dir/private/tsakey.pem # The TSA private key (optional)

1234