summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_add0_cert.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Meant to split the sentence in twotb2024-11-301-3/+3
|
* Be a bit more precise on the error conditions of CMS_get1_{certs,crls}()tb2024-11-301-3/+4
|
* Explain how to free the stack returned by CMS_get1_{certs,crls}()tb2024-11-301-2/+9
| | | | with job
* CMS didn't make the 6.6 release: adjust the text in the HISTORY sectionsschwarze2019-11-021-3/+3
|
* Tweak cross references, in particular making sure thatschwarze2019-08-181-2/+4
| | | | | all CMS pages are linked to CMS_ContentInfo_new(3) both ways and that closely related pages reference each other.
* some cleanup:schwarze2019-08-121-44/+75
| | | | | | | * add missing STANDARDS section * avoid repetitions and jumping back and forth among functions * describe the difference between 0 and 1 more precisely and more concisely * mark up the ASN.1 type and field names
* bring HISTORY sections up to OpenBSD standardsschwarze2019-08-111-4/+8
|
* Re-convert and re-import the CMS manual pages from OpenSSL 1.1.1schwarze2019-08-101-0/+177
| | | | | | | (which are still under a free license) with pod2mdoc(1) now that jsing@ has begun work to provide these APIs. Some formatting was improved and some typos were fixed, but apart from that, little was changed, so there is still much to polish.
* remove CMS manuals; beck@ agress with the general ideaschwarze2016-09-051-127/+0
|
* Convert and enable CMS manuals.schwarze2015-11-111-0/+127
Already some time ago, bcook@ said these can be installed.