Hello everbody!
I seem to remember having read about a pkcs#11 forwarding driver, which allows
to forward pkcs#11 calls eg. over a network - to use any pkcs#11 aware
application (eg. firefox) with a smartcard being connected to another system.
Is that just a dream or does such a beast exist?
Hello Alon!
On Dienstag, 8. Mai 2007, Alon Bar-Lev wrote:
> On 5/8/07, Ph. Marek <[EMAIL PROTECTED]> wrote:
> > I seem to remember having read about a pkcs#11 forwarding driver, which
> > allows to forward pkcs#11 calls eg. over a network - to use any pkcs#11
> > awa
Hello Alon!
On Mittwoch, 9. Mai 2007, Alon Bar-Lev wrote:
> Yes... Some thoughts:
>
> 1. The daemon will expose PKCS#11 interface as protected
> authentication path, so that applications will not require to set PIN.
> This will allow PKCS#11 single sign-on throughout several
> applications.
>
> 2.
On Dienstag, 22. Mai 2007, Douglas E. Engert wrote:
> OpenSC supports a number of National ID cards.
>
> Can these cards be used to authenticate to non-government
> sites? For example comercial or research sites in other
> countries?
>
> Which countries have them?
>
> What percent of the population
Hello everybody,
in the PKCS11 standard it is defined that C_GetAttributeValue may return a
length of -1 with some non-CKR_OK return codes.
The PKCS11 spy checks that:
if (rv == CKR_OK || rv == CKR_ATTRIBUTE_SENSITIVE ||
rv == CKR_ATTRIBUTE_TYPE_INVALID || rv == CKR_BUFFER_TOO
Hello Alon!
Another idea I just had ...
If the forwarding driver supports serializing the PKCS#11-commands, how about
spooling them into some file, and replaying them somewhere else? This would
allow disconnected smartcard initialization.
Regards,
Phil
> > Another idea I just had ...
> > If the forwarding driver supports serializing the PKCS#11-commands, how
> > about spooling them into some file, and replaying them somewhere else?
> > This would allow disconnected smartcard initialization.
> But PKCS#11 is interactive API.
> How do you suggest t