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, May 6, 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
Unknown Object (File)
Dec 20 2023, 4:34 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