comparison h2_ssl_proxy_cache.t @ 1116:8ef51dbb5d69

Tests: reduced OpenSSL default key length to 1024. This allows to speed up ssl tests up to two times and above.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 20 Jan 2017 18:55:03 +0300
parents efccab043dd3
children 0af58b78df35
comparison
equal deleted inserted replaced
1115:54e07593713a 1116:8ef51dbb5d69
68 68
69 EOF 69 EOF
70 70
71 $t->write_file('openssl.conf', <<EOF); 71 $t->write_file('openssl.conf', <<EOF);
72 [ req ] 72 [ req ]
73 default_bits = 2048 73 default_bits = 1024
74 encrypt_key = no 74 encrypt_key = no
75 distinguished_name = req_distinguished_name 75 distinguished_name = req_distinguished_name
76 [ req_distinguished_name ] 76 [ req_distinguished_name ]
77 EOF 77 EOF
78 78