Delegate command line handling for many common options in s_client/s_server
authorDr. Stephen Henson <steve@openssl.org>
Sat, 17 Nov 2012 14:42:22 +0000 (14:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 17 Nov 2012 14:42:22 +0000 (14:42 +0000)
commit5d2e07f182f3841c14400fd4fb56f94b06fc7427
tree2ccf91f765bd130a55f59601dfce863756e5ca93
parentaa714f3af4fda7e39a484f9219dab094d575d3c5
Delegate command line handling for many common options in s_client/s_server
to the SSL_CONF APIs.

This is complicated a little because the SSL_CTX structure is not available
when the command line is processed: so just check syntax of commands initially
and store them, ready to apply later.
apps/s_apps.h
apps/s_cb.c
apps/s_client.c
apps/s_server.c