Transport Layer Security (TLS) is an extremely popular cryptography protocol. Implementing TLS in the kernel (kTLS) improves performance by significantly reducing the need for copying operations between user space and the kernel.
https://docs.kernel.org/networking/tls.html
https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/
Transport Layer Security (TLS) is an extremely popular cryptography protocol. Implementing TLS in the kernel (kTLS) improves performance by significantly reducing the need for copying operations between user space and the kernel.
https://docs.kernel.org/networking/tls.html
https://www.nginx.com/blog/improving-nginx-performance-with-kernel-tls/