Configure Kernel TLS datapath
authorBoris Pismenny <borisp@mellanox.com>
Thu, 1 Feb 2018 12:10:22 +0000 (14:10 +0200)
committerMatt Caswell <matt@openssl.org>
Fri, 7 Dec 2018 11:25:45 +0000 (11:25 +0000)
commit69495e3df57335ad43bc66fa2477636f66afed85
tree78e01a28f327509a29471568cc47ac68e16f4cc5
parentfe3ad3aee37f7bcb52c647a4f1c8a6f60360d095
Configure Kernel TLS datapath

Allow users to disable ktls using the "no-ktls" option.
Also, disable ktls when cross-compiling, non-linux, or too-old-kernel.

Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Yang <yang.yang@baishancloud.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5253)
Configure
INSTALL