> 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 verif
"Hellan,Kim KHE" wrote:
>
> However, I had hoped that this functionality (verify/getText) could be
> separated. I am fully aware that in a "real" system it doesn't make sense to
> extract the text without doing a verify.
> But in a test environment, it would be nice to be able to extract the text