]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/ktls.c
Update copyright year
[thirdparty/openssl.git] / ssl / ktls.c
2022-05-03  Matt CaswellUpdate copyright year
2022-04-06  John BaldwinKTLS: Check for unprocessed receive records in ktls_con...
2022-02-04  John BaldwinAdd support for Chacha20-Poly1305 to kernel TLS on...
2021-11-08  Tianjia ZhangKTLS: use EVP_CIPHER_is_a instead of nid
2021-07-27  Tomas MrazKTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels,...
2021-06-19  Paulissl: fix indentation
2021-06-19  Paulissl: replace tabs with spaces
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-26  Rich SalzUse "" for include crypto/xxx
2021-04-12  Matt CaswellOnly enable KTLS if it is explicitly configured
2021-01-28  Richard LevitteUpdate copyright year
2021-01-20  Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-08-31  John BaldwinMove KTLS inline functions only used by libssl into...