freebsd-src/crypto
Ed Maste 2739a68450 sshd: remove blacklist call from grace_alarm_timer
Under certain circumstances it may call log(3), which is not async-
signal-safe.

For now just remove the blacklist integration from this path, which
means that blacklistd will not detect and firewall hosts that establish
a connection but do nothing further.

Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46203
2024-08-06 15:14:00 -04:00
..
heimdal Fix enum warning in heimdal 2024-07-30 21:24:17 +02:00
openssh sshd: remove blacklist call from grace_alarm_timer 2024-08-06 15:14:00 -04:00
openssl openssl: Add <sys/random.h> include for getrandom() 2024-07-29 16:38:49 -04:00
README

This directory is for the EXACT same use as src/contrib, except it
holds crypto sources.  In other words, this holds raw sources obtained
from various third party vendors, with FreeBSD patches applied.  No
compilation is done from this directory, it is all done from the
src/secure directory.  The separation between src/contrib and src/crypto
is the result of an old USA law, which made these sources export
controlled, so they had to be kept separate.