]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: provide more see also for cipher options
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2023 08:28:18 +0000 (10:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jul 2023 20:30:09 +0000 (22:30 +0200)
More cross references. Hide nroff errors.

Closes #11513

docs/cmdline-opts/ciphers.d
docs/cmdline-opts/proxy-ciphers.d
docs/cmdline-opts/proxy-tls13-ciphers.d
docs/cmdline-opts/tls13-ciphers.d
src/Makefile.am

index 9350702c7ca13a0ffa9f9f378b80a80de15f8b3b..a30902bdb8769f02bba110f9f2803bfc27819581 100644 (file)
@@ -5,7 +5,7 @@ Arg: <list of ciphers>
 Help: SSL ciphers to use
 Protocols: TLS
 Category: tls
-See-also: tlsv1.3
+See-also: tlsv1.3 tls13-ciphers proxy-ciphers
 Example: --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
 Added: 7.9
 Multi: single
index 4030d64c3ff8f886b45e54bd472937934c4c6f52..5879f397e18bd2d241dcc83199a1a6693609735e 100644 (file)
@@ -10,3 +10,9 @@ See-also: ciphers curves proxy
 Multi: single
 ---
 Same as --ciphers but used in HTTPS proxy context.
+
+Specifies which ciphers to use in the connection to the HTTPS proxy. The list
+of ciphers must specify valid ciphers. Read up on SSL cipher list details on
+this URL:
+
+https://curl.se/docs/ssl-ciphers.html
index c19a4c28a428ca6d368de346620d73550640d0e4..f18c3d5c0cbfa32d1e90c5ecd96f695ee365f371 100644 (file)
@@ -7,14 +7,14 @@ Protocols: TLS
 Category: proxy tls
 Example: --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256 -x proxy $URL
 Added: 7.61.0
-See-also: tls13-ciphers curves
+See-also: tls13-ciphers curves proxy-ciphers
 Multi: single
 ---
 Specifies which cipher suites to use in the connection to your HTTPS proxy
 when it negotiates TLS 1.3. The list of ciphers suites must specify valid
 ciphers. Read up on TLS 1.3 cipher suite details on this URL:
 
- https://curl.se/docs/ssl-ciphers.html
+https://curl.se/docs/ssl-ciphers.html
 
 This option is currently used only when curl is built to use OpenSSL 1.1.1 or
 later. If you are using a different SSL backend you can try setting TLS 1.3
index 5e63481e9c16199e8ecad6f6b94bf352fd471b52..e31934191529d1e0fc792bc1e7a5a6e854e84864 100644 (file)
@@ -7,14 +7,14 @@ Protocols: TLS
 Category: tls
 Example: --tls13-ciphers TLS_AES_128_GCM_SHA256 $URL
 Added: 7.61.0
-See-also: ciphers curves
+See-also: ciphers curves proxy-tls13-ciphers
 Multi: single
 ---
 Specifies which cipher suites to use in the connection if it negotiates TLS
 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
 cipher suite details on this URL:
 
- https://curl.se/docs/ssl-ciphers.html
+https://curl.se/docs/ssl-ciphers.html
 
 This option is currently used only when curl is built to use OpenSSL 1.1.1 or
 later or Schannel. If you are using a different SSL backend you can try
index f24cb6924adf5387e076ce850e590210ed9c4c86..63f291608f3662ad6d51cf46149b0050375b7f42 100644 (file)
@@ -85,7 +85,7 @@ endif
 CLEANFILES = tool_hugehelp.c
 # Use the C locale to ensure that only ASCII characters appear in the
 # embedded text.
-NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
+NROFF=env LC_ALL=C @NROFF@ @MANOPT@ 2>/dev/null # figured out by the configure script
 
 EXTRA_DIST = mkhelp.pl \
  Makefile.mk curl.rc Makefile.inc CMakeLists.txt