SV: SV: PKCS#7 signed text...how to get it

2000-10-23 Thread Hellan,Kim KHE
> 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

Re: SV: PKCS#7 signed text...how to get it

2000-10-20 Thread Dr S N Henson
"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

Re: PKCS#7 signed text...how to get it

2000-10-19 Thread Dr S N Henson
"Hellan,Kim KHE" wrote: > > I have succeeded in loading a MIME file by using the following commands: > > BIO* bioIndata; > PKCS7* p7 = SMIME_read_PKCS7(spBio, &bioIndata); > > I am able to extract signers certificate, but how do I extract the signed > text? > I have tried looking in the