summaryrefslogtreecommitdiffstats
path: root/apps/s_cb.c
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2017-03-10 11:51:17 -0500
committerRich Salz <rsalz@openssl.org>2017-03-10 12:01:08 -0500
commitf282e954ecd00b8bd107a83bb50952647f29535a (patch)
treec7a063197f987e08d209b9c0b6324e52983ee792 /apps/s_cb.c
parentb41f6b64f809e5992b9f1b601b3dff1a2129da2d (diff)
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},