summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_INTEGER_get.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document a2i_ASN1_INTEGER(3),schwarze2021-11-231-35/+6
| | | | i2a_ASN1_ENUMERATED(3), and a2i_ASN1_ENUMERATED(3)
* Document ASN1_INTEGER_cmp(3) and ASN1_INTEGER_dup(3).schwarze2021-11-201-5/+93
| | | | | | While here, also improve the description of ASN1_INTEGER_set(3) and add a BUGS section explaining that several of these functions do not provide type safety.
* document i2a_ASN1_INTEGER(3)schwarze2019-08-261-5/+50
|
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-2/+4
| | | | | | | | | | | group pages, and these link on to all their second-level subpages. Only a handful of second-level pages have third-level subpages. So all crypto pages can now be reached from the www.libressl.org frontpage via at most four clicks, in most cases three clicks. Also link back from leaf pages to their respective group pages and add a couple of additional links between related pages. Triggered by a question from deraadt@. OK jmc@ tb@
* import the relevant parts of a new ASN1_INTEGER_get(3) manual pageschwarze2018-07-081-0/+238
from OpenSSL, fixing many bugs and polishing many details