summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_set_options.3
diff options
context:
space:
mode:
authornaddy <>2022-03-31 17:27:26 +0000
committernaddy <>2022-03-31 17:27:26 +0000
commit3d8be07546f5ec331a0f851b0ea88212376ebb95 (patch)
treedd215ed7ee26566711b4b3f92093356c3f542d9e /src/lib/libssl/man/SSL_CTX_set_options.3
parent31dad1243d69de787b0589750cc4b78379c43734 (diff)
downloadopenbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.tar.gz
openbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.tar.bz2
openbsd-3d8be07546f5ec331a0f851b0ea88212376ebb95.zip
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_set_options.3')
-rw-r--r--src/lib/libssl/man/SSL_CTX_set_options.310
1 files changed, 5 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 34c3a1adfd..5df0b07785 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.15 2021/06/12 11:02:20 tb Exp $ 1.\" $OpenBSD: SSL_CTX_set_options.3,v 1.16 2022/03/31 17:27:18 naddy 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 12 2021 $ 55.Dd $Mdocdate: March 31 2022 $
56.Dt SSL_CTX_SET_OPTIONS 3 56.Dt SSL_CTX_SET_OPTIONS 3
57.Os 57.Os
58.Sh NAME 58.Sh NAME
@@ -206,7 +206,7 @@ Normally clients and servers using TLSv1.2 and earlier will, where possible,
206transparently make use of 206transparently make use of
207RFC 5077 tickets for stateless session resumption. 207RFC 5077 tickets for stateless session resumption.
208.Pp 208.Pp
209If this option is set this functionality is disabled and tickets will not be 209If this option is set, this functionality is disabled and tickets will not be
210used by clients or servers. 210used by clients or servers.
211.It Dv SSL_OP_NO_TLSv1 211.It Dv SSL_OP_NO_TLSv1
212Do not use the TLSv1.0 protocol. 212Do not use the TLSv1.0 protocol.
@@ -273,7 +273,7 @@ server with a
273.Em no_renegotiation 273.Em no_renegotiation
274warning alert. 274warning alert.
275.Pp 275.Pp
276If the patched OpenSSL server attempts to renegotiate a fatal 276If the patched OpenSSL server attempts to renegotiate, a fatal
277.Em handshake_failure 277.Em handshake_failure
278alert is sent. 278alert is sent.
279This is because the server code may be unaware of the unpatched nature of the 279This is because the server code may be unaware of the unpatched nature of the
@@ -306,7 +306,7 @@ them initially) and this is clearly not acceptable.
306Renegotiation is permitted because this does not add any additional security 306Renegotiation is permitted because this does not add any additional security
307issues: during an attack clients do not see any renegotiations anyway. 307issues: during an attack clients do not see any renegotiations anyway.
308.Pp 308.Pp
309As more servers become patched the option 309As more servers become patched, the option
310.Dv SSL_OP_LEGACY_SERVER_CONNECT 310.Dv SSL_OP_LEGACY_SERVER_CONNECT
311will 311will
312.Em not 312.Em not