From eaa2305e71531b7613decbb278e0098c488e5c50 Mon Sep 17 00:00:00 2001 From: Willem de Bruijn Date: Thu, 13 Aug 2020 03:58:22 -0400 Subject: [PATCH] tools: add ktls and icept links The Linux kernel TLS offload demo code can be found in a separate repository. See README files for the links. Signed-off-by: Willem de Bruijn --- tools/icept/README | 3 +++ tools/ktls/README | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 tools/icept/README create mode 100644 tools/ktls/README diff --git a/tools/icept/README b/tools/icept/README new file mode 100644 index 0000000..b3cbe2e --- /dev/null +++ b/tools/icept/README @@ -0,0 +1,3 @@ +Istio/Envoy kTLS offload proof of concept at + +https://github.com/wdebruij/ktls/tree/icept.1 diff --git a/tools/ktls/README b/tools/ktls/README new file mode 100644 index 0000000..d4cbc05 --- /dev/null +++ b/tools/ktls/README @@ -0,0 +1,3 @@ +Linux kernel TLS offload demo at + +https://github.com/wdebruij/ktls/tree/ktls.1