Re: Programmatically smartcard/token access with NSS

2016-03-19 Thread Robert Relyea
On 03/17/2016 06:17 AM, TĂșlio Gomes wrote: 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

Programmatically smartcard/token access 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,