Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some .Xrs involving recently added pages | schwarze | 2021-10-27 | 1 | -2/+3 |
| | |||||
* | document X509_check_purpose(3) | schwarze | 2019-08-22 | 1 | -2/+3 |
| | |||||
* | Tree structure for manual pages: crypto(3) links to 33 function | schwarze | 2019-06-06 | 1 | -2/+3 |
| | | | | | | | | | | | 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 OpenSSL 0.9.2b; researched from OpenSSL git | schwarze | 2018-03-21 | 1 | -2/+8 |
| | |||||
* | Consistently mark up various ASN.1 type names defined in standards | schwarze | 2016-12-25 | 1 | -4/+5 |
| | | | | related to X.509 with .Vt such that they can be searched for. | ||||
* | Write new BASIC_CONSTRAINTS_new(3) manual from scratch, explaining | schwarze | 2016-12-23 | 1 | -0/+79 |
the important point of how to distinguish CA certificates from end entity certificates. Both functions are listed in <openssl/x509v3.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file. |