summaryrefslogtreecommitdiffstats
path: root/include/internal/ktls.h
AgeCommit message (Expand)Author
2022-11-24Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy
2022-05-03Update copyright yearMatt Caswell
2022-02-04Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-02-10include/internal: add a few missing #pragma once directivesFdaSilvaYY
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko
2021-01-28Update copyright yearRichard Levitte
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko
2020-09-05Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin
2020-09-05Remove unused dummy functions from ktls.h.John Baldwin
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin
2020-08-31Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin
2020-08-31Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin
2020-08-31Add helper functions for FreeBSD KTLS.John Baldwin
2020-08-31Add a ktls_crypto_info_t typedef.John Baldwin
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-06-25Update copyright yearMatt Caswell
2020-06-08kTLS: add Linux-specific kTLS helpersVadim Fedorenko
2020-06-08kTLS: add new algo definitionsVadim Fedorenko
2020-06-08kTLS: make ktls_start type independedVadim Fedorenko
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin
2019-05-07Linux ktls sendfileBoris Pismenny
2019-04-25Fix KTLS compilation errorMatt Caswell
2019-04-01Linux ktls Rx infrastructureBoris Pismenny
2019-03-29Ensure that the struct msghdr is properly zeroed.Pauli
2018-12-07Linux ktls infrastructureBoris Pismenny