summaryrefslogtreecommitdiffstats
path: root/apps/s_client.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-26 14:26:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-26 14:26:16 +0000
commitc70a1fee71119a9005b1f304a3bf47694b4a53ac (patch)
treef67169f23f812da6d78a7d2e63b15cd9f667a448 /apps/s_client.c
parent0b362de5f57547b31eddef5f8a0d298c4b7e0fd3 (diff)
Reorganise supported signature algorithm extension processing.
Only store encoded versions of peer and configured signature algorithms. Determine shared signature algorithms and cache the result along with NID equivalents of each algorithm. (backport from HEAD)
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 42e0e24127..c33a1d8a34 100644
--- a/apps/s_client.c
+++ b/apps/s_client.c
@@ -2049,7 +2049,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
BIO_write(bio,"\n",1);
}
- ssl_print_sigalgs(bio, s);
+ ssl_print_sigalgs(bio, s, 1);
BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
BIO_number_read(SSL_get_rbio(s)),