]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cryptocheck: Don't test Chacha20-Poly1305 with an IV size of 8
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 21 May 2024 16:42:12 +0000 (09:42 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 21 May 2024 16:48:50 +0000 (09:48 -0700)
commit4ebf794a08de04ebf1c520f07bff3f8fdf48819a
tree5eaf4b1b594f1e38384483a21391ac5f67810dfb
parent76df3c57a0abfd24652bfa33982ba136d9d0575b
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
tools/tools/crypto/cryptocheck.c