On Thu, Apr 15, 2010 at 3:25 PM, Phillip Hellewell <ssh...@gmail.com> wrote:
> Why does PKCS7_decrypt() require the recipient's X509 cert? Doesn't the > recipient's cert already exist inside the PKCS7 structure? And if there is > more than one recipient info, can't PKCS7_decrypt() just try the private key > against each one? > I did a test with passing NuLL and it decrypted just fine. So maybe it already works how I described. Phillip