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)
Mon, Jun 3, 10:49 PM
Unknown Object (File)
May 6 2024, 7:50 PM
Unknown Object (File)
Apr 13 2024, 10:17 PM
Unknown Object (File)
Apr 11 2024, 12:42 PM
Unknown Object (File)
Apr 11 2024, 3:35 AM
Unknown Object (File)
Apr 1 2024, 2:09 AM
Unknown Object (File)
Jan 29 2024, 1:20 PM
Unknown Object (File)
Jan 14 2024, 5:10 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