> On Aug 21, 2018, at 12:32 AM, Viktor Dukhovni <ietf-d...@dukhovni.org> wrote:
> 
> There is also a use-case for communication between processes on the same
> machine, e.g. over unix-domain sockets and the like.  Encryption in this
> context is pointless.  TLS can be used with client certificates as a means
> of client authentication.

I should note that disabling encryption is not always a performance
win.  Depending on the machine's hardware and assembly support in
libraries AEAD with AESGCM may be faster than SHA256 without encryption.

-- 
        Viktor.

_______________________________________________
TLS mailing list
TLS@ietf.org
https://www.ietf.org/mailman/listinfo/tls

Reply via email to