aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/ktls_ocf.c
Commit message (Expand)AuthorAgeFilesLines
* ktls: Avoid wakeups and locking for synchronous callbacksMark Johnston2021-02-081-7/+18
* ktls: Use COUNTER_U64_DEFINE_EARLYMark Johnston2021-02-081-27/+8
* Add support to the KTLS OCF module for AES-CBC MTE ciphersuites.John Baldwin2020-10-131-20/+273
* Add support for KTLS RX via software decryption.John Baldwin2020-07-231-5/+64
* Consolidate duplicated code into a ktls_ocf_dispatch function.John Baldwin2020-07-231-52/+36
* Don't dynamically allocate data structures for KTLS crypto requests.John Baldwin2020-07-201-70/+64
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-251-2/+1
* Store the AAD in a separate buffer for KTLS.John Baldwin2020-06-231-63/+50
* Fix a regression in r361804 for TLS 1.3.John Baldwin2020-06-121-0/+1
* Use separate output buffers for OCF requests in KTLS.John Baldwin2020-06-041-51/+110
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-10/+6
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-62/+33
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add support for TLS 1.3 using AES-GCM to the OCF backend for KTLS.John Baldwin2019-12-181-18/+142
* kTLS support for TLS 1.3Andrew Gallatin2019-09-271-1/+1
* Add kernel-side support for in-kernel TLS.John Baldwin2019-08-271-0/+308