Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify description of the obsolete ENGINE parameter | tb | 2024-07-21 | 1 | -6/+8 |
| | | | | | | | This uses the same language in most manuals mentioning the obsolete ENGINE parameters. Make it clear that it is always ignored and that NULL should be passed. Always call it engine instead of a mix of e pe, impl, eng. | ||||
* | Stop documenting clone digests. | tb | 2022-01-15 | 1 | -10/+2 |
| | |||||
* | EVP_Digest*: fix documented return values. | tb | 2021-05-20 | 1 | -5/+3 |
| | | | | | | | | | | EVP_DigestSign{,Init,Update,Final}() and EVP_DigestVerify{Init,Update}() always returned 1 for success and 0 for failure. EVP_DigestVerify() and EVP_DigestVerifyFinal() can return -1 or -2, though. Based on OpenSSL 1.1.1 56c59ddd99da05c2f30832cccaffb873a8481555 ok inoguchi | ||||
* | Add missing .Pp in HISTORY section. | tb | 2021-05-13 | 1 | -2/+3 |
| | |||||
* | Merge some details from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -3/+12 |
| | |||||
* | Merge documentation for EVP_DigestSign from OpenSSL 1.1.1. | tb | 2021-05-11 | 1 | -4/+39 |
| | |||||
* | delete references to ERR pages from SEE ALSO where such | schwarze | 2019-06-10 | 1 | -3/+2 |
| | | | | references were already given below RETURN VALUES right above | ||||
* | EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend using | tb | 2018-12-23 | 1 | -3/+3 |
| | | | | | | EVP_MD_CTX_free() instead if the goal is to avoid leaking memory. From my corresponding upstream commit, reminded by schwarze | ||||
* | crypto HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 1 | -3/+4 |
| | |||||
* | Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL, | schwarze | 2018-02-15 | 1 | -3/+4 |
| | | | | removing parts that don't apply to OpenBSD. | ||||
* | Add Copyright and license. | schwarze | 2016-11-26 | 1 | -3/+52 |
| | | | | Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL. | ||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -0/+152 |