Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1

Closes: https://github.com/openssl/openssl/issues/4897
Signed-off-by: Christian Heimes <christian@python.org>

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4898)
This commit is contained in:
Christian Heimes 2017-12-11 07:00:29 +01:00 committed by Rich Salz
parent 3e41defe46
commit c3f7971d89

View file

@ -315,7 +315,8 @@ L<dhparam(1)>
The attempt to always try to use secure renegotiation was added in
Openssl 0.9.8m.
B<SSL_OP_PRIORITIZE_CHACHA> was added in OpenSSL 1.1.1.
B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> were added in
OpenSSL 1.1.1.
=head1 COPYRIGHT