summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-23 18:56:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-23 18:56:25 +0000
commita5afc0a8f43cb4ffea5db74b18abc0c6a5b9770c (patch)
tree3d0c478d7084191e55d12e4f27f231ce7dad7601 /apps/s_apps.h
parent20b431e3a94e57b916d7e1325217c3a2a6a186a0 (diff)
Don't display messages about verify depth in s_server if -quiet it set.
Add support for separate verify and chain stores in s_client.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 5d7d158a7d..6aab0a60b5 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -201,4 +201,7 @@ int args_ssl(char ***pargs, int *pargc, SSL_CONF_CTX *cctx,
int *badarg, BIO *err, STACK_OF(OPENSSL_STRING) **pstr);
int args_ssl_call(SSL_CTX *ctx, BIO *err, SSL_CONF_CTX *cctx,
STACK_OF(OPENSSL_STRING) *str, int no_ecdhe);
+int ssl_load_stores(SSL_CTX *ctx,
+ const char *vfyCApath, const char *vfyCAfile,
+ const char *chCApath, const char *chCAfile);
#endif