aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-08 14:22:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-08 14:22:45 +0000
commit9f27b1eec3175305e62eed87faa80e231f319ca0 (patch)
treea75f48bb0f03a151081bdad6c7da0b1ae3777921 /apps/s_client.c
parent9fd603be07f4d486ad38fb107288731743e945be (diff)
downloadopenssl-9f27b1eec3175305e62eed87faa80e231f319ca0.tar.gz
Add new ctrl to retrieve client certificate types, print out
details in s_client. Also add ctrl to set client certificate types. If not used sensible values will be included based on supported signature algorithms: for example if we don't include any DSA signing algorithms the DSA certificate type is omitted. Fix restriction in old code where certificate types would be truncated if it exceeded TLS_CT_NUMBER.
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index ef798e8c08..97f7cbd922 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2096,7 +2096,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
BIO_write(bio,"\n",1);
}
- ssl_print_sigalgs(bio, s, 1);
+ ssl_print_sigalgs(bio, s);
BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
BIO_number_read(SSL_get_rbio(s)),