summaryrefslogtreecommitdiffstats
path: root/ssl/ktls.c
AgeCommit message (Expand)Author
2022-10-11Update copyright yearMatt Caswell
2022-08-02Check that IV length is not less than zeroDmitry Belyavskiy
2021-11-08KTLS: use EVP_CIPHER_is_a instead of nidTianjia Zhang
2021-07-27KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable itTomas Mraz
2021-06-19ssl: fix indentationPauli
2021-06-19ssl: replace tabs with spacesPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27Use "" for include crypto/xxxRich Salz
2021-04-12Only enable KTLS if it is explicitly configuredMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2020-08-31Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin