mirror of
https://github.com/curl/curl.git
synced 2026-08-26 00:13:34 +03:00
wolfssl: support setting cipher list
This commit is contained in:
parent
5d7a7fcdcb
commit
bbee0d4eee
3 changed files with 126 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue