[opensc-devel] change attributes?

2010-02-09 Thread Andreas Jellinghaus
I didn't even know opensc could do that. we got a bug about this not working: pkcs15-init -A pubkey --id 45 --label 'Monkey Man' --verbose --verbose details in the bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505598 all debian bug reports: http://bugs.debian.org/cgi-bin/pk

Re: [opensc-devel] Question about ASEPCOS card

2010-02-09 Thread Alon Bar-Lev
It is usable. Just make sure to order it *UNINITIALIZED*, if you get initialized tokens for their drivers, it is hard to format them for OpenSC. I am not sure what the Microsoft ILM is the good choice... I think that [1] will also do the trick. But you can ask them, they are quite cooperative. [

[opensc-devel] Question about ASEPCOS card

2010-02-09 Thread Viktor TARASOV
Hi, please, will this ASEPCOS card (http://www.athena-scs.com/product.asp?pid=35) be usable with OpenSC ? Do I need any special knowledge to initialize it (default sopin, transport, ... )? Kind wishes, Viktor. -- Viktor Tarasov ___ opensc-devel m

Re: [opensc-devel] serial number of USB smart card adapters

2010-02-09 Thread Andreas Jellinghaus
Am Donnerstag 04 Februar 2010 22:20:36 schrieb Crypto Stick: > > What is the problem you are facing with serial numbers? > > The usage of individual Crypto Sticks and thus of their users could be > monitored. This could be problematic in environments where government > does not allow free speech f

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Alon Bar-Lev
Oh... If you wish to have LOCAL smartcard login, GINA is the right solution. But I fail to see how it extend security... :) Example... you require smartcard to access the computer, I turn it off and boot from CDROM and access your files. Or... you require smartcard to access the computer, I turn i

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Andreas Jellinghaus
Am Dienstag 09 Februar 2010 10:43:04 schrieb Alon Bar-Lev: > No need to change gina, simple configuration will do if the CSP is > written properly. but the default GINA still requires (for smart card authentication) that the machine is part of an active directory domain, and that the domain admini

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Alon Bar-Lev
2010/2/9 François Leblanc : >>I have some fixups to the build. > > Great Thank you. > >>Can you please send me a usable cardmod.h so I can compile this stuff? > > I will send you in private way. > >>Also, can we put the .inf and .reg anywhere else but bin? > > The .reg is not to stay (just for exam

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Alon Bar-Lev
No need to change gina, simple configuration will do if the CSP is written properly. On Tue, Feb 9, 2010 at 9:15 AM, Peter Stuge wrote: > François Leblanc wrote: >> For login is still a bit more difficult since you need a domain >> controller Configured for login with certificats > > Or something

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Alon Bar-Lev
I use mingw-w64 which has winscard.h available. Much better maintained and support both win32 and win64. On Tue, Feb 9, 2010 at 10:50 AM, Kalev Lember wrote: > On 02/09/2010 09:04 AM, François Leblanc wrote: >> Concerning your fixup, I remember you that mingw32 seems not to have >> "winscard.h" i

Re: [opensc-devel] serial number of USB smart card adapters

2010-02-09 Thread Peter Stuge
Crypto Stick wrote: > > What is the problem you are facing with serial numbers? > > The usage of individual Crypto Sticks and thus of their users could > be monitored. This could be problematic in environments where > government does not allow free speech for example. Aha! Then you have to choos

Re: [opensc-devel] Add card minidriver base on trunk.

2010-02-09 Thread Kalev Lember
On 02/09/2010 09:04 AM, François Leblanc wrote: > Concerning your fixup, I remember you that mingw32 seems not to have > "winscard.h" it's why I've make a complex cardmod.h detection since > if you don't have winscard.h you use internal-winscard.h I think the _right_ way in long term would be to c