mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 19:45:04 -05:00
docs/ciphers: link to our own new page about ciphers
... as the former ones always go stale!
This commit is contained in:
parent
7776abb2e6
commit
209b230227
@ -6,11 +6,6 @@ Protocols: TLS
|
|||||||
Specifies which ciphers to use in the connection. The list of ciphers must
|
Specifies which ciphers to use in the connection. The list of ciphers must
|
||||||
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
||||||
|
|
||||||
https://www.openssl.org/docs/apps/ciphers.html
|
https://curl.haxx.se/docs/ssl-ciphers.html
|
||||||
|
|
||||||
NSS ciphers are done differently than OpenSSL and GnuTLS. The full list of NSS
|
|
||||||
ciphers is in the NSSCipherSuite entry at this URL:
|
|
||||||
|
|
||||||
https://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives
|
|
||||||
|
|
||||||
If this option is used several times, the last one will be used.
|
If this option is used several times, the last one will be used.
|
||||||
|
@ -251,12 +251,7 @@ See also \fI--cert-type\fP and \fI--key\fP and \fI--key-type\fP.
|
|||||||
(TLS) Specifies which ciphers to use in the connection. The list of ciphers must
|
(TLS) Specifies which ciphers to use in the connection. The list of ciphers must
|
||||||
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
||||||
|
|
||||||
https://www.openssl.org/docs/apps/ciphers.html
|
https://curl.haxx.se/docs/ssl-ciphers.html
|
||||||
|
|
||||||
NSS ciphers are done differently than OpenSSL and GnuTLS. The full list of NSS
|
|
||||||
ciphers is in the NSSCipherSuite entry at this URL:
|
|
||||||
|
|
||||||
https://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives
|
|
||||||
|
|
||||||
If this option is used several times, the last one will be used.
|
If this option is used several times, the last one will be used.
|
||||||
.IP "--compressed"
|
.IP "--compressed"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.\" * | (__| |_| | _ <| |___
|
.\" * | (__| |_| | _ <| |___
|
||||||
.\" * \___|\___/|_| \_\_____|
|
.\" * \___|\___/|_| \_\_____|
|
||||||
.\" *
|
.\" *
|
||||||
.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
|
.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||||
.\" *
|
.\" *
|
||||||
.\" * This software is licensed as described in the file COPYING, which
|
.\" * This software is licensed as described in the file COPYING, which
|
||||||
.\" * you should have received as part of this distribution. The terms
|
.\" * you should have received as part of this distribution. The terms
|
||||||
@ -40,16 +40,12 @@ compile OpenSSL.
|
|||||||
|
|
||||||
You'll find more details about cipher lists on this URL:
|
You'll find more details about cipher lists on this URL:
|
||||||
|
|
||||||
https://www.openssl.org/docs/apps/ciphers.html
|
https://curl.haxx.se/docs/ssl-ciphers.html
|
||||||
|
|
||||||
For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5',
|
For NSS, valid examples of cipher lists include 'rsa_rc4_128_md5',
|
||||||
\'rsa_aes_128_sha\', etc. With NSS you don't add/remove ciphers. If one uses
|
\'rsa_aes_128_sha\', etc. With NSS you don't add/remove ciphers. If one uses
|
||||||
this option then all known ciphers are disabled and only those passed in are
|
this option then all known ciphers are disabled and only those passed in are
|
||||||
enabled.
|
enabled.
|
||||||
|
|
||||||
You'll find more details about the NSS cipher lists on this URL:
|
|
||||||
|
|
||||||
http://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives
|
|
||||||
.SH DEFAULT
|
.SH DEFAULT
|
||||||
NULL, use internal default
|
NULL, use internal default
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user