From c3f7971d89c51def9bfac67797ea24c058f64091 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 11 Dec 2017 07:00:29 +0100 Subject: [PATCH] Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1 Closes: https://github.com/openssl/openssl/issues/4897 Signed-off-by: Christian Heimes Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/4898) --- doc/man3/SSL_CTX_set_options.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man3/SSL_CTX_set_options.pod b/doc/man3/SSL_CTX_set_options.pod index 072fdb7c5c..2249bc92dc 100644 --- a/doc/man3/SSL_CTX_set_options.pod +++ b/doc/man3/SSL_CTX_set_options.pod @@ -315,7 +315,8 @@ L The attempt to always try to use secure renegotiation was added in Openssl 0.9.8m. -B was added in OpenSSL 1.1.1. +B and B were added in +OpenSSL 1.1.1. =head1 COPYRIGHT -- 2.34.1