summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS7_verify.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-311-4/+4
| | | | | | | jmc@ dislikes a comma before "then" in a conditional, so leave those untouched. ok jmc@
* Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs sometb2022-01-191-2/+6
| | | | | | | | | | | freeing of what they return despite being get0 functions: the stack of X509s that they return must be freed with sk_X509_free(). The get0 thus probably refers to the individual certs, but not to the stack itself. The libcrypto and libssl APIs never cease to amaze with new traps. ok inoguchi
* delete references to ERR pages from SEE ALSO where suchschwarze2019-06-101-3/+2
| | | | references were already given below RETURN VALUES right above
* 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 0.9.5; researched from OpenSSL gitschwarze2018-03-221-3/+6
|
* In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze2018-02-251-3/+4
| | | | | | X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3) have already been available earlier. Import the documentation from OpenSSL, adding some precision.
* 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/+50
|
* various cleanup; leaving dangling PKCS7* Xr for now...jmc2016-11-241-3/+3
|
* first pass; ok schwarzejmc2016-11-061-1/+3
|
* convert PEM and PKCS manuals from pod to mdocschwarze2016-11-031-0/+193