Lines Matching refs:tests
16 $ openssl genrsa -out ./ext/openssl/tests/bug54992-ca.key 4096
19 $ openssl req -new -x509 -key ./ext/openssl/tests/bug54992-ca.key \
20 -out ext/openssl/tests/bug54992-ca.pem \
25 $ openssl rsa -in ext/openssl/tests/bug54992.pem > ext/openssl/tests/bug54992.key
28 …ssl x509 -x509toreq -in ext/openssl/tests/bug54992.pem -out ext/openssl/tests/bug54992.csr -signke…
31 $ openssl x509 -CA ext/openssl/tests/bug54992-ca.pem \
33 -CAkey ./ext/openssl/tests/bug54992-ca.key \
35 -in ext/openssl/tests/bug54992.csr \
38 -out ./ext/openssl/tests/bug54992.pem
41 $ cat ext/openssl/tests/bug54992.key >> ext/openssl/tests/bug54992.pem\
46 1. ext/openssl/tests/bug65538_003.phpt
48 …r("ext/openssl/tests/bug65538.phar"); $phar->addFile("ext/openssl/tests/bug54992.pem", "bug54992.p…
50 2. Update ext/openssl/tests/openssl_peer_fingerprint_basic.phpt (see instructions in there)