X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FCMS_compress.pod;h=e2ead0e51bbd86e6c19298e03ec361e5cdc39648;hp=ce933d634213b64ba5602d381e9cbb38153942fd;hb=a528d4f0a9a71405f3ca06e20cbd27aa1b8c0df9;hpb=da6ea110b5a8717067b4a120a39e33e478081a6e diff --git a/doc/crypto/CMS_compress.pod b/doc/crypto/CMS_compress.pod index ce933d6342..e2ead0e51b 100644 --- a/doc/crypto/CMS_compress.pod +++ b/doc/crypto/CMS_compress.pod @@ -14,7 +14,7 @@ CMS_compress - create a CMS CompressedData structure CMS_compress() creates and returns a CMS CompressedData structure. B is the compression algorithm to use or B to use the default -algorithms (zlib compression). B is the content to be compressed. +algorithm (zlib compression). B is the content to be compressed. B is an optional set of flags. =head1 NOTES @@ -22,7 +22,7 @@ B is an optional set of flags. The only currently supported compression algorithm is zlib using the NID NID_zlib_compression. -If zlib support is not compiled into OpenSSL this CMS_compress() will return +If zlib support is not compiled into OpenSSL then CMS_compress() will return an error. If the B flag is set MIME headers for type B are @@ -63,11 +63,10 @@ occurred. The error can be obtained from ERR_get_error(3). =head1 SEE ALSO -L, L +L, L =head1 HISTORY -CMS_compress() was added to OpenSSL 0.9.8 -The B flag was first supported in OpenSSL 0.9.9. +The B flag was added in OpenSSL 1.0.0. =cut