diff ssl_engine_keys.t @ 1140:778eae8230e4

Tests: reduced OpenSSL default key length to 1024. This allows to speed up ssl tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 01 Mar 2017 19:15:39 +0300
parents 8ef51dbb5d69
children 0af58b78df35
line wrap: on
line diff
--- a/ssl_engine_keys.t
+++ b/ssl_engine_keys.t
@@ -108,7 +108,7 @@ foreach my $name ('localhost') {
 		. ">>$d/openssl.out 2>&1");
 
 	system('pkcs11-tool --module=/usr/local/lib/softhsm/libsofthsm.so '
-		. '-p 1234 -l -k -d 0 -a nx_key_0 --key-type rsa:2048 '
+		. '-p 1234 -l -k -d 0 -a nx_key_0 --key-type rsa:1024 '
 		. ">>$d/openssl.out 2>&1");
 
 	system('openssl req -x509 -new -engine pkcs11 '