Re: PKCS12 creation

2006-02-20 Thread Dr. Stephen Henson
On Mon, Feb 20, 2006, Norbert Lakatos wrote: > Hi all! > > I need to create a PKCS#12 file, and what ever I try I can't seem to be able > to sign it. > I want to create a x509 file and sign it with CA key, and pack it as PKCS12 > file. > > What I have tried to do is the following: > > EVP_PKE

PKCS12 creation

2006-02-20 Thread Norbert Lakatos
Hi all! I need to create a PKCS#12 file, and what ever I try I can't seem to be able to sign it. I want to create a x509 file and sign it with CA key, and pack it as PKCS12 file. What I have tried to do is the following: EVP_PKEY* pPK = NULL; RSA* pRSA = RSA_generate_key(1024, RSA_F4, NULL,