]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ktls: Add software support for AES-CBC decryption for TLS 1.1+.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 15 Nov 2022 20:02:03 +0000 (12:02 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 15 Nov 2022 20:02:03 +0000 (12:02 -0800)
commit9a673b7158973d86558a5d381e4784a561576b98
tree04e89998f605ee251b7a202e951cf32f732677ba
parentb97ee269eae3cbaf35c18f51a459aea581c2a7dc
ktls: Add software support for AES-CBC decryption for TLS 1.1+.

This is mainly intended to provide a fallback for TOE TLS which may
need to use software decryption for an initial record at the start
of a connection.

Reviewed by: markj
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D37370
sys/kern/uipc_ktls.c
sys/opencrypto/ktls_ocf.c