summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_sign.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use hyphenated spelling for the SHAs except for the APItb12 days1-3/+3
| | | | | The mix of SHA256 and SHA-256 is jarring, so use FIPS's spelling. Leave HMAC-SHA256 as it is and fix a nearby RIPEMD-160.
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-061-3/+2
| | | | | | | | because tb@ deleted almost all functions documented there from the API in evp.h 1.127 on March 2 this year, but move the functions EVP_PKEY_CTX_set_data(3) and EVP_PKEY_CTX_get_data(3) that we still support to EVP_PKEY_keygen(3), because that page already documents EVP_PKEY_CTX_set_app_data(3) and EVP_PKEY_CTX_get_app_data(3).
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-3/+3
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* crypto HISTORY up to 1.0.0; researched from OpenSSL gitschwarze2018-03-231-3/+7
|
* Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,schwarze2018-02-151-2/+3
| | | | removing parts that don't apply to OpenBSD.
* fix typos in cross references reported by jmc@schwarze2017-01-061-3/+3
|
* Add Copyright and license.schwarze2016-11-271-7/+71
| | | | Merge some additional text and improvements to EXAMPLES from OpenSSL.
* various cleanup;jmc2016-11-211-3/+3
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+120