From bbee0d4eee0335ed129c37063ea47e14be076e57 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 6 Jan 2017 23:00:45 +0100 Subject: wolfssl: support setting cipher list --- docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3') diff --git a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 index f6b945994..5f3668a72 100644 --- a/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +++ b/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 @@ -46,6 +46,9 @@ 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. + +For WolfSSL, valid examples of cipher lists include +\'ECDHE-RSA-RC4-SHA\', 'AES256-SHA:AES256-SHA256', etc. .SH DEFAULT NULL, use internal default .SH PROTOCOLS -- cgit v1.2.1