On 1/23/2020 1:22 PM, Pankaj Gupta wrote: > - aes-128-cbc-hmac-sha256 > - aes-256-cbc-hmac-sha256 > > Enabled the support of TLS1.1 algorithms offload > > - aes-128-cbc-hmac-sha1 > - aes-256-cbc-hmac-sha1 > Patch does not apply, since there's no specific tls support in upstream caam drivers. caam drivers register crypto algorithms to the crypto API, and ktls uses whatever it pleases: https://www.kernel.org/doc/html/latest/networking/tls-offload.html https://www.kernel.org/doc/html/latest/networking/tls.html Horia