PKCS7 Decode issue with API

2011-03-16 Thread Martin Nicholes
Hi, I have a PCKS7 cert created when I signed some binary data with this command: openssl smime -pk7out -sign -in myInsydeL2CertVar.dat -outform DER -nochain -nosigs -noverify -binary -signer mySignpfx.pem -out myInsydeL2CertVarSigned.dat I can decode the cert with Openssl at the command line

RE: Adding non-root certificates to the list of trusted certificates?

2011-02-15 Thread Martin Nicholes
To: openssl-users@openssl.org Subject: Re: Adding non-root certificates to the list of trusted certificates? On Mon, Feb 14, 2011 at 04:36:07PM +, Martin Nicholes wrote: > I am also interested in the ability to allow non-root certs, but my > company is not planning on distributing O

RE: Adding non-root certificates to the list of trusted certificates?

2011-02-14 Thread Martin Nicholes
I am also interested in the ability to allow non-root certs, but my company is not planning on distributing OpenSSL. Therefore a custom verification callback would not be an option; we would need a compile option to allow this feature. We work in an embedded environment (firmware), and need to