Page MenuHomeFreeBSD

Don't check the auth algorithm for GCM.
ClosedPublic

Authored by jhb on Feb 13 2020, 8:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 10:11 PM
Unknown Object (File)
Fri, Nov 22, 12:42 AM
Unknown Object (File)
Thu, Nov 14, 4:41 PM
Unknown Object (File)
Oct 3 2024, 4:26 AM
Unknown Object (File)
Oct 1 2024, 9:23 PM
Unknown Object (File)
Sep 30 2024, 12:04 AM
Unknown Object (File)
Sep 27 2024, 8:24 AM
Unknown Object (File)
Sep 26 2024, 7:00 PM
Subscribers

Details

Summary

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.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29361
Build 27260: arc lint + arc unit