summaryrefslogtreecommitdiff
path: root/include/internal/ktls.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD.John Baldwin2022-02-041-0/+5
* Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-06-211-6/+0
* Use <> for #include openssl/xxxRich Salz2021-05-271-4/+4
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-0/+2
* Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko2021-02-101-6/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko2021-01-201-0/+8
* Slightly abstract ktls_start() to reduce OS-specific #ifdefs.John Baldwin2020-09-051-8/+7
* Remove unused dummy functions from ktls.h.John Baldwin2020-09-051-28/+0
* Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin2020-08-311-222/+6
* Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2020-08-311-1/+6
* Add support for KTLS receive for TLS 1.1-1.2 on FreeBSD.John Baldwin2020-08-311-4/+88
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-311-11/+125
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-311-0/+5
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-3/+4
* Update copyright yearMatt Caswell2020-06-251-1/+1
* kTLS: add Linux-specific kTLS helpersVadim Fedorenko2020-06-081-0/+97
* kTLS: add new algo definitionsVadim Fedorenko2020-06-081-90/+89
* kTLS: make ktls_start type independedVadim Fedorenko2020-06-081-9/+7
* Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin2019-10-311-0/+97
* Linux ktls sendfileBoris Pismenny2019-05-071-0/+15
* Fix KTLS compilation errorMatt Caswell2019-04-251-0/+4
* Linux ktls Rx infrastructureBoris Pismenny2019-04-011-13/+94
* Ensure that the struct msghdr is properly zeroed.Pauli2019-03-291-1/+2
* Linux ktls infrastructureBoris Pismenny2018-12-071-0/+147