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)
Fri, Nov 14, 4:32 AM
Unknown Object (File)
Fri, Nov 14, 12:54 AM
Unknown Object (File)
Thu, Nov 13, 10:29 PM
Unknown Object (File)
Tue, Nov 11, 5:28 PM
Unknown Object (File)
Tue, Oct 28, 11:22 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
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