Re: [opensc-devel] [opensc-commits] svn opensc changed[5006] 'AuthentIC': basic support of Oberthur's 'COSMO.v7 /AuthentIC.v3.2' ...

2010-12-30 Thread Viktor TARASOV
Martin Paljak wrote: > Hello, > > Somme thoughts. > > On Thu, Dec 30, 2010 at 16:40, wrote: > >> Log Message: >> --- >> 'AuthentIC': basic support of Oberthur's 'COSMO.v7/AuthentIC.v3.2' ... >> Added Paths: >> --- >>trunk/src/libopensc/card-authentic.c >> > > It contai

Re: [opensc-devel] [opensc-commits] svn opensc changed[5006] 'AuthentIC': basic support of Oberthur's 'COSMO.v7 /AuthentIC.v3.2' ...

2010-12-30 Thread Martin Paljak
Hello, Somme thoughts. On Thu, Dec 30, 2010 at 16:40, wrote: > Log Message: > --- > 'AuthentIC': basic support of Oberthur's 'COSMO.v7/AuthentIC.v3.2' ... > Added Paths: > --- >    trunk/src/libopensc/card-authentic.c It contains a fair amount of commented out (#if 0) code, bet

Re: [opensc-devel] [opensc-commits] svn opensc changed[5004] libopensc: add new authentication methods, add ACLs to PIN info, ...

2010-12-30 Thread Viktor TARASOV
Martin Paljak wrote: > Hello Viktor, > > On Dec 30, 2010, at 3:20 PM, webmas...@opensc-project.org wrote: > > >> Revision: 5004 >> Author: vtarasov >> Date: 2010-12-30 13:20:19 + (Thu, 30 Dec 2010) >> >> Log Message: >> --- >> libopensc: add new authentication methods, add ACLs

Re: [opensc-devel] [opensc-commits] svn opensc changed[5003] libopensc: revert erroneous commit

2010-12-30 Thread Viktor TARASOV
Martin Paljak wrote: > On Dec 30, 2010, at 3:10 PM, webmas...@opensc-project.org wrote: > >> - //u8 sbuf[0x10]={0}; >> - // >> - u8 sbuf[0x40]; >> - memset(sbuf, 0xFF, sizeof(sbuf)); >> -

Re: [opensc-devel] [opensc-commits] svn opensc changed[5004] libopensc: add new authentication methods, add ACLs to PIN info, ...

2010-12-30 Thread Martin Paljak
Hello Viktor, On Dec 30, 2010, at 3:20 PM, webmas...@opensc-project.org wrote: > Revision: 5004 > Author: vtarasov > Date: 2010-12-30 13:20:19 + (Thu, 30 Dec 2010) > > Log Message: > --- > libopensc: add new authentication methods, add ACLs to PIN info, ... > > add 'next' memb

Re: [opensc-devel] [opensc-commits] svn opensc changed[5003] libopensc: revert erroneous commit

2010-12-30 Thread Martin Paljak
On Dec 30, 2010, at 3:10 PM, webmas...@opensc-project.org wrote: > > -//u8 sbuf[0x10]={0}; > -// > -u8 sbuf[0x40]; > -memset(sbuf, 0xFF, sizeof(sbuf)); > -// FYI, there wa