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
_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to