Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | In evp.h rev. 1.60 2018/05/13 06:35:10, tb@ added a const qualifier | schwarze | 2018-05-13 | 1 | -3/+3 |
| | | | | to the "sig" argument of EVP_DigestVerifyFinal(3). Adjust the manual. | ||||
* | 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, and some fixes from OpenSSL: | schwarze | 2016-11-26 | 1 | -9/+59 |
| | | | | | Correct a parameter type for EVP_DigestVerifyUpdate(3). Improve the description of RETURN VALUES for EVP_DigestVerifyFinal(3). | ||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | convert EVP manuals from pod to mdoc | schwarze | 2016-11-03 | 1 | -0/+132 |