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, Aug 22, 10:29 AM
Unknown Object (File)
Fri, Aug 21, 3:05 PM
Unknown Object (File)
Wed, Aug 19, 7:57 PM
Unknown Object (File)
Tue, Aug 18, 2:53 PM
Unknown Object (File)
Tue, Aug 18, 2:36 PM
Unknown Object (File)
Sun, Aug 16, 4:33 PM
Unknown Object (File)
Tue, Aug 11, 4:42 AM
Unknown Object (File)
Sun, Aug 9, 2:31 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