comparison stream_proxy_protocol_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
57 57
58 EOF 58 EOF
59 59
60 $t->write_file('openssl.conf', <<EOF); 60 $t->write_file('openssl.conf', <<EOF);
61 [ req ] 61 [ req ]
62 default_bits = 2048 62 default_bits = 1024
63 encrypt_key = no 63 encrypt_key = no
64 distinguished_name = req_distinguished_name 64 distinguished_name = req_distinguished_name
65 [ req_distinguished_name ] 65 [ req_distinguished_name ]
66 EOF 66 EOF
67 67