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)
This commit is contained in:
Todd Short 2017-03-10 11:51:17 -05:00 committed by Rich Salz
parent b41f6b64f8
commit f282e954ec

View File

@ -527,6 +527,7 @@ static STRINT_PAIR handshakes[] = {
{", ServerHello", 2},
{", HelloVerifyRequest", 3},
{", NewSessionTicket", 4},
{", HelloRetryRequest", 6},
{", EncryptedExtensions", 8},
{", Certificate", 11},
{", ServerKeyExchange", 12},