aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2012-08-09 14:08:11 +0200
committerKamil Dudka <kdudka@redhat.com>2012-08-09 16:24:53 +0200
commitf208bf5a2d622ae525690dfba2ab58abd8d72264 (patch)
tree0bc312125e5e56f39acfca9c2ac71fd8b5f8510b /docs
parent52b6eda4f2a006e33358c6964ef6a00b09ae59ab (diff)
docs: update the links to cipher-suites supported by NSS
... and make the list of cipher-suites in nss.c readable by humans. Bug: http://curl.haxx.se/mail/archive-2012-08/0016.html
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.12
-rw-r--r--docs/libcurl/curl_easy_setopt.32
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index e0c0ba0aa..8fcde2d59 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -222,7 +222,7 @@ must specify valid ciphers. Read up on SSL cipher list details on this URL:
NSS ciphers are done differently than OpenSSL and GnuTLS. The full list of
NSS ciphers is in the NSSCipherSuite entry at this URL:
-\fIhttp://directory.fedora.redhat.com/docs/mod_nss.html#Directives\fP
+\fIhttp://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives\fP
If this option is used several times, the last one will override the others.
.IP "--compressed"
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 27f19b9d5..68117d5cf 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -2367,7 +2367,7 @@ this option then all known ciphers are disabled and only those passed in
are enabled.
You'll find more details about the NSS cipher lists on this URL:
-\fIhttp://directory.fedora.redhat.com/docs/mod_nss.html#Directives\fP
+\fIhttp://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives\fP
.IP CURLOPT_SSL_SESSIONID_CACHE
Pass a long set to 0 to disable libcurl's use of SSL session-ID caching. Set