summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_MD_meth_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove EVP_MD_meth* documentationtb2024-03-051-352/+0
| | | | | Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification.
* fix typoschwarze2023-09-121-2/+2
|
* fix the vague and misleading description of the EVP_MD_FLAG_* constantsschwarze2023-09-121-22/+72
|
* document return values of the control function in EVP_MD_meth_set_ctrl(3)schwarze2023-08-121-5/+15
|
* Fix OpenBSD releasetb2023-07-091-3/+3
|
* Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 headtb2023-07-081-0/+292
As usual, this has a lot of room for improvement, but it is better than nothing at all. It leaves a dangling reference to EVP_MD_CTX_md_data(), which I leave for schwarze to document. This is a terrible API and the way it is used in the wild is terrifying.