hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / ssl / ktls.c
2022-08-18 Matt CaswellMove ktls.c into the record layer
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
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...