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)
Wed, Jul 29, 9:00 AM
Unknown Object (File)
Tue, Jul 28, 4:50 PM
Unknown Object (File)
Sun, Jul 26, 9:59 AM
Unknown Object (File)
Thu, Jul 23, 2:22 AM
Unknown Object (File)
Sun, Jul 19, 12:19 PM
Unknown Object (File)
Fri, Jul 17, 2:19 PM
Unknown Object (File)
Jun 17 2026, 2:27 AM
Unknown Object (File)
Jun 12 2026, 4:27 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