CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/05 00:27:01
Modified files:
usr.sbin/relayd: ca.c
Log message:
Fix relayd reload race crash
Instead of terminating with fatalx() when a private key hash cannot be
found, log a warning and send an error back to the relay worker.
This prevents a race condition during "reload" where a request might
reach the CA process while keys are being repopulated.
Reported by Nick Owens; thanks!
OK tb@
