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)
Thu, Mar 20, 1:18 AM
Unknown Object (File)
Mon, Feb 24, 7:31 AM
Unknown Object (File)
Feb 19 2025, 8:26 AM
Unknown Object (File)
Feb 19 2025, 8:24 AM
Unknown Object (File)
Feb 15 2025, 7:32 PM
Unknown Object (File)
Dec 19 2024, 9:58 PM
Unknown Object (File)
Dec 13 2024, 5:38 PM
Unknown Object (File)
Nov 26 2024, 9:52 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable