Indeed it was, thanks for all your help. :)
On 7/10/05, Dr. Stephen Henson <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 08, 2005, Fred Anderson wrote:
>
> > Thanks once again for the help, Steve. I've gotten beyond the
> > segmentation fault using your suggestions. Now I'm getting the
> > following e
On Fri, Jul 08, 2005, Fred Anderson wrote:
> Thanks once again for the help, Steve. I've gotten beyond the
> segmentation fault using your suggestions. Now I'm getting the
> following error on the PKCS7_verify call:
>
> error:2106906D:PKCS7 routines:PKCS7_dataInit:unknown digest type
>
Ah, now
Thanks once again for the help, Steve. I've gotten beyond the
segmentation fault using your suggestions. Now I'm getting the
following error on the PKCS7_verify call:
error:2106906D:PKCS7 routines:PKCS7_dataInit:unknown digest type
Once again, I suspect it's something I'm doing. Given a file
"pt2
On Thu, Jul 07, 2005, Fred Anderson wrote:
> Steve,
>
> Thanks for the reply. I was able to verify the signature using
> "openssl smime" like you suggested, and the d2i_PKCS7_fp function is
> returning a non-null value.
>
> I'm thinking now that the problem may be in the BIO structures I'm
> cre
Steve,
Thanks for the reply. I was able to verify the signature using
"openssl smime" like you suggested, and the d2i_PKCS7_fp function is
returning a non-null value.
I'm thinking now that the problem may be in the BIO structures I'm
creating and passing to the verify function. Here's what I have
On Thu, Jul 07, 2005, Fred Anderson wrote:
> I have a binary file with a DER-encoded SignedData structure in it. I
> can use the following command:
>
> $ openssl pkcs7 -inform DER -in pt2.out -print_certs -text
>
> and I get all sorts of expected information about the certificate in
> the struct