RE: How to do generate PKCS#7 to embedded system

2011-11-18 Thread Dave Thompson
Correcting myself for the record: > From: owner-openssl-us...@openssl.org On Behalf Of Dave Thompson > Sent: Thursday, 17 November, 2011 18:53 > As I said, I don't believe any openssl commandline > function will create a 'degenerate' (cert-only) PKCS#7, which > is a signeddata with zero signe

RE: How to do generate PKCS#7 to embedded system

2011-11-17 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Laerte Junior > Sent: Wednesday, 16 November, 2011 06:23 > First, thanks for your answer. > But I using crypt processor to generate key pair (rsa 1024), > and the structure of certificate I implement the ASN.1 manually

RE: How to do generate PKCS#7 to embedded system

2011-11-16 Thread Laerte Junior
or > From: dthomp...@prinpay.com > To: openssl-users@openssl.org > Subject: RE: How to do generate PKCS#7 to embedded system > Date: Mon, 14 Nov 2011 17:36:25 -0500 > > > From: owner-openssl-us...@openssl.org On Behalf Of Laerte Junior > > Sent: Saturday, 12 Novembe

RE: How to do generate PKCS#7 to embedded system

2011-11-14 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Laerte Junior > Sent: Saturday, 12 November, 2011 14:22 >I'm working with embedded system project and I need to receive PKCS7 > and store the fields(DN, signature, public key, etc.). Before, I generate > a CSR to test (atta