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
Differential D20555
Make the warning intervals for deprecated crypto algorithms tunable. jhb on Jun 7 2019, 9:18 PM. Authored by Tags None Referenced Files
Details
New sysctl/tunables can now set the interval (in seconds) between
Diff Detail
Event TimelineComment Actions Unrelated to this is the fact that the current warning intervals are a bit of a random hodge-podge, IPsec is 1 second, KGSSAPI is 1 hour, /dev/crypto is 1 minute. I am open to suggestions on picking something more sensible for all three. |