summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_put_object.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will movetb2022-01-121-3/+2
| | | | | | to internal only soon. Stop documenting them. ok inoguchi jsing
* Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC.schwarze2021-12-091-5/+14
| | | | | Seeing the symbolic names in addition to the magic numbers makes it esier to understand the text.
* Document ASN1_object_size(3).schwarze2021-11-281-17/+53
| | | | | | | | | While here, * call the function arguments "content_length" rather than just "length" to make it less likely that the reader confuses them with the total length returned by ASN1_object_size(3); * state that only the short form is supported for content_length <= 127; * add the missing STANDARDS section.
* new manual page d2i_ASN1_BOOLEAN(3) also documenting i2d_ASN1_BOOLEAN(3)schwarze2021-11-211-2/+3
|
* document ASN1_put_object(3) and ASN1_put_eoc(3)schwarze2019-08-261-0/+181