summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/d2i_ASN1_OBJECT.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* const correct d2i_* prototypestb2025-03-141-3/+3
|
* In objects.h rev. 1.14 and 1.15 (Jan 2022), tb@ providedschwarze2023-08-091-5/+65
| | | | | OBJ_get0_data(3) and OBJ_length(3). Document them. Feedback and OK tb@.
* Stop documenting i2c_ASN1_INTEGER.tb2022-09-121-4/+2
| | | | | This is no longer public API. Also remove some comments about i2c and c2i functions being intentionally undocumented since they are no longer public.
* Given asn1/a_object.c rev. 1.45 by jsing@, stop talking about BUGSschwarze2022-03-291-22/+21
| | | | | | | we no longer have, focus on what our implementation now does, but keep short warnings in how far other implementations might be more fragile. Some improvements to wordings and clarity while here. OK tb@
* mark c2i_ASN1_OBJECT as intentionally undocumented;schwarze2021-12-081-2/+4
| | | | discussed with jsing@
* new manual page a2d_ASN1_OBJECT(3);schwarze2021-11-221-2/+9
| | | | while here, add a few STANDARDS references
* 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-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-201-2/+8
|
* minor tweaks;jmc2017-01-051-3/+3
|
* Complete rewrite:schwarze2017-01-041-58/+72
| | | | | | | | | | | | | | | | Better one-line description. Specify the correct header file. Same parameter names as in ASN1_item_d2i(3). Lots of new information. The ASN1_OBJECT interfaces appear specifically designed to maximize the number and subtlety of traps, maybe in order to trap the wary along with the unwary. All the quirks, caveats, and bugs of ASN1_item_d2i(3) apply, and there are three additional ones on top in this page. It looks like that design approach was so successful that the designers managed to trap even themselves: see the new BUGS section.
* various cleanup;jmc2016-12-081-6/+5
|
* Copyright and licenseschwarze2016-12-051-2/+50
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert remaining ASN1 object manuals from pod to mdocschwarze2016-11-031-0/+29