openwrt-mirror/package/libs/openssl
Tan Zien 34836dffb1 openssl: add kTLS support option
This commit add option to enable kTLS support, improving
performance by offloading TLS encryption and decryption to
kernel space.

- Reduced CPU usage by minimizing data copying between user space
  and kernel space.
- Enables the use of the sendfile() system call with encrypted
  sockets for zero-copy data transmission.
- Leverages hardware-accelerated NIC that support TLS offloading.

Signed-off-by: Tan Zien <nabsdh9@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21306
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-01-03 00:30:27 +01:00
..
files openssl: add legacy provider 2023-04-05 08:24:49 -03:00
patches openssl: fix AES-GCM-SIV and AES-SIV with zero-length messages 2025-12-01 19:20:14 +01:00
Config.in openssl: add kTLS support option 2026-01-03 00:30:27 +01:00
Makefile openssl: add kTLS support option 2026-01-03 00:30:27 +01:00