Re: No keyphrase asked when using CMS compression + signing

2009-07-05 Thread Willem Bos
Hi Steve, Thanks for your reply, your suggestion worked fine. I did some experimenting and found that, when using SMIME and PEM formatted messages, I could combine the '-compress' and '-binary' options, but when using DER formatted messages this combination resulted in 'corrupt' messages after ver

Re: No keyphrase asked when using CMS compression + signing

2009-07-03 Thread Dr. Stephen Henson
On Fri, Jul 03, 2009, Willem Bos wrote: > Anybody? > > On Tue, Jun 30, 2009 at 11:15 AM, Willem Bos wrote: > > Hi all, > > > > I'm trying to compress + sign + encrypt files using the following command > > line : > > > > openssl cms -compress -sign -in datafile.txt -nodetach -signer > > signer.cr

Re: No keyphrase asked when using CMS compression + signing

2009-07-02 Thread Willem Bos
Anybody? On Tue, Jun 30, 2009 at 11:15 AM, Willem Bos wrote: > Hi all, > > I'm trying to compress + sign + encrypt files using the following command > line : > > openssl cms -compress -sign -in datafile.txt -nodetach -signer > signer.crt -inkey private.key -outform DER |\ > openssl cms -encrypt -

Re: No keyphrase asked when using CMS compression + signing

2009-06-30 Thread Willem Bos
By the way, I compiled version 1.0.0beta1 and beta2 with './config zlib-dynamic shared' and version 0.9.8k with './config zlib-dynamic shared enable-cms' Regards, Willem. On Tue, Jun 30, 2009 at 11:15 AM, Willem Bos wrote: > Hi all, > > I'm trying to compress + sign + encrypt files using the foll

No keyphrase asked when using CMS compression + signing

2009-06-30 Thread Willem Bos
Hi all, I'm trying to compress + sign + encrypt files using the following command line : openssl cms -compress -sign -in datafile.txt -nodetach -signer signer.crt -inkey private.key -outform DER |\ openssl cms -encrypt -binary -des3 -outform DER -out datafile.txt.encrypted addressee.crt When I l