summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_digest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide deprecated functions in evp.hbeck2024-04-101-1/+2
* Hide public symbols in evp.hbeck2024-04-091-1/+28
* Remove EVP_MD_meth* againtb2024-03-021-113/+1
* Fix signature and semantics of EVP_{CIPHER,MD}_CTX_init()tb2024-03-021-5/+5
* Use EVP_MD_CTX_legacy_clear() internallytb2024-02-181-4/+4
* Add EVP_MD_CTX_legacy_clear()tb2024-02-181-1/+7
* Make EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safetb2024-01-301-2/+4
* Move the EVP_MD block size accessor downtb2023-12-291-7/+11
* Move the EVP_MD_CTX flag accessors up a bittb2023-12-291-19/+19
* Hoist EVP_MD_CTX accessors to after EVP_MD_CTX_ctrltb2023-12-291-63/+62
* Move init/reset next to cleanuptb2023-12-291-13/+13
* Move the copy/copy_ex stuff down below the new/free/clear messtb2023-12-291-63/+64
* Move the middle part of evp_lib.c to evp_digest.ctb2023-12-291-1/+204
* Use more consistent naming for some files in evptb2023-12-291-0/+369