opnsense-src/crypto
Jose Luis Duran 707ac59c2b
openssh: Fix blacklistd sshd-session integration
In version 9.8, the server was split into a listener binary, sshd(8),
and a per-session binary "sshd-session".

Our blacklistd changes also have to be moved from sshd.c to
sshd-session.c.

Reviewed by:	emaste
Approved by:	emaste (mentor)
Fixes:	0fdf8fae8b56 ("openssh: Update to 9.8p1")
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D49116

(cherry picked from commit 61d8af38bf1c5328c27ccfcd8a3b73e9e8604d16)
2025-02-26 16:40:46 +00:00
..
heimdal Fix enum warning in heimdal 2024-08-04 12:21:02 +02:00
libecc Add 'crypto/libecc/' from commit '736d663976d1768533badbf06581481d01fade4c' 2025-01-10 20:48:23 -06:00
openssh openssh: Fix blacklistd sshd-session integration 2025-02-26 16:40:46 +00:00
openssl openssl: Import OpenSSL 3.0.15. 2024-09-27 20:50:47 -07:00
README Two more $FreeBSD$ stragglers 2023-09-17 08:34:41 -06:00

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.