summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/PKCS12_SAFEBAG_new.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.3; researched from OpenSSL gitschwarze2018-03-211-2/+10
|
* Consistently mark up various ASN.1 type names defined in standardsschwarze2016-12-251-5/+8
| | | | related to X.509 with .Vt such that they can be searched for.
* Write new manual pages PKCS12_new(3) and PKCS12_SAFEBAG_new(3) fromschwarze2016-12-221-0/+92
scratch. All these functions are listed in <openssl/pkcs12.h> and in OpenSSL doc/man3/X509_dup.pod. As usual, OpenSSL documentation specifies the wrong header file. Note that PKCS#12 documentation is still scanty at best. For example, out of 19 public functions handling PKCS12 objects, five are now documented, and this commit documents the first two out of 24 public functions handling PKCS12_SAFEBAG objects.