Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ASN1_{,F,T}BOOLEAN_it and the encoding and decoding API will move | tb | 2022-01-12 | 1 | -3/+2 |
| | | | | | | to internal only soon. Stop documenting them. ok inoguchi jsing | ||||
* | Mention V_ASN1_PRIMITIVE_TAG and V_ASN1_EOC. | schwarze | 2021-12-09 | 1 | -5/+14 |
| | | | | | Seeing the symbolic names in addition to the magic numbers makes it esier to understand the text. | ||||
* | Document ASN1_object_size(3). | schwarze | 2021-11-28 | 1 | -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) | schwarze | 2021-11-21 | 1 | -2/+3 |
| | |||||
* | document ASN1_put_object(3) and ASN1_put_eoc(3) | schwarze | 2019-08-26 | 1 | -0/+181 |