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)
Thu, Apr 4, 6:46 PM
Unknown Object (File)
Mar 14 2024, 10:50 AM
Unknown Object (File)
Mar 14 2024, 10:49 AM
Unknown Object (File)
Mar 14 2024, 10:49 AM
Unknown Object (File)
Mar 14 2024, 10:49 AM
Unknown Object (File)
Mar 11 2024, 12:00 AM
Unknown Object (File)
Mar 1 2024, 5:50 PM
Unknown Object (File)
Feb 21 2024, 4:34 AM
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.