freebsd-dev/sys/opencrypto
Andrew Gallatin 6554362c66 kTLS support for TLS 1.3
TLS 1.3 requires a few changes because 1.3 pretends to be 1.2
with a record type of application data. The "real" record type is
then included at the end of the user-supplied plaintext
data. This required adding a field to the mbuf_ext_pgs struct to
save the record type, and passing the real record type to the
sw_encrypt() ktls backend functions.

Reviewed by:	jhb, hselasky
Sponsored by:	Netflix
Differential Revision:	D21801
2019-09-27 19:17:40 +00:00
..
_cryptodev.h
cast.c
cast.h
castsb.h
cbc_mac.c
cbc_mac.h
criov.c
crypto.c
cryptodeflate.c
cryptodev_if.m
cryptodev.c Adjust the deprecated warnings for /dev/crypto to be less noisy. 2019-08-27 21:29:37 +00:00
cryptodev.h
cryptosoft.c
cryptosoft.h
deflate.h
gfmult.c
gfmult.h
gmac.c
gmac.h
ktls_ocf.c kTLS support for TLS 1.3 2019-09-27 19:17:40 +00:00
rmd160.c
rmd160.h
skipjack.c
skipjack.h
xform_aes_icm.c
xform_aes_xts.c
xform_auth.h
xform_blf.c
xform_cast5.c
xform_cbc_mac.c
xform_cml.c
xform_comp.h
xform_deflate.c
xform_des1.c
xform_des3.c
xform_enc.h
xform_gmac.c
xform_md5.c
xform_null.c
xform_poly1305.c
xform_poly1305.h
xform_rijndael.c
xform_rmd160.c
xform_sha1.c
xform_sha2.c
xform_skipjack.c
xform_userland.h
xform.c
xform.h