Page MenuHomeFreeBSD

Add stricter checking on mac key lengths.
ClosedPublic

Authored by jhb on Jan 8 2020, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 3, 10:37 PM
Unknown Object (File)
Tue, Oct 21, 9:46 AM
Unknown Object (File)
Tue, Oct 21, 9:45 AM
Unknown Object (File)
Tue, Oct 21, 9:45 AM
Unknown Object (File)
Tue, Oct 21, 6:50 AM
Unknown Object (File)
Mon, Oct 20, 10:18 PM
Unknown Object (File)
Oct 12 2025, 1:28 AM
Unknown Object (File)
Oct 5 2025, 3:39 AM
Subscribers

Details

Summary

Negative lengths are always invalid. The key length should also
be zero for hash algorithms that do not accept a key.

Test Plan
  • cryptocheck passes
  • test program that provokes a panic with a length of -1 now fails with an error

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 28555
Build 26605: arc lint + arc unit