summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/SMIME_write_CMS.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Since the function SMIME_write_ASN1(3) is no longer public, move theschwarze2025-06-111-14/+95
| | | | | | | descriptions of CMS_REUSE_DIGEST, PKCS7_REUSE_DIGEST, SMIME_BINARY, and SMIME_CRLFEOL and some improved wordings from that former page to SMIME_write_CMS(3) and SMIME_write_PKCS7(3), with some further polishing. Feedback and OK tb@.
* Lie less below RETURN VALUES, add a related BUGS entry,schwarze2025-06-111-4/+12
| | | | | | and since SMIME_write_ASN1(3) is no longer public, replace the .Xr to it with some other pointers. OK tb@
* .Lb libcrypto ; OK tb@schwarze2025-06-081-2/+3
|
* new manual page SMIME_write_ASN1(3);schwarze2021-12-131-3/+4
| | | | still vague in various respects, but it's a start
* 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-3/+3
| | | | | all CMS pages are linked to CMS_ContentInfo_new(3) both ways and that closely related pages reference each other.
* minor cleanup:schwarze2019-08-181-28/+22
| | | | | | * avoid jumping back and forth between use cases * delete duplicate information * and minor wording improvements
* bring HISTORY sections up to OpenBSD standardsschwarze2019-08-111-2/+7
|
* Re-convert and re-import the CMS manual pages from OpenSSL 1.1.1schwarze2019-08-101-0/+133
(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.