]> git.ipfire.org Git - thirdparty/openssl.git/commit
Revise s_client and s_server verbiage re secure renegotiation.
authorFelipe Gasper <felipe@felipegasper.com>
Thu, 28 Oct 2021 14:13:47 +0000 (10:13 -0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 2 Nov 2021 15:30:10 +0000 (16:30 +0100)
commitaf5e63e1e3300f784f302a5d3309bf673cc08894
tree80b29cb3085b48eb17744aa74d5247fa572b7677
parente81c81c9af8a5d22658110d2dc753582eb87a58e
Revise s_client and s_server verbiage re secure renegotiation.

Since TLS v1.3 eschews renegotiation entirely it’s misleading to have
these apps say it’s “not supported” when in fact the TLS version is
new enough not to need renegotiation at all.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16937)
CHANGES.md
apps/include/s_apps.h
apps/lib/s_cb.c
apps/s_client.c
apps/s_server.c