summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_CTX_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* Delete the manual pages EVP_PKEY_meth_new(3) and EVP_PKEY_meth_get0_info(3)schwarze2024-12-061-2/+1
| | | | | | | | 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).
* Delete the manual page EVP_PKEY_check(3).schwarze2024-12-061-3/+2
| | | | | All three functions documented in this page were deleted from the API by tb@ in evp.h rev. 1.136 on August 31 this year.
* Unify description of the obsolete ENGINE parametertb2024-07-211-19/+16
| | | | | | | 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.
* new manual page EVP_PKEY_CTX_get_operation(3),schwarze2023-09-091-2/+4
| | | | also documenting EVP_PKEY_CTX_get0_pkey(3)
* add a few .Xr links to new manual pagesschwarze2022-07-131-2/+3
|
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-241-18/+9
| | | | | | | | and EVP_PKEY_id(3), then describe the "type" parameters of various functions more precisely referencing that information. In particular, document X509_get_signature_type(3) which was so far missing. OK tb@
* In evp/pmeth_lib.c rev. 1.16, jsing@ enabled EVP_PKEY_RSA_PSS.schwarze2019-11-011-3/+5
| | | | Document it.
* list supported algorithm ids and clarify how the engine argument is usedschwarze2019-10-291-10/+50
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+12
| | | | | | | | | | | group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
* crypto HISTORY up to 1.0.0; researched from OpenSSL gitschwarze2018-03-231-3/+5
|
* 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.
* new X25519(3) manual page;schwarze2017-04-101-3/+4
| | | | from Dr. Stephen Henson <steve@openssl.org>, OpenSSL commit d218f3c3
* Add Copyright and license.schwarze2016-11-271-5/+55
| | | | | Mention that EVP_PKEY_CTX_free(3) accepts NULL. Delete the useless statement that a void functions returns no value.
* various cleanup;jmc2016-11-211-4/+5
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+85