summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ASN1_STRING_TABLE_add manual to _gettb2023-12-161-85/+0
|
* Remove ASN1_STRING_TABLE_{add,cleanup}() documentationtb2023-12-161-71/+14
| | | | | | | | | | | The unused ASN1_STRING_TABLE extensibility API will be removed in the next major bump and the table itself will become immutable. Lightly adjust the remaining text. In particular, update the RFC reference, stop talking about defaults when nothing can be changed anymore, do not mention useless flags that you will no longer be able to set and move the description of the only remaining flag after the description of ASN1_STRING_TABLE_get(). The file will be renamed in a second step.
* Move OBJ_create(3) into its own manual pageschwarze2021-12-151-2/+3
| | | | | because OBJ_nid2obj(3) is already long and more functions related to OBJ_create(3) have to be documented.
* forgotten .Dv macros in -column listsschwarze2021-12-141-13/+13
|
* document the ub_* constantsschwarze2021-12-121-2/+22
|
* document STABLE_NO_MASK and STABLE_FLAGS_MALLOC,schwarze2021-12-111-13/+32
| | | | | mention which argument values can be used to not change the respective fields, and tweak a few additional wordings
* document ASN1_STRING_set_by_NID(3)schwarze2021-10-201-2/+3
| | | | and the three functions related to the global mask
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-4/+6
| | | | | but failed to provide any real information. OK tb@ jmc@
* crypto HISTORY up to 0.9.5; researched from OpenSSL gitschwarze2018-03-221-2/+9
|
* zap trailing whitespace;jmc2017-08-201-2/+2
|
* New ASN1_STRING_TABLE_add(3) manual page, based on information fromschwarze2017-08-201-0/+92
the OpenSSL manual page committed on July 27, 2017, and on source code inspection. Use my own Copyright and license because no copyright-worthy amount of text from OpenSSL remains. NOTA BENE: BUGS Most aspects of the semantics considerably differ from OpenSSL.