On Sun, Nov 11, 2007 at 07:33:59PM +0200, Martin Paljak wrote:
> AFAIK cross-compiling OpenSC with mingw for windows is kind of
> difficult if not impossible as pcsc on windows a system component
> that is not available in mingw headers.
Good point. Does anyone know if the w32api people have cons
Mattes, David wrote:
>> -Original Message-
>> From: Mattes, David
>> Sent: Tuesday, November 13, 2007 11:16 AM
>> To: 'Ludovic Rousseau'; opensc-devel@lists.opensc-project.org
>> Subject: RE: [opensc-devel] GemSafe driver
>>
>>> -Original Message-
>>> From: Ludovic Rousseau [mailt
Got the card to work with MIT Kerberos to PKINIT to PKCS#11
with Windows AD acting as KDC.
In addition to the thew changes committed by Ludovic yesterday,
I had to make the attached changes.
flags |= SC_ALGORITHM_RSA_HASH_NONE;
Tell OpenSC that the card could do an RSA operation without
> -Original Message-
> From: Ludovic Rousseau [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 12, 2007 11:49 PM
> To: opensc-devel@lists.opensc-project.org
> Subject: Re: [opensc-devel] GemSafe driver
>
> 2007/11/12, Douglas E. Engert <[EMAIL PROTECTED]>:
> > In answer to my own e-mail
> -Original Message-
> From: Mattes, David
> Sent: Tuesday, November 13, 2007 11:16 AM
> To: 'Ludovic Rousseau'; opensc-devel@lists.opensc-project.org
> Subject: RE: [opensc-devel] GemSafe driver
>
> > -Original Message-
> > From: Ludovic Rousseau [mailto:[EMAIL PROTECTED]
> > Sent
> -Original Message-
> From: Ludovic Rousseau [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 12, 2007 2:37 AM
> To: Mattes, David
> Cc: opensc-devel@lists.opensc-project.org
> Subject: Re: [opensc-devel] GemSafe driver
> David, can you test your cards with the SVN version of OpenSC and
> -Original Message-
> From: Ludovic Rousseau [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 13, 2007 1:16 AM
> To: opensc-devel@lists.opensc-project.org
> Cc: Mattes, David
> Subject: Re: [opensc-devel] GemSafe driver
>
> 2007/11/12, Douglas E. Engert <[EMAIL PROTECTED]>:
>
> > Can
2007/11/8, Alon Bar-Lev <[EMAIL PROTECTED]>:
> This was supported once, then reverted (I don't know why).
> I agree it is better to have this on $(libdir)/pkcs11, but why
> not putting there the library itself?
>
> Also please note that you need to use $(DESTDIR)$(libdir)/pkcs11 so that
> libdir wi
2007/11/12, Douglas E. Engert <[EMAIL PROTECTED]>:
> Also attached are changes I had to make to get this far:
>
> Remove the _sc_card_add_rsa_alg( card, 1024, SC_ALGORITHM_RSA_PAD_PKCS1,
> 0);
> as this was already being done in the card-gemsafeV1.c
Commited in revision 3299
> Can the