Re: CAC card, SMIME signing, Verification failure header too long

2012-03-01 Thread David H. Lipman
From: cam c...@xtremelabs.com I'm having a problem generating a signed SMIME message. I have to interface with a CAC card reader that implements a subset of the pkcs11 standard. I pass the message to the card API and it returns a signed digest and now I need to pass this signed digest to

CAC card, SMIME signing, Verification failure header too long

2012-02-29 Thread cam
I'm having a problem generating a signed SMIME message. I have to interface with a CAC card reader that implements a subset of the pkcs11 standard. I pass the message to the card API and it returns a signed digest and now I need to pass this signed digest to openSSL to create the SMIME message.