summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-04-06 19:29:49 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-04-06 19:29:49 +0000
commit5505818199557d4e591dd73637d020732b44ca02 (patch)
tree537cac207984063670b414923bc6587c80ebae57 /apps/s_client.c
parent7493bcc659a6d1cff73d7974f18a73331e978657 (diff)
New ctrls to retrieve supported signature algorithms and curves and
extensions to s_client and s_server to print out retrieved valued. Extend CERT structure to cache supported signature algorithm data. (backport from HEAD)
Diffstat (limited to 'apps/s_client.c')
-rw-r--r--apps/s_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_client.c b/apps/s_client.c
index fc806eb672..ced07f3a71 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2011,6 +2011,8 @@ static void print_stuff(BIO *bio, SSL *s, int full)
BIO_write(bio,"\n",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)),
BIO_number_written(SSL_get_wbio(s)));