Re: [opensc-devel] Wiki MiniDriver diagram with wrong name

2011-12-07 Thread Martin Paljak
Hello, On Mon, Dec 5, 2011 at 19:08, Douglas E. Engert wrote: > http://www.opensc-project.org/opensc/wiki/MiniDriver#no1 > > in the diagram  from OpenSCCardMod.png shows cardmod.dll. > I think it should opensc-minidriver.dll > > Can this be changed? The diagrams are made with OmniGraffle on OS

Re: [opensc-devel] Small minidriver fixes etc.

2011-12-07 Thread Hunter William
> -Original Message- > From: Viktor Tarasov [mailto:viktor.tara...@gmail.com] > > Le 06/12/2011 16:42, Douglas E. Engert a écrit : > > There are some cards where there is a GUID on the card card driver > > can provide a routine to get the GUID. in card-piv.c: > >p15card->ops.get_guid =

Re: [opensc-devel] framework-pkcs15.c - linking PIN to Private Key

2011-12-07 Thread Viktor Tarasov
Hello William, Le 06/12/2011 11:54, Hunter William a écrit : > It seems that in the following commit to the secure-messaging branch - > "pkcs11: rewrite > pkcs15_create_tokens() -- use static sub-funcs" - the requirement for a > private key to have a link > to a PIN ID got a bit stricter. In pre

Re: [opensc-devel] Small minidriver fixes etc.

2011-12-07 Thread Viktor Tarasov
Le 06/12/2011 16:42, Douglas E. Engert a écrit : > On 12/6/2011 1:04 AM, Hunter William wrote: >>> Since the minidriver is being built within the Microsoft Crypto >>> framework, rather then using OpenSSL SHA1, we could use a Microsoft hash >>> function. >>> >>> Thus we do not depend on #ifdef EN