Update ssltest certificate handling.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 26 Aug 2015 11:22:39 +0000 (12:22 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Sep 2015 20:22:44 +0000 (21:22 +0100)
commit6a096889d731a68fb74b7f71de9c9faf206a9da8
tree22905a8acd98b0778f1ec54524481bf0aee842f2
parentcb0585c2cb5f3bdc7fe94cfcdc2cef6a9b2810c2
Update ssltest certificate handling.

Use SSL_CONF for certificate handling is ssltest.c, this changes the
behaviour slightly: the -cert and -key options are no longer recognised
and a default certificate file is not used.

This change means that -s_cert and -c_cert can be used mode than once
to support use of multiple certificates.

Reviewed-by: Matt Caswell <matt@openssl.org>
test/ssltest.c
test/testssl