ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
157 stars 25 forks source link

Paper might also wish to cite Plan 9's devtls as related work #96

Open nwf opened 7 years ago

nwf commented 7 years ago

See the manpages at http://man.cat-v.org/plan_9/2/pushtls (user-facing API) and http://man.cat-v.org/plan_9/3/tls (kernel driver)

fridex commented 7 years ago

Thanks a lot! This looks really interesting, I didn't know about it.

BTW if you are interested: in-kernel TLS implementations could be found in Solaris [1] and I know that Netflix experimented with similar approach to AF_KTLS [2]. We could add all of them to README as well.

[1] https://docs.oracle.com/cd/E23823_01/html/816-5175/kssl-5.html [2] https://people.freebsd.org/~rrs/asiabsd_2015_tls.pdf