]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add HelloRetryRequest text to s_client/s_server
authorTodd Short <tshort@akamai.com>
Fri, 10 Mar 2017 16:51:17 +0000 (11:51 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 10 Mar 2017 17:01:08 +0000 (12:01 -0500)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2900)

apps/s_cb.c

index b645de37228a2cd09a17b1ff79b44d776ba641d8..30709cb6d9a4218d39d98a50f626217f236dd34b 100644 (file)
@@ -527,6 +527,7 @@ static STRINT_PAIR handshakes[] = {
     {", ServerHello", 2},
     {", HelloVerifyRequest", 3},
     {", NewSessionTicket", 4},
+    {", HelloRetryRequest", 6},
     {", EncryptedExtensions", 8},
     {", Certificate", 11},
     {", ServerKeyExchange", 12},