summaryrefslogtreecommitdiff
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorsteve <steve>2012-03-06 14:28:19 +0000
committersteve <steve>2012-03-06 14:28:19 +0000
commita8a21a6972394c2f76894dce5e0b882998b3f410 (patch)
tree907951d6eaf802034249f1433e9f938f18aace0b /apps/s_client.c
parenta2a0033acfff9b015de60ee138a08dd6370d6b07 (diff)
downloadopenssl-a8a21a6972394c2f76894dce5e0b882998b3f410.tar.gz
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.
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 7f389712d..ce199be81 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2018,6 +2018,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)));