mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 21:49:14 -04:00
This merges upstream patches from OpenSSL's master branch to add
KTLS infrastructure for TLS 1.0-1.3 including both RX and TX
offload and SSL_sendfile support on both Linux and FreeBSD.
Note that TLS 1.3 only supports TX offload.
A new WITH/WITHOUT_OPENSSL_KTLS determines if OpenSSL is built with
KTLS support. It defaults to enabled on amd64 and disabled on all
other architectures.
Sponsored by: Netflix
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| asm | ||
| build.info | ||
| e_afalg.c | ||
| e_afalg.h | ||
| e_afalg.txt | ||
| e_afalg_err.c | ||
| e_afalg_err.h | ||
| e_capi.c | ||
| e_capi.txt | ||
| e_capi_err.c | ||
| e_capi_err.h | ||
| e_dasync.c | ||
| e_dasync.txt | ||
| e_dasync_err.c | ||
| e_dasync_err.h | ||
| e_ossltest.c | ||
| e_ossltest.txt | ||
| e_ossltest_err.c | ||
| e_ossltest_err.h | ||
| e_padlock.c | ||