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)
Tue, Oct 28, 11:22 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
Unknown Object (File)
Sun, Oct 26, 11:35 AM
Unknown Object (File)
Sun, Oct 26, 5:05 AM
Unknown Object (File)
Tue, Oct 21, 6:24 PM
Unknown Object (File)
Wed, Oct 15, 8:26 PM
Unknown Object (File)
Oct 10 2025, 6:13 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