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
F164097236: D23671.diff
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
Unknown Object (File)
May 30 2026, 5: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

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