On Fri, Jul 17, 2015, Victor Wagner wrote:
> On Fri, 17 Jul 2015 00:10:27 +
> "Dr. Stephen Henson" wrote:
>
> > On Thu, Jul 16, 2015, Anirudh Raghunath wrote:
> >
> > > Hello,
> > >
> > > I want to write a program in which I can load a certificate from a
> > > smartcard instead of having
On Fri, 17 Jul 2015 00:10:27 +
"Dr. Stephen Henson" wrote:
> On Thu, Jul 16, 2015, Anirudh Raghunath wrote:
>
> > Hello,
> >
> > I want to write a program in which I can load a certificate from a
> > smartcard instead of having it in a file on the client machine. In
>
> You may be able to
On Thu, Jul 16, 2015, Anirudh Raghunath wrote:
> Hello,
>
> I want to write a program in which I can load a certificate from a smartcard
> instead of having it in a file on the client machine. In order to do so I
> will be using the opensc's engine_pkcs11 module. The module works fine using
>
Hello,
I want to write a program in which I can load a certificate from a smartcard
instead of having it in a file on the client machine. In order to do so I will
be using the opensc's engine_pkcs11 module. The module works fine using the
shell but I want to implement it as an independent prog