summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2017-03-10 17:51:17 +0100
committerRich Salz <rsalz@openssl.org>2017-03-10 18:01:08 +0100
commitf282e954ecd00b8bd107a83bb50952647f29535a (patch)
treec7a063197f987e08d209b9c0b6324e52983ee792 /apps/s_cb.c
parentFix some RSA documentation (diff)
downloadopenssl-f282e954ecd00b8bd107a83bb50952647f29535a.tar.xz
openssl-f282e954ecd00b8bd107a83bb50952647f29535a.zip
Add HelloRetryRequest text to s_client/s_server
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2900)
Diffstat (limited to 'apps/s_cb.c')
-rw-r--r--apps/s_cb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_cb.c b/apps/s_cb.c
index b645de3722..30709cb6d9 100644
--- a/apps/s_cb.c
+++ b/apps/s_cb.c
@@ -527,6 +527,7 @@ static STRINT_PAIR handshakes[] = {
{", ServerHello", 2},
{", HelloVerifyRequest", 3},
{", NewSessionTicket", 4},
+ {", HelloRetryRequest", 6},
{", EncryptedExtensions", 8},
{", Certificate", 11},
{", ServerKeyExchange", 12},