Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new manual page ASN1_NULL_new(3), also documenting ASN1_NULL_free(3) | schwarze | 2021-11-22 | 1 | -2/+3 |
| | |||||
* | Tree structure for manual pages: crypto(3) links to 33 function | schwarze | 2019-06-06 | 1 | -3/+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@ | ||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+8 |
| | |||||
* | Write d2i_ASN1_NULL(3) manual page from scratch. | schwarze | 2016-12-29 | 1 | -0/+84 |
Both functions are listed in <openssl/asn1.h> and in OpenSSL doc/man3/d2i_X509.pod. After reading the code, i'm not amused. You wouldn't think that it might take eight stack levels to decode a constant sixteen bit value that does not even allow a single content octet, or would you? Nota bene, this is an average of four stack levels for each non-zero bit decoded... :-( |