Skip to content

Commit

Permalink
EuroBSDcon 2019: add video of KTLS talk (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaeps committed Feb 4, 2020
1 parent 29ce2c3 commit 627e8ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: slides
title: "Kernel TLS and TLS hardware offload"
date: 2019-09-22
author: Slava Shwartsman, Drew Gallatin
youtube: p9fbofDUUr4
---
TLS (Transport Layer Security) is a widely-deployed network protocol used for providing cryptographically proven security and authentication of TCP sessions. A kernel implementation of TLS will provide access to TLS hardware offload, ability to access unencrypted bytes of data in the kernel, and a reduction in copies to and from userspace by allowing the use of the sendfile(9) system call for TLS encrypted data.

Expand Down

0 comments on commit 627e8ad

Please sign in to comment.