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
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 35783 Build 32672: arc lint + arc unit
Event Timeline
Comment Actions
Maybe add a comment for the else cases saying that they are chacha?
sys/opencrypto/ktls_ocf.c | ||
---|---|---|
359–366 | Maybe a switch, or at least a comment for the else cases that they are chacha? |
sys/opencrypto/ktls_ocf.c | ||
---|---|---|
359–366 | I'll add a comment about Chacha using the TLS 1.3 IV construction in TLS 1.2. |