RE: PKCS7 parse

2011-11-18 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Anamitra Dutta Majumdar > Sent: Thursday, 17 November, 2011 19:44 > There is a requirement to process a pkcs7 bag of certificate chain. > Is there an OpenSSL API to parse the certificates in a PKCS7 > bag and get > each of the certificates in

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

understanding fipsld usage

2011-11-18 Thread Kevin Fowler
Let me first say I have read the User Guide and Security Policy repeatedly, as well as the Incore Tutorial, looked through this users group, and read anything else I could find - so I'm not being lazy, although my questions may be pedestrian... Please correct any misunderstandings along the way. I

Change Issued By

2011-11-18 Thread Keshav Nair
Hello, Ok now its plain and simple i have generated a openssl certificate with php but when i view it, then it shows me the same issued by and issued to how do i change the issued by things now i know that we need to add a ca while signing the certificate from openssl_csr_sign() like