Delegate command line handling for many common options in s_client/s_server to
authorDr. Stephen Henson <steve@openssl.org>
Sat, 29 Dec 2012 14:16:41 +0000 (14:16 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 29 Dec 2012 14:16:41 +0000 (14:16 +0000)
commit15387e4ce063d8133e35de4f647c539e06917113
treea516305392032d18409cc789109f0850f93a60ad
parent49ef33fa3463d6b6001009024c9aed09f814cb7c
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.

(backport from HEAD)
CHANGES
apps/s_apps.h
apps/s_cb.c
apps/s_client.c
apps/s_server.c