Re: Programmatically acess smartcard with NSS

2016-03-28 Thread Túlio Gomes
Em segunda-feira, 21 de março de 2016 10:32:30 UTC-3, Matthias Hunstock escreveu: > Am 18.03.2016 um 17:28 schrieb Túlio Gomes: > > I just had some progress but now i'm stuck in how i can prompt the user for > > password. Can anyone help? > > NSS will not help you with this. That is a task for

Re: Programmatically acess smartcard with NSS

2016-03-21 Thread Matthias Hunstock
Am 18.03.2016 um 17:28 schrieb Túlio Gomes: > I just had some progress but now i'm stuck in how i can prompt the user for > password. Can anyone help? NSS will not help you with this. That is a task for your application. Or are you talking about using a card reader with integrated PIN keyboard?

Programmatically acess smartcard with NSS

2016-03-19 Thread Túlio Gomes
Hello, i need to access a smartcard for signing documents with the private key stored inside it. The idea is to create a c++ component that will be used with a pnacl module inside chrome's browser. So i decided to use NSS, but i'm confused about what steps i need to do for load the smartcard, a

Re: Programmatically acess smartcard with NSS

2016-03-19 Thread Túlio Gomes
Em quinta-feira, 17 de março de 2016 14:16:30 UTC-3, Túlio Gomes escreveu: > Hello, i need to access a smartcard for signing documents with the private > key stored inside it. > The idea is to create a c++ component that will be used with a pnacl module > inside chrome's browser. > > So i decid