diff options
author | Todd Short <tshort@akamai.com> | 2017-03-10 17:51:17 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-03-10 18:01:08 +0100 |
commit | f282e954ecd00b8bd107a83bb50952647f29535a (patch) | |
tree | c7a063197f987e08d209b9c0b6324e52983ee792 /apps/s_cb.c | |
parent | Fix some RSA documentation (diff) | |
download | openssl-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.c | 1 |
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}, |