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
F110254996: D23671.diff
Sat, Feb 15, 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
Unknown Object (File)
Nov 26 2024, 7:48 AM
Unknown Object (File)
Nov 23 2024, 10:11 PM
Unknown Object (File)
Nov 22 2024, 12:42 AM
Unknown Object (File)
Nov 14 2024, 4:41 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

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