Re: extracting the data contents from a sign PKCS7 message

2001-08-16 Thread Frank Geck
Found it. ((p7->d).sign)->contents->d.data->data. Is there a convenience function to do this anywhere, as this is ugly. Frank Geck wrote: > Does anyone know how to extract the data contents from a PKCS7 * where > it's just a signed message? I tried accessing the contents member > (p7->d.sign-

extracting the data contents from a sign PKCS7 message

2001-08-16 Thread Frank Geck
Does anyone know how to extract the data contents from a PKCS7 * where it's just a signed message? I tried accessing the contents member (p7->d.sign->contents) but that did not seem to be it (or is it not in plain text?). I'm able to verify the signature just don't know how to get the plain tex