summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_f_asn1.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* BIO_f_asn1 and the prefix/suffix API will be removedtb2023-07-261-228/+0
| | | | | | Remove their documentation and mark some associated constants as intentionally undocumented until they will be removed from public headers.
* First pass of removing low-level ASN.1 streaming docstb2023-05-011-3/+2
|
* New manual page providing a rudimentary description of BIO_new_NDEF(3).schwarze2021-12-121-2/+3
| | | | | | | The API surrounding this is so complicated and streaming is so rarely used in practice that describing this in more detail is not a priority right now. The documentation of the wrapper BIO_new_CMS(3) is also rather vague, and BIO_new_PKCS7() isn't described at all so far.
* new manual page BIO_f_asn1(3)schwarze2021-11-271-0/+228