> But in a test environment, it would be nice to be able to extract the text
> from any PKCS#7 structure without having to worry about loading the right
CA
> certificates.

Well you can do this using PKCS7_verify() and passing the appropriate
flags. If you set the PKCS7_NOVERIFY flag it wont verify the
certificates if you set PKCS7_NOSIGS then it wont verify the signatures.
Set both and it should do what you want.

Thanks....you're right....that's of course the way to do it!

Regards,
Kim Hellan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to