hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / include / internal / ktls.h
2024-04-09 Richard LevitteCopyright year updates
2024-01-18 Matt CaswellFix a FreeBSD build failure when KTLS is enabled
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-05-03 Matt CaswellUpdate copyright year
2022-02-04 John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2021-06-21 John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-02-10 FdaSilvaYYinclude/internal: add a few missing #pragma once directives
2021-02-10 Oleksandr TymoshenkoHandle partial data re-sending on ktls/sendfile on...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2020-09-06 John BaldwinSlightly abstract ktls_start() to reduce OS-specific...
2020-09-06 John BaldwinRemove unused dummy functions from ktls.h.
2020-08-31 John BaldwinMove KTLS inline functions only used by libssl into...
2020-08-31 John BaldwinSupport for KTLS TX on FreeBSD for TLS 1.3.
2020-08-31 John BaldwinAdd support for KTLS receive for TLS 1.1-1.2 on FreeBSD.
2020-08-31 John BaldwinAdd helper functions for FreeBSD KTLS.
2020-08-31 John BaldwinAdd a ktls_crypto_info_t typedef.
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-06-25 Matt CaswellUpdate copyright year
2020-06-08 Vadim FedorenkokTLS: add Linux-specific kTLS helpers
2020-06-08 Vadim FedorenkokTLS: add new algo definitions
2020-06-08 Vadim FedorenkokTLS: make ktls_start type independed
2019-10-31 Andrew GallatinAdd support for in-kernel TLS (KTLS) on FreeBSD.
2019-05-07 Boris PismennyLinux ktls sendfile
2019-04-25 Matt CaswellFix KTLS compilation error
2019-04-01 Boris PismennyLinux ktls Rx infrastructure
2019-03-29 PauliEnsure that the struct msghdr is properly zeroed.
2018-12-07 Boris PismennyLinux ktls infrastructure