From 42ea4ef2db123b4060d6d1b92556416c5a6ce2a1 Mon Sep 17 00:00:00 2001 From: Boris Pismenny Date: Wed, 14 Nov 2018 21:13:05 +0200 Subject: [PATCH] CHANGES: Add Linux Kernel TLS data-path Signed-off-by: Boris Pismenny Reviewed-by: Tim Hudson Reviewed-by: Paul Yang Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/5253) --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1b6c91e04f..0770f55122 100644 --- a/CHANGES +++ b/CHANGES @@ -87,6 +87,11 @@ list of built in objects, i.e. OIDs with names. [Richard Levitte] + *) Added support for Linux Kernel TLS data-path. The Linux Kernel data-path + improves application performance by removing data copies and providing + applications with zero-copy system calls such as sendfile and splice. + [Boris Pismenny] + Changes between 1.1.1 and 1.1.1a [20 Nov 2018] *) Timing vulnerability in DSA signature generation -- 2.25.1