Page MenuHomeFreeBSD

Add warnings to /dev/crypto for deprecated algorithms.
ClosedPublic

Authored by jhb on Jun 7 2019, 9:17 PM.
Tags
None
Referenced Files
F109362421: D20554.id58487.diff
Tue, Feb 4, 2:04 AM
Unknown Object (File)
Dec 14 2024, 3:52 AM
Unknown Object (File)
Dec 6 2024, 12:45 AM
Unknown Object (File)
Dec 4 2024, 5:08 AM
Unknown Object (File)
Dec 2 2024, 10:23 AM
Unknown Object (File)
Nov 29 2024, 1:04 AM
Unknown Object (File)
Nov 28 2024, 9:51 AM
Unknown Object (File)
Oct 21 2024, 5:25 PM
Subscribers

Details

Summary

These algorithms are deprecated algorithms that will have no in-kernel
consumers in FreeBSD 13. Specifically, deprecate the following algorithms:

  • ARC4
  • Blowfish
  • CAST128
  • DES
  • 3DES
  • MD5-HMAC
  • Skipjack
Test Plan
  • cryptocheck doesn't test any of these, but the python tests do run 3DES test vectors and thus do trigger the warning (and also inspired adding rate limiting since a single run of cryptotest.py generated multiple warnings without rate limiting)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 24762
Build 23523: arc lint + arc unit