Re: [opensc-devel] [RFC] Proposal For Restructuring 'struct sc_pkcs15_card'

2010-09-28 Thread Viktor TARASOV
Andre Zepezauer wrote: Dear OpenSC developers, the patch I proposed is mostly complete. The total count of lines is huge, but individual changes are trivial. An exception to this is the pkcs15 emulation related to the Oberthur cards. It makes heavy use of flags before writing the TokenInfo

Re: [opensc-devel] [RFC] Proposal For Restructuring 'struct sc_pkcs15_card'

2010-09-28 Thread Andre Zepezauer
On Tue, 2010-09-28 at 10:08 +0200, Viktor TARASOV wrote: Andre Zepezauer wrote: Dear OpenSC developers, the patch I proposed is mostly complete. The total count of lines is huge, but individual changes are trivial. An exception to this is the pkcs15 emulation related to the Oberthur

Re: [opensc-devel] Visual Studio Integration

2010-09-28 Thread JEAN Guillaume
Hello, I put on FTP another version. I'll repeat some things. This first version is intended to add the ability to debug the OpenSC source code using the graphical debugger. It is not configured to extract an executable deployment. I had to do with the time I was assigned to my internship.

Re: [opensc-devel] Visual Studio Integration

2010-09-28 Thread JEAN Guillaume
Small oversight on my part. For files that remains in this version, they are essential to the use of debug mode in Visual Studio. Regards, Guillaume JEAN -Message d'origine- De : Martin Paljak [mailto:mar...@paljak.pri.ee] Envoyé : lundi 27 septembre 2010 12:58 À : JEAN Guillaume Cc :

Re: [opensc-devel] [RFC] Proposal For Restructuring 'struct sc_pkcs15_card'

2010-09-28 Thread Andre Zepezauer
Hello Martin, personally I would like to keep this patch specific to the separation of attributes from (public) TokenInfo and (internal) sc_pkcs15_card structure. Fixing the use of tokeninfo-version is another task and therefore I would suggest a separate patch for that one. The matter of

Re: [opensc-devel] [RFC] Proposal For Restructuring 'struct sc_pkcs15_card'

2010-09-28 Thread Martin Paljak
Hello, On Sep 28, 2010, at 3:30 PM, Andre Zepezauer wrote: personally I would like to keep this patch specific to the separation of attributes from (public) TokenInfo and (internal) sc_pkcs15_card structure. Fixing the use of tokeninfo-version is another task and therefore I would suggest a

Re: [opensc-devel] Visual Studio Integration

2010-09-28 Thread Peter Stuge
JEAN Guillaume wrote: I'll repeat some things. This first version is intended to add the ability to debug the OpenSC source code using the graphical debugger. Fine and well, but the proposed 28MB zip file is not good for inclusion. I had to do with the time I was assigned to my internship.