comparison ssl_engine_keys.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 778eae8230e4
comparison
equal deleted inserted replaced
1115:54e07593713a 1116:8ef51dbb5d69
85 MODULE_PATH = /usr/local/lib/softhsm/libsofthsm.so 85 MODULE_PATH = /usr/local/lib/softhsm/libsofthsm.so
86 init = 0 86 init = 0
87 PIN = 1234 87 PIN = 1234
88 88
89 [ req ] 89 [ req ]
90 default_bits = 2048 90 default_bits = 1024
91 encrypt_key = no 91 encrypt_key = no
92 distinguished_name = req_distinguished_name 92 distinguished_name = req_distinguished_name
93 [ req_distinguished_name ] 93 [ req_distinguished_name ]
94 EOF 94 EOF
95 95