On Thu, Apr 10, 2008, shankar ks wrote: > > I want to know a small hint on compression as a CMS package in 0.9.8 and > later versions . Here my concern is we can compress the data using zlib > funtions , but how we can implement the same as CMS envelope. Is there any > Api's are there for CMS compression ? >
This belongs in openssl-users and not openssl-dev. The CMS support has been now added to 0.9.8 too but you need a recent snapshot and have to explicitly enable support at compile time with "enable-cms". Some preliminary documentation of the API is also available. It is a bit ropey and it only for 0.9.9 but the API is largely compatible between the two versions. See for example: http://www.openssl.org/docs/crypto/CMS_compress.html Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
