summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/CMS_add1_signer.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a couple of lies about GOST in CMStb2024-04-181-4/+4
|
* Sprinkle a few references to RFC 8419tb2024-03-291-2/+5
|
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-241-5/+5
| | | | and for flagging which pages to check;
* 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/+3
| | | | | all CMS pages are linked to CMS_ContentInfo_new(3) both ways and that closely related pages reference each other.
* some cleanup:schwarze2019-08-141-58/+96
| | | | | | | | | | | * avoid repetitions and jumping back and forth between the functions * more precision regarding which ASN.1 types and fields are involved * mark up the ASN.1 type and field names * explain CMS_REUSE_DIGEST more precisely * move the discussion of attributes to CMS_NOATTR where it belongs * GOST does not need an ENGINE in LibreSSL, so don't use it as an example * add the missing STANDARDS section * and minor wording improvements
* bring HISTORY sections up to OpenBSD standardsschwarze2019-08-111-3/+7
|
* Re-convert and re-import the CMS manual pages from OpenSSL 1.1.1schwarze2019-08-101-0/+203
| | | | | | | (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-161/+0
|
* Convert and enable CMS manuals.schwarze2015-11-111-0/+161
Already some time ago, bcook@ said these can be installed.