comparison h2_proxy_request_buffering_ssl.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 882267679006
children 0af58b78df35
comparison
equal deleted inserted replaced
1115:54e07593713a 1116:8ef51dbb5d69
80 80
81 EOF 81 EOF
82 82
83 $t->write_file('openssl.conf', <<EOF); 83 $t->write_file('openssl.conf', <<EOF);
84 [ req ] 84 [ req ]
85 default_bits = 2048 85 default_bits = 1024
86 encrypt_key = no 86 encrypt_key = no
87 distinguished_name = req_distinguished_name 87 distinguished_name = req_distinguished_name
88 [ req_distinguished_name ] 88 [ req_distinguished_name ]
89 EOF 89 EOF
90 90