diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2017-01-06 23:00:45 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2017-01-06 23:02:09 +0100 |
commit | bbee0d4eee0335ed129c37063ea47e14be076e57 (patch) | |
tree | 78365a3040c4b410175551dc109a33f220259583 /docs/libcurl/opts | |
parent | 5d7a7fcdcbe2850abe8a3d1403a989a355ed4827 (diff) |
wolfssl: support setting cipher list
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 | 3 |
1 files changed, 3 insertions, 0 deletions
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 |