summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/man/EVP_DigestSignInit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-101-3/+2
| | | | references were already given below RETURN VALUES right above
* EVP_MD_CTX_cleanup() is deprecated and doesn't free, so recommend usingtb2018-12-231-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 gitschwarze2018-03-231-3/+4
|
* Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,schwarze2018-02-151-3/+4
| | | | removing parts that don't apply to OpenBSD.
* Add Copyright and license.schwarze2016-11-261-3/+52
| | | | Correct a parameter type for EVP_DigestSignUpdate(3), from OpenSSL.
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+152