Re: CMS signing with engine

2011-07-08 Thread Dr. Stephen Henson
On Fri, Jul 08, 2011, James Berry wrote: > Steve, I'm sorry but I don't understand can you be a bit more explicit? > Something like this: openssl cms -sign -engine engine_name -keyform engine \ -signer cert.pem -inkey some_key_id ...other options... Where "cert.pem" is

RE: CMS signing with engine

2011-07-08 Thread James Berry
ubject: Re: CMS signing with engine On Wed, Jul 06, 2011, James Berry wrote: > I am trying to sign a file using the opensc pkcs11 engine. I will be doing > this in code ultimately, but I thought I would make it work from the command > line first. > > I have the pkcs11 engine

Re: CMS signing with engine

2011-07-06 Thread Dr. Stephen Henson
On Wed, Jul 06, 2011, James Berry wrote: > I am trying to sign a file using the opensc pkcs11 engine. I will be doing > this in code ultimately, but I thought I would make it work from the command > line first. > > I have the pkcs11 engine working ok and can make a certificate request, for >

CMS signing with engine

2011-07-06 Thread James Berry
I am trying to sign a file using the opensc pkcs11 engine. I will be doing this in code ultimately, but I thought I would make it work from the command line first. I have the pkcs11 engine working ok and can make a certificate request, for example, using the key on the smartcard. This works f