Re: [PATCH net-next] net/tls: Do not use async crypto for non-data records

2019-02-12 Thread David Miller
From: Vakul Garg Date: Mon, 11 Feb 2019 11:31:05 + > Addition of tls1.3 support broke tls1.2 handshake when async crypto > accelerator is used. This is because the record type for non-data > records is not propagated to user application. Also when async > decryption happens, the decryption do

[PATCH net-next] net/tls: Do not use async crypto for non-data records

2019-02-11 Thread Vakul Garg
Addition of tls1.3 support broke tls1.2 handshake when async crypto accelerator is used. This is because the record type for non-data records is not propagated to user application. Also when async decryption happens, the decryption does not stop when two different types of records get dequeued and