Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add roff(7) comments listing some M_ASN1_* aliases | schwarze | 2021-12-14 | 1 | -2/+3 |
| | | | | that are intentionally undocumented | ||||
* | new manual page ASN1_parse_dump(3) | schwarze | 2021-07-11 | 1 | -2/+3 |
| | |||||
* | document X509_signature_dump(3) and X509_signature_print(3) | schwarze | 2021-07-06 | 1 | -3/+4 |
| | |||||
* | 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@ | ||||
* | In asn1.h rev. 1.46 2018/04/25 11:48:21, tb@ added const qualifiers | schwarze | 2018-04-25 | 1 | -5/+5 |
| | | | | | to some parameters of some functions. Update the documentation. Add a few additional missing const qualifiers while here. | ||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 1 | -3/+3 |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | ||||
* | crypto HISTORY up to 0.9.6; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -1/+7 |
| | |||||
* | crypto HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+6 |
| | |||||
* | asn1.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-20 | 1 | -2/+6 |
| | |||||
* | Add missing RETURN VALUES section. | schwarze | 2018-02-12 | 1 | -4/+15 |
| | | | | | From Paul Yang via OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 with one tweak. | ||||
* | clarify deprecation notice; | schwarze | 2017-08-20 | 1 | -6/+7 |
| | | | | from Rich Salz, OpenSSL commit a95d7574, July 2, 2017 | ||||
* | document ASN1_tag2str(3); from OpenSSL commit 9e183d22 | schwarze | 2017-03-25 | 1 | -4/+14 |
| | |||||
* | minor cleanup; | jmc | 2016-12-08 | 1 | -3/+3 |
| | |||||
* | Copyright and license | schwarze | 2016-11-10 | 1 | -2/+51 |
| | |||||
* | some minor cleanup; | jmc | 2016-11-06 | 1 | -21/+20 |
| | |||||
* | first pass; ok schwarze | jmc | 2016-11-06 | 1 | -1/+3 |
| | |||||
* | Add missing CVS Mdocdate tags. No text change, except for the change | schwarze | 2015-09-09 | 1 | -1/+1 |
| | | | | of date that can't be helped. | ||||
* | While doing development work on pod2mdoc(1), | schwarze | 2015-02-14 | 1 | -0/+151 |
profit of the occasion to start the conversion of LibreSSL libcrypto manuals from perlpod(1) to mdoc(7). miod@ jmc@ bentley@ agreed to the process when shown this patch. |