mirror of
https://github.com/opnsense/src.git
synced 2026-07-05 15:26:58 -04:00
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:
|
||
|---|---|---|
| .. | ||
| aesni | ||
| armv8 | ||
| blake2 | ||
| camellia | ||
| ccp | ||
| chacha20 | ||
| des | ||
| libsodium | ||
| openssl | ||
| rc4 | ||
| rijndael | ||
| sha2 | ||
| siphash | ||
| skein | ||
| via | ||
| chacha20_poly1305.c | ||
| chacha20_poly1305.h | ||
| curve25519.c | ||
| curve25519.h | ||
| intake.h | ||
| sha1.c | ||
| sha1.h | ||