mintls, maxtls, enclair, and cipher.
Richard Laager
rlaager at wiktel.com
Sun Feb 3 21:15:55 UTC 2019
On 2/3/19 1:01 PM, Eric S. Raymond wrote:
> I guess it will have to be an empty string that disables encryption.
I'm not sure if you wrote this before the recent messages on the NULL
ciphers. But you said you were going to use that, so...
It's not an empty string... the NULL ciphers have specific names that
are valid in an OpenSSL ciper string.
See `openssl ciphers -v 'NULL'`.
You would use:
ciphers NULL
or something more specific if you want:
ciphers NULL-SHA256
That would select a NULL cipher.
--
Richard
More information about the devel
mailing list