summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop documenting clone digests.tb2022-01-151-10/+2
|
* EVP_Digest*: fix documented return values.tb2021-05-201-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.tb2021-05-131-2/+3
|
* Merge some details from OpenSSL 1.1.1.tb2021-05-111-3/+12
|
* missing word in previoustb2021-05-111-1/+2
|
* Merge documentation for EVP_DigestVerify() from OpenSSL 1.1.1.tb2021-05-111-4/+37
|
* 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
* In evp.h rev. 1.60 2018/05/13 06:35:10, tb@ added a const qualifierschwarze2018-05-131-3/+3
| | | | to the "sig" argument of EVP_DigestVerifyFinal(3). Adjust the manual.
* 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, and some fixes from OpenSSL:schwarze2016-11-261-9/+59
| | | | | Correct a parameter type for EVP_DigestVerifyUpdate(3). Improve the description of RETURN VALUES for EVP_DigestVerifyFinal(3).
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+132