Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide deprecated functions in evp.h | beck | 2024-04-10 | 1 | -1/+2 |
* | Hide public symbols in evp.h | beck | 2024-04-09 | 1 | -1/+28 |
* | Remove EVP_MD_meth* again | tb | 2024-03-02 | 1 | -113/+1 |
* | Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init() | tb | 2024-03-02 | 1 | -5/+5 |
* | Use EVP_MD_CTX_legacy_clear() internally | tb | 2024-02-18 | 1 | -4/+4 |
* | Add EVP_MD_CTX_legacy_clear() | tb | 2024-02-18 | 1 | -1/+7 |
* | Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe | tb | 2024-01-30 | 1 | -2/+4 |
* | Move the EVP_MD block size accessor down | tb | 2023-12-29 | 1 | -7/+11 |
* | Move the EVP_MD_CTX flag accessors up a bit | tb | 2023-12-29 | 1 | -19/+19 |
* | Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrl | tb | 2023-12-29 | 1 | -63/+62 |
* | Move init/reset next to cleanup | tb | 2023-12-29 | 1 | -13/+13 |
* | Move the copy/copy_ex stuff down below the new/free/clear mess | tb | 2023-12-29 | 1 | -63/+64 |
* | Move the middle part of evp_lib.c to evp_digest.c | tb | 2023-12-29 | 1 | -1/+204 |
* | Use more consistent naming for some files in evp | tb | 2023-12-29 | 1 | -0/+369 |