summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.