Re: [PATCH net-next] net/tls: Disable async decrytion for tls1.3

2019-02-09 Thread David Miller
From: Vakul Garg Date: Sat, 9 Feb 2019 07:53:28 + > Function tls_sw_recvmsg() dequeues multiple records from stream parser > and decrypts them. In case the decryption is done by async accelerator, > the records may get submitted for decryption while the previous ones may > not have been decry

[PATCH net-next] net/tls: Disable async decrytion for tls1.3

2019-02-08 Thread Vakul Garg
Function tls_sw_recvmsg() dequeues multiple records from stream parser and decrypts them. In case the decryption is done by async accelerator, the records may get submitted for decryption while the previous ones may not have been decryted yet. For tls1.3, the record type is known only after decrypt