HomeFreeBSD

Don't check the auth algorithm for GCM.

Description

Don't check the auth algorithm for GCM.

The upstream OpenSSL changes only set the cipher for GCM since the
authentication is redundant, and changes to OCF will soon remove the
GCM authentication algorithm constants entirely for the same reason.
In addition, ktls_create_session() already validates these fields and
wouldn't pass down an invalid auth_algorithm value to any drivers or
ktls backends.

Reviewed by: hselasky
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D23671

Details

Provenance
jhbAuthored on
Reviewer
hselasky
Differential Revision
D23671: Don't check the auth algorithm for GCM.
Parents
rS357890: Remove the per-TXQ tls_wrs stat.
Branches
Unknown
Tags
Unknown