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
F113991141: D20554.id58487.diff
Sun, Apr 6, 3:23 PM
Unknown Object (File)
Wed, Mar 19, 8:32 AM
Unknown Object (File)
Sat, Mar 15, 4:08 AM
Unknown Object (File)
Feb 23 2025, 7:46 PM
Unknown Object (File)
Feb 22 2025, 1:02 AM
Unknown Object (File)
Feb 19 2025, 10:41 AM
Unknown Object (File)
Feb 19 2025, 9:29 AM
Unknown Object (File)
Feb 15 2025, 11:12 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

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