opnsense-src/sys/crypto/openssl
John Baldwin 474d9290eb ossl: Don't try to initialize the cipher for Chacha20+Poly1305.
Chacha20+Poly1305 doesn't use an ossl_cipher instance the way AES-GCM
does, so ossl_lookup_cipher() failed causing ossl_newsession() to
always fail for Chacha20+Poly1305 sessions.

Reported by:	gallatin (ktls_test fails with ossl.ko loaded)
Fixes:		9a3444d91c ossl: Add a VAES-based AES-GCM implementation for amd64
Tested by:	gallatin
Reviewed by:	markj
Differential Revision:	https://reviews.freebsd.org/D40580
2023-06-20 07:53:50 -07:00
..
aarch64 OpenSSL: Regen assembly file for OpenSSSL 1.1.1s 2022-11-01 19:12:09 -04:00
amd64 ossl: Add a fallback AES-GCM implementation using AES-NI 2023-06-02 12:17:11 -04:00
arm OpenSSL: Regen an assembly file for arm 2023-03-21 15:13:51 -04:00
i386 OpenSSL: Regen assembly files for OpenSSL 1.1.1t 2023-02-07 13:55:17 -05:00
powerpc Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-11-23 23:26:53 +01:00
powerpc64 Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-11-23 23:26:53 +01:00
powerpc64le Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-11-23 23:26:53 +01:00
ossl.c ossl: Don't try to initialize the cipher for Chacha20+Poly1305. 2023-06-20 07:53:50 -07:00
ossl.h ossl: Add a VAES-based AES-GCM implementation for amd64 2023-06-02 12:15:01 -04:00
ossl_aarch64.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
ossl_aarch64.h ossl: Add support for AES-CBC cipher 2021-11-08 10:53:31 +01:00
ossl_aes.c ossl: Add a VAES-based AES-GCM implementation for amd64 2023-06-02 12:15:01 -04:00
ossl_aes_gcm.h ossl: Provide a fallback definition of __uint128_t when needed 2023-06-04 12:39:44 -04:00
ossl_chacha.h ossl: Add ChaCha20 cipher support. 2021-03-03 15:20:57 -08:00
ossl_chacha20.c spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
ossl_cipher.h spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD 2023-05-12 10:44:03 -06:00
ossl_hash.h
ossl_poly1305.c ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-03-03 15:20:57 -08:00
ossl_poly1305.h ossl: Add support for the ChaCha20 + Poly1305 AEAD cipher from RFC 8439 2021-03-03 15:20:57 -08:00
ossl_sha.h
ossl_sha1.c
ossl_sha256.c
ossl_sha512.c
ossl_x86.c ossl: Add a fallback AES-GCM implementation using AES-NI 2023-06-02 12:17:11 -04:00
ossl_x86.h ossl: Add support for AES-CBC cipher 2021-11-08 10:53:31 +01:00