Lines Matching refs:tests
15 $ openssl genrsa -out ./ext/openssl/tests/bug54992-ca.key 4096
18 $ openssl req -new -x509 -key ./ext/openssl/tests/bug54992-ca.key \
19 -out ext/openssl/tests/bug54992-ca.pem \
24 $ openssl rsa -in ext/openssl/tests/bug54992.pem > ext/openssl/tests/bug54992.key
27 …ssl x509 -x509toreq -in ext/openssl/tests/bug54992.pem -out ext/openssl/tests/bug54992.csr -signke…
30 $ openssl x509 -CA ext/openssl/tests/bug54992-ca.pem \
32 -CAkey ./ext/openssl/tests/bug54992-ca.key \
34 -in ext/openssl/tests/bug54992.csr \
37 -out ./ext/openssl/tests/bug54992.pem
40 $ cat ext/openssl/tests/bug54992.key >> ext/openssl/tests/bug54992.pem\
45 1. ext/openssl/tests/bug65538_003.phpt
47 …r("ext/openssl/tests/bug65538.phar"); $phar->addFile("ext/openssl/tests/bug54992.pem", "bug54992.p…
49 2. Update ext/openssl/tests/openssl_peer_fingerprint_basic.phpt (see instructions in there)