[opensc-devel] Using Cardmod mini-driver on Vista with Login to AD

2011-01-27 Thread Douglas E. Engert
Just an update: I am able to get the opensc-0.12.0 cardmod to work with login on Vista to login to our AD domain. This has required many changes, and there are still many issues... The changes are large, and still not ready. The 3 changes I discussed on 1/19 are still in this patch. Martin is wor

[opensc-devel] r5124

2011-01-27 Thread Andre Zepezauer
Hello Martin, some comments on r5124: 1. The values of pin_info->reference and prkey_info->key_reference shouldn't be compared because: * pin_info->reference is used as P2 parameter in VERIFY command * prkey_info->key_reference is used in MSE SET tag 0x84 There is no relation between these two

Re: [opensc-devel] Smartcards random number generator

2011-01-27 Thread Jean-Michel Pouré - GOOZE
Le jeudi 27 janvier 2011 à 15:24 +0200, Martin Paljak a écrit : > Sure. A random number generator (with different properties) is > available in virtually any PKI card. Have you tried it? > > C_GenerateRandom Yes, I was wondering whether this could be available from OpenSC tools. We were contac

Re: [opensc-devel] Misleading information about capabilities of readers

2011-01-27 Thread Ludovic Rousseau
2011/1/27 Aventra : > Hi, > > Thanks for the tips for building the correct package. > I managed to build it with the timeout fix, but it does not seem to help. > Attached is the new log. Still the same problem :-( According to your new log file the problem does not occur with the APDU "00 B0 00 F

Re: [opensc-devel] Smartcards random number generator

2011-01-27 Thread Martin Paljak
On Jan 27, 2011, at 3:26 PM, Frank Morgner wrote: > On Thursday, January 27 at 01:57PM, Jean-Michel Pouré - GOOZE wrote: >> Dear Friends, >> >> Can OpenSC / libp11 or any framework access the random number generator >> which is available in some cards, including the Feitian PKI? > > The card dr

Re: [opensc-devel] Smartcards random number generator

2011-01-27 Thread Frank Morgner
On Thursday, January 27 at 01:57PM, Jean-Michel Pouré - GOOZE wrote: > Dear Friends, > > Can OpenSC / libp11 or any framework access the random number generator > which is available in some cards, including the Feitian PKI? The card driver can set a flag SC_CARD_CAP_RNG. I am not sure if this is

Re: [opensc-devel] Smartcards random number generator

2011-01-27 Thread Martin Paljak
On Jan 27, 2011, at 2:57 PM, Jean-Michel Pouré - GOOZE wrote: > Can OpenSC / libp11 or any framework access the random number generator Sure. A random number generator (with different properties) is available in virtually any PKI card. Have you tried it? C_GenerateRandom -- @MartinPaljak.net

Re: [opensc-devel] Misleading information about capabilities of readers

2011-01-27 Thread Aventra
Hi, Thanks for the tips for building the correct package. I managed to build it with the timeout fix, but it does not seem to help. Attached is the new log. Kind regards, Toni > -Original Message- > From: Ludovic Rousseau [mailto:ludovic.rouss...@gmail.com] > Sent: 22. tammikuuta 2011 1

[opensc-devel] Smartcards random number generator

2011-01-27 Thread Jean-Michel Pouré - GOOZE
Dear Friends, Can OpenSC / libp11 or any framework access the random number generator which is available in some cards, including the Feitian PKI? Kind regards, -- Jean-Michel Pouré - Gooze - http://www.gooze.eu ___ opensc-devel mail

[opensc-devel] Using pkcs15-init to set profile options prkdf-size and pukdf-size

2011-01-27 Thread Jean-Michel Pouré - GOOZE
Dear all, I would like to set the size of public and private memory of the Feitian PKI. This is controlled by 'prkdf-size' and 'pukdf-size in entersafe.profile. Is there a way to call pkcs15-init --create-pkcs15 --profile pkcs15+onepin and set prkdf-size and pukdf-size from the command line.