This supports Chacha20-Poly1305 for both send and receive for TLS 1.2
and for send in TLS 1.3.
Details
Details
Tested via openssl s_server with KTLS in a VM against a host running software openssl s_client with chacha20 ciphers.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Maybe add a comment for the else cases saying that they are chacha?
sys/opencrypto/ktls_ocf.c | ||
---|---|---|
370–382 | Maybe a switch, or at least a comment for the else cases that they are chacha? |
sys/opencrypto/ktls_ocf.c | ||
---|---|---|
370–382 | I'll add a comment about Chacha using the TLS 1.3 IV construction in TLS 1.2. |