Re: removing the certificate added with CERT_NewTempCertificate

2011-02-04 Thread PeachUser
Hi , CAn somebody please answer my question. It is really critical. Thanks On Feb 2, 12:41 pm, PeachUser wrote: > Hi, >  I want to build certifiacte chain using a certifiacte passed by user > and some certificates which are already there in the certDB. > I am using CERT_NewTempCertif

removing the certificate added with CERT_NewTempCertificate

2011-02-02 Thread PeachUser
Hi, I want to build certifiacte chain using a certifiacte passed by user and some certificates which are already there in the certDB. I am using CERT_NewTempCertificate(certDB, &certItem, NULL, PR_FALSE, PR_TRUE); to add the user given cert temporarily in the certDB. After the chain is established

Re: problem Importing certificates in NSS db using Cert_importcerts -

2010-10-19 Thread PeachUser
On Oct 19, 10:49 am, Brian Smith wrote: > I will try to help you if you can wrap the code below in a complete program > that I can compile and run using Visual Studio 2010. > > - Original Message ----- > From: "PeachUser" > To: dev-tech-cry...@lists.mozilla.org

Re: problem Importing certificates in NSS db using Cert_importcerts -

2010-10-19 Thread PeachUser
CAN Somebody please help me ??? THanks On Oct 18, 12:32 pm, PeachUser wrote: > I am implementing functionality  which needs to take trusted root > certs from user and use it to do SSl handshake. > I use CERT_ImportCert > I read a DER file get the data and length  , create  SECIt

problem Importing certificates in NSS db using Cert_importcerts -

2010-10-18 Thread PeachUser
I am implementing functionality which needs to take trusted root certs from user and use it to do SSl handshake. I use CERT_ImportCert I read a DER file get the data and length , create SECItem and then pass it to the CERt_importCerts. I am keeping both the "keepcerts" and "isCA" flags true.