X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Flibcurl%2Fopts%2FCURLOPT_SSL_CIPHER_LIST.3;h=ddf2c05b0a140968b6d5c88ed28b409f791c806b;hb=24b9957402f17c422eeeb3386bf049feeb342e78;hp=71833b555ecd71602c827933f204c5ce7331d542;hpb=88d478478059f53e6de0d1267c3a1e6b02c4273f;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 index 71833b5..ddf2c05 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. +.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, , et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -40,16 +40,18 @@ compile OpenSSL. 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', \'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 enabled. -You'll find more details about the NSS cipher lists on this URL: +For WolfSSL, valid examples of cipher lists include +\'ECDHE-RSA-RC4-SHA\', 'AES256-SHA:AES256-SHA256', etc. - http://git.fedorahosted.org/cgit/mod_nss.git/plain/docs/mod_nss.html#Directives +The application does not have to keep the string around after setting this +option. .SH DEFAULT NULL, use internal default .SH PROTOCOLS