On Thu, Apr 15, 2010 at 3:25 PM, Phillip Hellewell <ssh...@gmail.com> wrote:
> My last question is, what is the difference between PKCS7_decrypt() and > PKCS7_dataDecode()? I couldn't find any documentation on the latter. > Ok, I see now that PKCS7_decrypt() is implemented in terms of PKCS7_dataDecode(). So I'm guessing the former is the recommended one to use, whereas the latter is more for internal use. Phillip