summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document PKCS7_get_signer_info(3)schwarze2020-06-101-2/+4
|
* new manual page PKCS7_add_attribute(3);schwarze2020-06-041-2/+3
| | | | tweaks and OK tb@
* document PKCS7_dataFinal(3);schwarze2020-05-271-2/+3
| | | | tweak and OK tb@
* Minimally document PKCS7_dataInit(3).schwarze2020-05-241-2/+3
| | | | | | | | | No comment when shown around among LibreSSL devs except "very very strange function" from beck@ and "cannot say much about it" from tb@. If needed, this can be further polished in the tree, review is still welcome.
* new manual page for PKCS7_set_content(3) and PKCS7_content_new(3);schwarze2020-05-201-2/+3
| | | | OK beck@ tb@
* document PKCS7_set_type(3);schwarze2020-05-161-2/+3
| | | | OK beck@, who was amused by the "darkly comic value of reading" it
* add links back to crypto(3) to function group entry pagesschwarze2019-06-101-2/+3
| | | | | and to isolated obsolete pages; OK bcook@ jmc@
* 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@
* found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballsschwarze2018-03-271-3/+3
| | | | on the web, so fix up SSLeay HISTORY accordingly
* pkcs7.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL gitschwarze2018-03-211-2/+6
|
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-22/+32
| | | | related to X.509 with .Vt such that they can be searched for.
* Write PKCS7_new(3) manual page from scratch. All the functions areschwarze2016-12-131-0/+245
public: listed in <openssl/pkcs7.h> and OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file.