comparison h2_proxy_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 196d33c2bb45
children 0af58b78df35
comparison
equal deleted inserted replaced
1115:54e07593713a 1116:8ef51dbb5d69
55 55
56 EOF 56 EOF
57 57
58 $t->write_file('openssl.conf', <<EOF); 58 $t->write_file('openssl.conf', <<EOF);
59 [ req ] 59 [ req ]
60 default_bits = 2048 60 default_bits = 1024
61 encrypt_key = no 61 encrypt_key = no
62 distinguished_name = req_distinguished_name 62 distinguished_name = req_distinguished_name
63 [ req_distinguished_name ] 63 [ req_distinguished_name ]
64 EOF 64 EOF
65 65