Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: tls: fix async vs NIC crypto offload
When NIC takes care of crypto (or the record has already been decrypted) we forget to update darg->async. ->async is supposed to mean whether record is async capable on input and whether record has been queued for async crypto on output. Reported-by: Gal Pressman <[email protected]> Fixes: 3547a1f ("tls: rx: use async as an in-out argument") Tested-by: Gal Pressman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
- Loading branch information