summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-02-17 00:10:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-28 14:56:43 +0000
commite03c5b59f04684c55a173d1a8ac38df7e4b21c48 (patch)
tree3f7caf78e530e810a0446db4025ab53a469f991d /apps/s_apps.h
parentb362ccab5c1d52086f19d29a32f4acc11073b86b (diff)
Security callback debug print out.
Add a debugging security callback option to s_client/s_server. This will print out each security parameter as it is accepted or rejected.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index f46d1ebe45..ff616d7c00 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -198,4 +198,5 @@ int ssl_load_stores(SSL_CTX *ctx,
const char *vfyCApath, const char *vfyCAfile,
const char *chCApath, const char *chCAfile,
STACK_OF(X509_CRL) *crls, int crl_download);
+void ssl_ctx_security_debug(SSL_CTX *ctx, BIO *out, int verbose);
#endif