summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_sign_add_signer.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* document PKCS7_get_signer_info(3)schwarze2020-06-101-3/+4
|
* new manual page PKCS7_add_attribute(3);schwarze2020-06-041-2/+5
| | | | tweaks and OK tb@
* Properly document PKCS7_final(3), which was already mentionedschwarze2020-06-031-4/+5
| | | | in passing in some other manual pages.
* Improve pages that briefly mentioned ERR - usually below SEE ALSO -schwarze2019-06-141-3/+4
| | | | | but failed to provide any real information. OK tb@ jmc@
* Tree structure for manual pages: crypto(3) links to 33 functionschwarze2019-06-061-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 1.0.0; researched from OpenSSL gitschwarze2018-03-231-3/+4
|
* Remove dangling .Xrs to PKCS7_final(3) reported by jmc@schwarze2017-01-061-3/+2
| | | | | | | | | and just use .Fn for now. Not counting constructors, destructors, decoders, encoders, and debuggers, six out of 24 public functions operating on PKCS7 objects are currently documented. I'm not documenting the remaining 18 ones at this point in time.
* Remove a dangling .Xr to PKCS7_SIGNER_INFO_sign(3) reported by jmc@schwarze2017-01-061-3/+3
| | | | | | | | | and just use .Fn for now. There are about two dozen interfaces dealing with PKCS7_SIGNER_INFO objects and none but the constructor, destructor, decoder, and encoder are documented so far. It makes no sense to document one random one, and i'm not going to document all of PKCS7_SIGNER_INFO right now.
* tweak SEE ALSO; in particular,schwarze2016-12-131-2/+3
| | | | make sure that all PKCS7 pages point to PKCS7_new(3)
* Copyright and licenseschwarze2016-11-281-2/+51
|
* various cleanup; leaving dangling PKCS7* Xr for now...jmc2016-11-241-8/+8
|
* first pass; ok schwarzejmc2016-11-061-2/+4
|
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-031-0/+128