Re: How to store Multiple Certificates in PKCS12 File.

2008-01-29 Thread Milinda Pathirage
Hi Cr. Stephen, Thank you for your quick reply. It really helped me to solve my problem. Also mac verifying problem is caused by my mistake. I forgot to initialize things using following functions. SSLeay_add_all_algorithms(); ERR_load_crypto_strings(); Thanks in advance, Milinda Pathirage On

Re: How to store Multiple Certificates in PKCS12 File.

2008-01-29 Thread Dr. Stephen Henson
On Tue, Jan 29, 2008, Milinda Pathirage wrote: > Hi all, > Please apologize me if this is a dumb question. > I am currently involved in project which I need to create key store which > has functions like Java Key Store in C. My requirements is to store several > X509 certificates with owner's cert

How to store Multiple Certificates in PKCS12 File.

2008-01-28 Thread Milinda Pathirage
Hi all, Please apologize me if this is a dumb question. I am currently involved in project which I need to create key store which has functions like Java Key Store in C. My requirements is to store several X509 certificates with owner's certificate and private key in a pkcs12 file. And my programmi