Re: [opensc-devel] ACR122U + MyEID dual interface

2012-05-25 Thread Jean-Michel Pouré - GOOZE
Le jeudi 24 mai 2012 à 19:59 +0200, NdK a écrit : > > Your "ACS ACR122U PICC Interface" reader should work with my CCID > driver. > Seems so. Might be useful to look at the differences? ACS libccid was boggus when we last tested it. We have dozens of readers in stock but we are not releasing them

Re: [opensc-devel] CRYPTOMATE64

2012-05-25 Thread Martin Paljak
On Wed, May 23, 2012 at 10:15 PM, NdK wrote: > On 23/05/2012 15:12, Joemar Mante wrote: > >> I have worked with ACS before handling products related to ACOS5/ACOS5 >> 64K. Though we have not any test with open-sc using this particular >> card. > So the only way is to buy it and try... > Worst case

Re: [opensc-devel] PKCS15init profile to omit a part of path

2012-05-25 Thread Martin Paljak
Hello, On Fri, May 18, 2012 at 12:59 PM, Nguyễn Hồng Quân wrote: > Hello all, > > I need a help to create pkcs15init profile structure so that I can > change/rewrite the canonical path. > > In general, the path to a file AABB in PKCS15 is as: 3F005015AABB, in > which 3F00 is the MF, 5015 is the P

Re: [opensc-devel] OpenPGP card / Cryptostick - current status???

2012-05-25 Thread Martin Paljak
Hello, On Tue, May 22, 2012 at 10:18 PM, Peter Marschall wrote: > Martin started the extension of pkcs15-openpgp.c to support OpenPGP v2 cards > which I continued. (but again: without write support) What was basically removing some v1 related hard-coded constants (like 1024 bit keys) and adding

Re: [opensc-devel] ACR122U + MyEID dual interface

2012-05-25 Thread Aventra - Hannu Honkanen
Hi, -Original Message- NdK: >Too bad the cards aren't recognized by default: >$ opensc-tool -a -n >Using reader with a card: ACS ACR122U PICC Interface 00 00 >3b:85:80:01:4d:79:45:49:44:78 >Unsupported card >Is it only matter of unknown ATR and I can safely use force myeid? Or should I ad

Re: [opensc-devel] [opensc-commits] [Git] branch staging updated. ef835cb8a93087b0551c9786be655adaa2242a08

2012-05-25 Thread Martin Paljak
On Sun, Apr 1, 2012 at 11:09 PM, Git Master wrote: > commit ef835cb8a93087b0551c9786be655adaa2242a08 > Author: Robbert Müller > Date:   Sun Jan 8 15:48:12 2012 +0100 > >    Adding default accessflags to the do_store_private_key function in the > same way do_generate_key has those accessflags >

Re: [opensc-devel] new release?

2012-05-25 Thread Martin Paljak
Hello, On Wed, May 2, 2012 at 5:31 PM, Douglas E. Engert wrote: > The SM branch has pulled in many other changes (including > my C_Derive changes) that I would like to see in the next release. > If the SM branch is not going to be the bases for the next release, > then we need to look at what cha

Re: [opensc-devel] CRYPTOMATE64

2012-05-25 Thread NdK
Il 25/05/2012 10:59, Martin Paljak ha scritto: > Hello, > > On Wed, May 23, 2012 at 2:57 PM, NdK wrote: >> I'm thinking to use one to store our internal root CA's key (4096bit >> RSA). [actually I'm thinking more about a "ring of roots", but that's >> another story] > Care to share the story? Yup

Re: [opensc-devel] ACR122U + MyEID dual interface

2012-05-25 Thread NdK
Il 25/05/2012 11:51, Aventra - Hannu Honkanen ha scritto: > ACR122U reader gives a different ATR than a contact reader for the same dual > interface card but otherwise the reader works just like a contact reader > with PKI cards. If you force usage of the myeid driver, it should work. Perfect. I'

Re: [opensc-devel] new release?

2012-05-25 Thread Douglas E. Engert
On 5/25/2012 6:04 AM, Martin Paljak wrote: > Hello, > > On Wed, May 2, 2012 at 5:31 PM, Douglas E. Engert wrote: >> The SM branch has pulled in many other changes (including >> my C_Derive changes) that I would like to see in the next release. >> If the SM branch is not going to be the bases for

Re: [opensc-devel] PKCS15init profile to omit a part of path

2012-05-25 Thread Nguyễn Hồng Quân
Hello Martin, On Fri 25 May 2012 03:40:31 PM ICT, Martin Paljak wrote: > Hello, > > In the long run, I don't think that it helps to emulate a filesystem > on top of non-filesystem cards (like OpenPGP or Muscle). Or to try to > make it fit into the filesystem-oriented stack of OpenSC. Has OpenSC p