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
F103434324: D20555.diff
Sun, Nov 24, 11:51 PM
Unknown Object (File)
Fri, Nov 22, 5:30 AM
Unknown Object (File)
Oct 21 2024, 5:46 PM
Unknown Object (File)
Oct 21 2024, 5:46 PM
Unknown Object (File)
Oct 21 2024, 5:45 PM
Unknown Object (File)
Oct 21 2024, 5:45 PM
Unknown Object (File)
Oct 21 2024, 5:24 PM
Unknown Object (File)
Oct 9 2024, 10:04 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.