]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_PROXY_SSL_OPTIONS.3: sync formatting
authorJay Satiro <raysatiro@yahoo.com>
Wed, 2 Aug 2023 06:06:03 +0000 (02:06 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Wed, 2 Aug 2023 07:19:29 +0000 (03:19 -0400)
- Re-wrap CURLSSLOPT_ALLOW_BEAST description.

docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3
docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3

index bbc4af8561acc44bd499e586f62fb53167f3a416..5cb9a5c648f2eac14681b3b8388ac7e8beef4456 100644 (file)
@@ -37,8 +37,8 @@ Pass a long with a bitmask to tell libcurl about specific SSL
 behaviors. Available bits:
 .IP CURLSSLOPT_ALLOW_BEAST
 Tells libcurl to not attempt to use any workarounds for a security flaw in the
-SSL3 and TLS1.0 protocols.  If this option is not used or this bit is set to
-0, the SSL layer libcurl uses may use a work-around for this flaw although it
+SSL3 and TLS1.0 protocols.  If this option is not used or this bit is set to 0,
+the SSL layer libcurl uses may use a work-around for this flaw although it
 might cause interoperability problems with some (older) SSL implementations.
 WARNING: avoiding this work-around lessens the security, and by setting this
 option to 1 you ask for exactly that. This option is only supported for
index 881196ebf877e44277afd1b3481bb3c2dddb3bfe..cc61a85b929ba7f2cd0561ac633980c8e9ada510 100644 (file)
@@ -38,10 +38,10 @@ behaviors. Available bits:
 Tells libcurl to not attempt to use any workarounds for a security flaw in the
 SSL3 and TLS1.0 protocols.  If this option is not used or this bit is set to 0,
 the SSL layer libcurl uses may use a work-around for this flaw although it
-might cause interoperability problems with some (older) SSL
-implementations. WARNING: avoiding this work-around lessens the security, and
-by setting this option to 1 you ask for exactly that. This option is only
-supported for Secure Transport and OpenSSL.
+might cause interoperability problems with some (older) SSL implementations.
+WARNING: avoiding this work-around lessens the security, and by setting this
+option to 1 you ask for exactly that. This option is only supported for
+Secure Transport and OpenSSL.
 .IP CURLSSLOPT_NO_REVOKE
 Tells libcurl to disable certificate revocation checks for those SSL backends
 where such behavior is present. This option is only supported for Schannel