summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/OBJ_nid2obj.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)tb2024-01-311-4/+3
| | | | | | | This is the only OBJ_NAME API that will remain after the next major bump. The API is misnamed and really is about EVP, so move it to an EVP manual documenting another API doing essentially the same thing. Remove most cross references to OBJ_NAME_*.
* Partial rewrite:schwarze2023-09-051-140/+231
| | | | | | | | | | | | | | | | | * Integrate the leftovers of the former NOTES section into the main text, resulting in a more logical order of information. * Make many descriptions more precise and tweak many wordings. For example, the description of OBJ_cmp(3) was totally misleading. Add a CAVEATS section explaining the scary ownership contracts of the functions returning ASN1_OBJECT pointers. Move the discussion of NID_undef to the BUGS section because the statement "objects which are not in the table have the NID value NID_undef" was misleading in more than one way. Considering that an API as fundamental as this one contains such a gigantic amount of quirks and traps and gaps makes me shudder.
* Remove OBJ_add_sigid and OBJ_sigid_free documentationtb2023-07-211-3/+2
| | | | | These will be made internal and will likely go away. The OBJ_add_sigid.3 manual should probably be renamed; this can be done in a second step.
* 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@
* new manual page OBJ_add_sigid(3)schwarze2021-12-181-2/+3
|
* new manual page OBJ_NAME_add(3)schwarze2021-12-171-3/+4
|
* Move OBJ_create(3) into its own manual pageschwarze2021-12-151-58/+9
| | | | | because OBJ_nid2obj(3) is already long and more functions related to OBJ_create(3) have to be documented.
* document i2a_ASN1_OBJECT(3)schwarze2021-07-051-8/+61
|
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-4/+17
| | | | | but failed to provide any real information. OK tb@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+4
| | | | | | | | | | | 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@
* In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiersschwarze2018-04-251-3/+3
| | | | | to some parameters of some functions. Update the documentation. Add a few additional missing const qualifiers while here.
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-4/+5
| | | | on the web, so fix up SSLeay HISTORY accordingly
* crypto HISTORY up to 0.9.4; researched from OpenSSL gitschwarze2018-03-211-2/+5
|
* crypto HISTORY up to OpenSSL 0.9.2b; researched from OpenSSL gitschwarze2018-03-211-1/+5
|
* objects.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-1/+3
|
* asn1.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL gitschwarze2018-03-211-2/+5
|
* objects.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+16
|
* Describe what ASN1_OBJECT_new(3), ASN1_OBJECT_free(3), OBJ_dup(3),schwarze2017-01-041-9/+53
| | | | | | | | | | and OBJ_create(3) really do rather than making broad and incomplete statements that are only true in some cases. Improve the one-line descriptions. Some minor wording improvements while here. There is obviously more work to do in the vicinity...
* Add Copyright and license.schwarze2016-11-271-3/+74
| | | | | Document i2t_ASN1_OBJECT(3), from OpenSSL. Merge more info about what NIDs are from OpenSSL.
* various cleanup;jmc2016-11-221-16/+16
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert remaining ASN1 object manuals from pod to mdocschwarze2016-11-031-0/+267