From: Michael Richardson Date: Thu, 27 Dec 2018 18:26:49 +0000 (-0500) Subject: clarify which functions are the CMS functions which must have CMS_PARTIAL set X-Git-Tag: openssl-3.0.0-alpha1~2607 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61e033308b1c004bd808352fb1d786547dcdf62b;p=oweals%2Fopenssl.git clarify which functions are the CMS functions which must have CMS_PARTIAL set Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/7960) --- diff --git a/doc/man3/CMS_get0_type.pod b/doc/man3/CMS_get0_type.pod index bd45e140b2..986154fc71 100644 --- a/doc/man3/CMS_get0_type.pod +++ b/doc/man3/CMS_get0_type.pod @@ -20,7 +20,8 @@ an ASN1_OBJECT pointer. An application can then decide how to process the CMS_ContentInfo structure based on this value. CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo -structure. It should be called with CMS functions with the B +structure. It should be called with CMS functions (such as L, L) +with the B flag and B the structure is finalised, otherwise the results are undefined.