summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mark the constants EVP_PK_*, EVP_PKS_*, and EVP_PKT_* as intentionallyschwarze2024-12-091-2/+7
| | | | | undocumented because they are only used by the function X509_certificate_type() which is deprecated and will eventually be deleted.
* EVP_PKEY_set1_RSA.3 some adjustments after GOST removaltb2024-04-181-4/+4
|
* Remove GOST documentationtb2024-03-051-21/+3
|
* Remove EVP_PKEY_asn1_add{0,_alias}() documentationtb2023-12-211-8/+2
| | | | | | This API was recently neutered and will be removed in the next major bump. Mark it as intentionally undocumented in EVP_PKEY_asn1_new.3 and remove it from all other manuals.
* document EVP_PKEY_set_type_str(3)schwarze2023-08-271-7/+46
|
* fix repeated wordsjsg2022-09-111-3/+3
|
* Add a roff comment saying that X509_certificate_type(3) is intentionallyschwarze2021-07-021-2/+5
| | | | | | undocumented. It is archaic and practically unused and unusable. tb@ and jsing@ agree with marking it as undocumented. Put the comment here because EVP_PKEY_base_id(3) is a viable alternative.
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-241-38/+64
| | | | | | | | 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@
* Document EVP_PKEY_get0(3), EVP_PKEY_assign_GOST(3), EVP_PKEY_assign(3),schwarze2019-09-011-27/+112
| | | | | and EVP_PKEY_set_type(3). While here, clarify a few points regarding reference count and type checking.
* In evp.h rev. 1.75, tb@ provided EVP_PKEY_get0_hmac(3).schwarze2019-03-181-3/+29
| | | | | | | | | Document it. Even though OpenSSL muddles the waters by lumping the description together with the other EVP_PKEY_get0_*() functions, describe it separately because a char * has no reference count and because the function fills in an additional length parameter.
* Reference the related accessor EVP_PKEY_get0_asn1(3).schwarze2018-05-131-5/+6
| | | | More logical ordering of EVP_PKEY_base_id(3) and EVP_PKEY_id(3) while here.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-1/+9
|
* crypto HISTORY up to 1.0.0; researched from OpenSSL gitschwarze2018-03-231-1/+7
|
* crypto HISTORY up to 0.9.8; researched from OpenSSL gitschwarze2018-03-231-2/+9
|
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+12
|
* evp.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+10
|
* In evp.h rev. 1.58 2018/02/20 18:05:28, tb@ providedschwarze2018-02-241-6/+13
| | | | EVP_PKEY_get0_EC_KEY(3). Merge the documentation from OpenSSL.
* Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze2018-02-171-6/+35
| | | | | EVP_PKEY_get0_{DH,DSA,RSA}(3), and RSA_{g,s}et0_key(3) that tb@ just provided.
* Change all references to rsa(3) to point to RSA_new(3) instead.schwarze2016-12-111-3/+4
| | | | Make sure all RSA pages point back to RSA_new(3).
* minor cleanup;jmc2016-11-291-3/+3
|
* Add Copyright and license.schwarze2016-11-271-14/+102
| | | | Merge documentation of EVP_PKEY_id(3) and EVP_PKEY_base_id(3) from OpenSSL.
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert EVP manuals from pod to mdocschwarze2016-11-031-0/+171