[MDEV-31653] Missing CHACHA20-POLY1305 support in WolfSSL Created: 2023-07-10 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | SSL |
| Fix Version/s: | 10.4.32, 10.5.23, 10.6.16, 10.10.7, 10.11.6, 11.0.4, 11.1.3, 11.2.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
On systems without AES hardware acceleration the preferred TLS v1.3 cipher suite is TLS_CHACHA20_POLY1305_SHA256 (about 400% faster than AES). Unfortunately this ciphersuite is not available in bundled WolfSSL. Attached patch enables TLS_CHACHA20_POLY1305_SHA256. |