Re: [opensc-devel] GetInvolved wiki page

2012-06-04 Thread Jean-Michel Pouré - GOOZE
> Do you agree that it's difficult to propose to remove something you > don't know what it is for? :) Sure :) > The hook creates the Change-Id for gerrit, allowing a logical change > to be tracked across multiple iterations of the actual commit e.g. in > response to review. OK. I readded the sc

Re: [opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Thanks. On Tue 05 Jun 2012 11:06:59 AM ICT, Frank Morgner wrote: > Hi! > > OpenSC includes some other optional libraries which can be disabled. If > you want to do crypto only then I recommend to use OpenSSL, because > there are already other code fragments which depend on OpenSSL. But I > guess y

Re: [opensc-devel] Is it OK to include external library?

2012-06-04 Thread Frank Morgner
Hi! > I'm implementing key generation function for OpenPGP card. > The card requires to calculate the finger print for the key after > generation. I referenced the GnuPG source and saw that it use libgcrypt > to do. OpenSC includes some other optional libraries which can be disabled. If you want

[opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Hello all, I'm implementing key generation function for OpenPGP card. The card requires to calculate the finger print for the key after generation. I referenced the GnuPG source and saw that it use libgcrypt to do. Am I allow to include libgcrypt to OpenSC? If yes, how should I do? Thanks. --

[opensc-devel] Is it OK to include external library?

2012-06-04 Thread Nguyễn Hồng Quân
Hello all, I'm implementing key generation function for OpenPGP card. The card requires to calculate the finger print for the key after generation. I referenced the GnuPG source and saw that it use libgrypt to do. Am I allow to include libgrypt to OpenSC? If yes, how should I do? Thanks. -- Re

Re: [opensc-devel] GetInvolved wiki page

2012-06-04 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > * Do we still fetch opensc-project development hooks? > scp -p -P 8882 www.opensc-project.org:hooks/commit-msg .git/hooks/ s > I don't know what it is for and propose to remove it. Do you agree that it's difficult to propose to remove something you don't know wha

Re: [opensc-devel] GetInvolved wiki page

2012-06-04 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > do you confirm that anyone can now make a pull request using only GIThub? As you know I for one am strongly against centering anything around the github workflow, especially when gerrit is available. //Peter ___ opens

Re: [opensc-devel] GetInvolved wiki page

2012-06-04 Thread Jean-Michel Pouré - GOOZE
> GetInvolved page Could you review https://www.opensc-project.org/opensc/wiki/GetInvolved I added a few lines about GIThub OpenSC project. Next questions: * Do we still fetch opensc-project development hooks? scp -p -P 8882 www.opensc-project.org:hooks/commit-msg .git/hooks/ s I don't know wha

[opensc-devel] GetInvolved wiki page

2012-06-04 Thread Jean-Michel Pouré - GOOZE
Dear all, I would like to rewrite the GetInvolved page on the wiki to give developers a clear information. The idea is to migrate some of this information: http://www.opensc-project.org/opensc/wiki/DevelopmentPolicy#Movingmasterforward. to the GetInvolved front page. My first question is about G

[opensc-devel] OpenSC staging branch

2012-06-04 Thread Jean-Michel Pouré - GOOZE
Dear all, There seems to be a lot of development in OpenSC staging branch: https://github.com/OpenSC/OpenSC/commits/staging?page=1 What is the required way to make a commit? Fork and make a pull request? Can you confirm we are back to GIThub normal process? Thanks! -- Jean-Mic

Re: [opensc-devel] Driver develop

2012-06-04 Thread Eduardo Serrano
2012/6/4 Alejandro Díaz > Thanks! > > 2012/6/4 helpcrypto helpcrypto > >> > My objetive is to know how to write a OpenSC driver from APDU >> documentation. >> IIUC: You want to make your own "opensc-dnie", right? >> > > No. I want to know more about driver developing for OpenSC. > > >> >> > but

Re: [opensc-devel] Driver develop

2012-06-04 Thread Alejandro Díaz
Thanks! 2012/6/4 helpcrypto helpcrypto > > My objetive is to know how to write a OpenSC driver from APDU > documentation. > IIUC: You want to make your own "opensc-dnie", right? > No. I want to know more about driver developing for OpenSC. > > > but I've lost the way to connect the exercices

Re: [opensc-devel] Driver develop

2012-06-04 Thread helpcrypto helpcrypto
> My objetive is to know how to write a OpenSC driver from APDU documentation. IIUC: You want to make your own "opensc-dnie", right? > but I've lost the way to connect the exercices with the final driver. Dont understand what this means. > On the other hand, if this manual doesn't already exist o

Re: [opensc-devel] ECDH in 'staging' of github OpenSC/OpenSC

2012-06-04 Thread Douglas E. Engert
On 6/2/2012 12:50 PM, Viktor Tarasov wrote: > Hi Douglas, > > ECDH support, that you have tested in SM branch, > has been committed into the 'staging' branch of github OpenSC/OpenSC. > https://github.com/OpenSC/OpenSC/tree/staging Thanks! > > I've made only basic (list on-card objects) tests wi

Re: [opensc-devel] eventmgr

2012-06-04 Thread Ludovic Rousseau
2012/6/4 : > Hi all, Hello, > While I was make some scripts distro-agnostic I noticed following regarding > card event: > On Ubuntu one has to use pkcs11_eventmgr While on Suse you have also > card_eventmgr. The libpam-pkcs11 Ubuntu (and Debian) package contains both pkcs11_eventmgr and card_

[opensc-devel] eventmgr

2012-06-04 Thread J.Witvliet
Hi all, While I was make some scripts distro-agnostic I noticed following regarding card event: On Ubuntu one has to use pkcs11_eventmgr While on Suse you have also card_eventmgr. On the openSC wiki, the info regarding both, looks almost the same to me. Which eventmgr is preferred? I presume t

[opensc-devel] Driver develop

2012-06-04 Thread Alejandro Díaz
Hi all!! I need some orientation in this terms. My objetive is to know how to write a OpenSC driver from APDU documentation. On the one hand, I've read the developer information wiki[1] and I've selected pyscard as base library to develop and write two sample scripts[2]. I've found some of this