Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove EVP_MD_meth* documentation | tb | 2024-03-05 | 1 | -352/+0 |
| | | | | | Move the description of the EVP_MD_FLAGs to EVP_MD_nid() and add a reference to the CMS specification. | ||||
* | fix typo | schwarze | 2023-09-12 | 1 | -2/+2 |
| | |||||
* | fix the vague and misleading description of the EVP_MD_FLAG_* constants | schwarze | 2023-09-12 | 1 | -22/+72 |
| | |||||
* | document return values of the control function in EVP_MD_meth_set_ctrl(3) | schwarze | 2023-08-12 | 1 | -5/+15 |
| | |||||
* | Fix OpenBSD release | tb | 2023-07-09 | 1 | -3/+3 |
| | |||||
* | Import EVP_MD_meth_new.3 from OpenSSL 1.1.1 head | tb | 2023-07-08 | 1 | -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. |