wolfssl: support setting cipher list

This commit is contained in:
Dan Fandrich 2017-01-06 23:00:45 +01:00
parent 5d7a7fcdcb
commit bbee0d4eee
3 changed files with 126 additions and 0 deletions

View file

@ -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