]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tls: Fix tls_device receive
authorBoris Pismenny <borisp@mellanox.com>
Wed, 27 Feb 2019 15:38:06 +0000 (17:38 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Mar 2019 06:10:16 +0000 (22:10 -0800)
commitd069b780e367149a42d92be85ab21ac8c0281aad
tree75fa2eb08c51a96fe31f037838bb0432f2bea423
parent7754bd63ed081fa7c0aedd79ae0e8003465b641b
tls: Fix tls_device receive

Currently, the receive function fails to handle records already
decrypted by the device due to the commit mentioned below.

This commit advances the TLS record sequence number and prepares the context
to handle the next record.

Fixes: fedf201e1296 ("net: tls: Refactor control message handling on recv")
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tls/tls_sw.c