Re: Verify signature of a multipart message

2000-09-18 Thread Dr S N Henson
Angus Lee wrote: > > >= Original Message From [EMAIL PROTECTED] = > >Ugh. I checked OpenSSL (Netscape?) 4.73 too and it does the same. The cause > is that > >Netscape isn't properly excluding the content. It is including a zero > >length content. This is a recent addition to Netscape and

RE: Verify signature of a multipart message

2000-09-18 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = >Ugh. I checked OpenSSL (Netscape?) 4.73 too and it does the same. The cause is that >Netscape isn't properly excluding the content. It is including a zero >length content. This is a recent addition to Netscape and is a bug. >I'll see if I can

Re: Verify signature of a multipart message

2000-09-18 Thread Dr S N Henson
Angus Lee wrote: > > > b4dec.txt is the original signed and encrypted message, while afterdec.txt is > what I got after decryption. cityuca.pem is the CA certificate of the signer. > OK. I've included a work around to the dev version of OpenSSL. It will be in OpenSSL 0.9.6. If you want to fix

Re: Verify signature of a multipart message

2000-09-18 Thread Dr S N Henson
Angus Lee wrote: > > >= Original Message From [EMAIL PROTECTED] = > > > I could use OpenSSL to decrypt this signed and encrypted message. Then > when I > > > verify the digital signature, OpenSSL told me that 'content and data > present'. > > > Is there anything wrong with my code? > > Ca

RE: Verify signature of a multipart message

2000-09-17 Thread Angus Lee
>= Original Message From [EMAIL PROTECTED] = > > I could use OpenSSL to decrypt this signed and encrypted message. Then when I > > verify the digital signature, OpenSSL told me that 'content and data present'. > > Is there anything wrong with my code? > Can you send me a copy of the mess