linux-stable/net/tls
Rohit Maheshwari d31c080075 net/tls: make sure tls offload sets salt_size
Recent changes made to remove AES constants started using protocol
aware salt_size. ctx->prot_info's salt_size is filled in tls sw case,
but not in tls offload mode, and was working so far because of the
hard coded value was used.

Fixes: 6942a284fb ("net/tls: make inline helpers protocol-aware")
Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com>
Link: https://lore.kernel.org/r/20201201090752.27355-1-rohitm@chelsio.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-12-01 17:51:30 -08:00
..
Kconfig
Makefile
tls_device_fallback.c net/tls: make inline helpers protocol-aware 2020-11-27 14:32:37 -08:00
tls_device.c net/tls: make sure tls offload sets salt_size 2020-12-01 17:51:30 -08:00
tls_main.c net/tls: add CHACHA20-POLY1305 configuration 2020-11-27 14:32:37 -08:00
tls_proc.c
tls_sw.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-11-27 18:25:27 -08:00
tls_toe.c
trace.c
trace.h