diff ssl_verify_client.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 c5df4742ad40
children b1dc56ad15e9
line wrap: on
line diff
--- a/ssl_verify_client.t	Fri Jan 20 14:13:46 2017 +0300
+++ b/ssl_verify_client.t	Fri Jan 20 18:55:03 2017 +0300
@@ -97,7 +97,7 @@
 
 $t->write_file('openssl.conf', <<EOF);
 [ req ]
-default_bits = 2048
+default_bits = 1024
 encrypt_key = no
 distinguished_name = req_distinguished_name
 [ req_distinguished_name ]