Re: NSS certificate DB concurrency

2010-10-26 Thread Robert Relyea
On 10/25/2010 11:30 PM, James Yonan wrote: > I'm trying to do a programmatic certificate import into Firefox 3.x > using NSS_Initialize, PK11_GetInternalKeySlot, > CERT_DecodeCertFromPackage, PK11_ImportCert, and CERT_ChangeCertTrust. > > I've seen various postings on this list in the past that see

NSS certificate DB concurrency

2010-10-25 Thread James Yonan
I'm trying to do a programmatic certificate import into Firefox 3.x using NSS_Initialize, PK11_GetInternalKeySlot, CERT_DecodeCertFromPackage, PK11_ImportCert, and CERT_ChangeCertTrust. I've seen various postings on this list in the past that seem to indicate that this is not safe due to the u