summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkenjiro <>2026-07-17 12:34:25 +0000
committerkenjiro <>2026-07-17 12:34:25 +0000
commita41d18bdd84d10a10ae0ae8782848b9f0d987e22 (patch)
tree821574ebade1663b9b483408ec3ff82561f1b08d /src
parentd07193bbcefc36f53030480770ace8ab82b18912 (diff)
downloadopenbsd-a41d18bdd84d10a10ae0ae8782848b9f0d987e22.tar.gz
openbsd-a41d18bdd84d10a10ae0ae8782848b9f0d987e22.tar.bz2
openbsd-a41d18bdd84d10a10ae0ae8782848b9f0d987e22.zip
Remove stale SECURE RENEGOTIATION reference
SSL_CTX_set_options(3) no longer has a SECURE RENEGOTIATION section, but SSL_OP_LEGACY_SERVER_CONNECT still referenced it. Replace the dangling cross reference with a note that the option is no longer set by default. ok tb@ beck@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_options.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_options.3 b/src/lib/libssl/man/SSL_CTX_set_options.3
index ec8900f0f3..4f486b1945 100644
--- a/src/lib/libssl/man/SSL_CTX_set_options.3
+++ b/src/lib/libssl/man/SSL_CTX_set_options.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.18 2026/06/14 14:30:52 jsing Exp $ 1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.19 2026/07/17 12:34:25 kenjiro Exp $
2.\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100 2.\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100
3.\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000 3.\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000
4.\" 4.\"
@@ -52,7 +52,7 @@
52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 52.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
53.\" OF THE POSSIBILITY OF SUCH DAMAGE. 53.\" OF THE POSSIBILITY OF SUCH DAMAGE.
54.\" 54.\"
55.Dd $Mdocdate: June 14 2026 $ 55.Dd $Mdocdate: July 17 2026 $
56.Dt SSL_CTX_SET_OPTIONS 3 56.Dt SSL_CTX_SET_OPTIONS 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -174,9 +174,7 @@ Turn on Cookie Exchange as described in RFC 4347 Section 4.2.1.
174Only affects DTLS connections. 174Only affects DTLS connections.
175.It Dv SSL_OP_LEGACY_SERVER_CONNECT 175.It Dv SSL_OP_LEGACY_SERVER_CONNECT
176Allow connections to legacy servers that do not support secure renegotiation. 176Allow connections to legacy servers that do not support secure renegotiation.
177See the 177This option is not set by default.
178.Sx SECURE RENEGOTIATION
179section for more details.
180.It Dv SSL_OP_NO_DTLSv1 178.It Dv SSL_OP_NO_DTLSv1
181Do not use the DTLSv1 protocol. 179Do not use the DTLSv1 protocol.
182Deprecated; use 180Deprecated; use