HardenedBSD/tools
John Baldwin 4ebf794a08 cryptocheck: Don't test Chacha20-Poly1305 with an IV size of 8
OpenSSL 3.0+ doesn't support an IV size of 8 either for the Chacha20
stream cipher or the AEAD combination with Poly1305.  This did work
previously with OpenSSL 1.1.

Reviewed by:	markj
Sponsored by:	AFRL, DARPA
Differential Revision:	https://reviews.freebsd.org/D45280
2024-05-21 09:48:50 -07:00
..
boot boot/universe.sh: Add tests to keep MK_LOADER_BIOS_TEXTONLY working 2024-02-17 23:29:07 -07:00
bsdbox
build Make WITHOUT_UNDEFINED_VERSION the default 2024-05-20 15:40:19 +01:00
bus_space
coccinelle
debugscripts
diag
ifnet
kerneldoc
LibraryReport
lua
pkgbase
regression Remove remnants of portsnap(8) 2024-04-30 22:44:34 +09:00
sched
test Remove GBDE stress test 2024-05-07 07:26:39 +00:00
tools cryptocheck: Don't test Chacha20-Poly1305 with an IV size of 8 2024-05-21 09:48:50 -07:00
uma/smrstress
install.sh
make_libdeps.sh
README
tinder.sh

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.