Fwd: Certificate profile issue

2007-07-10 Thread Naveen Rawat
Hi all, I am trying to create a common CA hierarchy like : [root] | |-[CA1] | |[CA2] For this I have got the [root] certificate generated through the openssl command prompt. The certificates for the rest in the hierarchy have the following basic profiles,

Certificate profile issue

2007-07-10 Thread Naveen Rawat
Hi all, I am trying to create a common CA hierarchy like : [root] | |-[CA1] | |[CA2] For this I have got the [root] certificate generated through the openssl command prompt. The certificates for the rest in the hierarchy have the following basic profiles,

PEM_write_PKCS8PrivateKey() writing only headers

2007-06-25 Thread Naveen Rawat
Hi All, I am using openssl.0.9.8c on RH Enterprise Linux (kernel release 2.6.9-42.ELsmp). I tried for writing an unencrypted and encrypted private key using- PEM_write_PKCS8PrivateKey(key_f1, pkey, NULL, NULL, 0, NULL, NULL); . .

Documentation source for using Engines

2007-06-22 Thread Naveen Rawat
Hi All, Please provide the links/docs/papers/tutorials about how things can be done with OpenSSL. Though API's docs are there but I am not able to find a learning tutorial. Thanks in advance, Navin