diff options
author | Kamil Dudka <kdudka@redhat.com> | 2012-08-09 14:08:11 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2012-08-09 16:24:53 +0200 |
commit | f208bf5a2d622ae525690dfba2ab58abd8d72264 (patch) | |
tree | 0bc312125e5e56f39acfca9c2ac71fd8b5f8510b /docs/libcurl | |
parent | 52b6eda4f2a006e33358c6964ef6a00b09ae59ab (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/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |