Re: problem Importing certificates in NSS db using Cert_importcerts -

2010-10-19 Thread Brian Smith
> I am using NSS on linux as a part of a bigger project. To implement > similar functionality on windows I used windows system APIs. If you > have any working example pl. share with me. That's OK. Post a complete, minimal program that runs on Linux. -- dev-tech-crypto mailing list dev-tech-crypt

Re: problem Importing certificates in NSS db using Cert_importcerts -

2010-10-19 Thread PeachUser
> Sent: Tuesday, October 19, 2010 8:06:33 AM > Subject: Re: problem Importing certificates in NSS db using Cert_importcerts - > > CAN Somebody please help me ??? > THanks > > On Oct 18, 12:32 pm, PeachUser wrote: > > I am implementing functionality  which needs to tak

Re: problem Importing certificates in NSS db using Cert_importcerts -

2010-10-19 Thread Brian Smith
Importing certificates in NSS db using Cert_importcerts - 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

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  SECItem  and then > pas