Age | Commit message (Expand) | Author |
---|---|---|
2022-10-11 | Update copyright year | Matt Caswell |
2022-08-02 | Check that IV length is not less than zero | Dmitry Belyavskiy |
2021-11-08 | KTLS: use EVP_CIPHER_is_a instead of nid | Tianjia Zhang |
2021-07-27 | KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable it | Tomas Mraz |
2021-06-19 | ssl: fix indentation | Pauli |
2021-06-19 | ssl: replace tabs with spaces | Pauli |
2021-06-01 | Rename all getters to use get/get0 in name | Tomas Mraz |
2021-05-27 | Use "" for include crypto/xxx | Rich Salz |
2021-04-12 | Only enable KTLS if it is explicitly configured | Matt Caswell |
2021-01-28 | Update copyright year | Richard Levitte |
2021-01-20 | ktls: Initial support for ChaCha20-Poly1305 | Vadim Fedorenko |
2021-01-18 | Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity | Tomas Mraz |
2020-08-31 | Move KTLS inline functions only used by libssl into ssl/ktls.c. | John Baldwin |