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
Unknown Object (File)
Wed, Oct 15, 11:12 AM
Unknown Object (File)
Sat, Oct 11, 10:51 PM
Unknown Object (File)
Wed, Oct 1, 9:15 PM
Unknown Object (File)
Sat, Sep 27, 5:21 PM
Unknown Object (File)
Fri, Sep 26, 9:08 PM
Unknown Object (File)
Mon, Sep 22, 4:21 PM
Unknown Object (File)
Sep 18 2025, 2:23 AM
Unknown Object (File)
Sep 15 2025, 8:10 AM
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