Page MenuHomeFreeBSD

Make the warning intervals for deprecated crypto algorithms tunable.
ClosedPublic

Authored by jhb on Jun 7 2019, 9:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 4, 4:32 PM
Unknown Object (File)
Mon, Apr 27, 11:22 PM
Unknown Object (File)
Sun, Apr 26, 9:43 PM
Unknown Object (File)
Wed, Apr 22, 7:17 PM
Unknown Object (File)
Apr 14 2026, 3:16 AM
Unknown Object (File)
Mar 24 2026, 11:50 AM
Unknown Object (File)
Mar 11 2026, 6:21 AM
Unknown Object (File)
Mar 8 2026, 7:57 PM
Subscribers

Details

Summary

New sysctl/tunables can now set the interval (in seconds) between
rate-limited crypto warnings. The new sysctls are:

  • kern.cryptodev_warn_interval for /dev/crypto
  • net.inet.ipsec.crypto_warn_interval for IPsec
  • kern.kgssapi_warn_interval for KGSSAPI
Test Plan
  • tested that the sysctl worked for both cryptodev and IPsec by changing the interval and verifying warnings did or didn't fire when triggering use of a deprecated algorithm
  • did not test kgssapi, but given how identical the code is I expect it to also work

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jun 8 2019, 4:15 AM
  • Document the new sysctl node types.
This revision now requires review to proceed.Jun 10 2019, 10:46 PM
This revision is now accepted and ready to land.Jun 10 2019, 11:01 PM
This revision was automatically updated to reflect the committed changes.