I have succeeded in loading a MIME file by using the following commands:
  <snip> 
  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 smime.c source, but I can't find how this is
done.

Also....
What is the '&bioIndata' parameter used for? It always seems to be NULL.

TIA
Kim Hellan
KMD / KMD-CA
http://www.kmd-ca.dk
Mailto:[EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to