Support of TLS processing in kernel
Ben Woods
woodsb02 at gmail.com
Thu Mar 9 09:42:57 UTC 2017
On Wed, 8 Mar 2017 at 7:03 pm, Ravichandra <mynidiravichandra at gmail.com>
wrote:
> Hi,
> Recently some work is done by people at facebook about TLS processing in
> kernel.
> It is called as kernel TLS by them. A kernel patch for the same is
> submitted on
> linux kernel. I am trying to see something similar can be done for FreeBSD
> too. I see
> that stream parsing(strparsing module) support which is leveraged by this
> kernel TLS
> module is present in linux kernel and not in FreeBSD. This stream parsing
> module
> helps the kernel to custom parse the TCP data according to a application
> layer protocol
> requirement. Is there a way that helps to achieve the same in FreeBSD?
>
> Thanks
> Ravichandra
Netflix have previously done TLS in the FreeBSD kernel.
You can see their paper on it here:
https://people.freebsd.org/~rrs/asiabsd_tls_improved.pdf
Regards,
Ben
> --
--
From: Benjamin Woods
woodsb02 at gmail.com
More information about the freebsd-questions
mailing list