Hi Nils,

On Thursday 16 March 2006 00:45, Nils Larsch wrote:
> Starcos SPK 2.4 shouldn't be a problem for opensc (of course it would
> be interesting to know whether the token is empty)

Well, it is not empty anymore, I've initialized it using SafeSign on Windows.  
However, I've tried the card under opensc both before and after 
initialization, without success.

> safesign is pkcs15 profile from AET so opensc should be at least be
> capable to read it

driver  eutron {
        ids = {
                usb:073d/0005,
        };
};

The above was in my openct.conf by default, and this is the correct 
information.  lsusb says:

Bus 002 Device 097: ID 073d:0005 Eutron S.p.a. Crypto Token

# openct-tool -v
OpenCT 0.6.6

# openct-tool list
  0 Eutron CryptoIdendity IT-SEC

OpenCT sees it.  Where does the string come from by the way?  It has a typo.  
If this string is inside OpenCT, it should probably be changed to:
  "Eutron CryptoIdentity ITSEC-P/FIPS"

If the string comes from the card itself...  oops. :)

Now for the bad:

# openct-tool -d -d atr
Detected Eutron CryptoIdendity IT-SEC
Card present, status changed
failed to reset card

The orange LED goes on as soon as I run this command.

The card definitely works.  I can operate it through Windows inside of VMware 
on the same machine, so I'm pretty sure this isn't a hardware problem.

> > 5) The device claims to support PKCS#15.  I thought this was a hardware
> > protocol standard, and would mean instant OpenSC compatibility, but I
> > guess I was wrong? (I read now that it's more of a filesystem layout, how
> > uninteresting...)
>
> yep, pkcs15 describes what is where on the card

Ok, I was greatly confused by how opensc was presented then.  I thought it was 
an abstraction layer with 3 possible backends (openct, pc/sc, pkcs#15).  But 
in reality, pkcs#15 is not a backend.  Rather, it exists in the abstraction 
layer, above either openct or pc/sc, correct?  This also means that having at 
least openct or pc/sc is absolutely required to use opensc?

Will we ever see a hardware standard?  It would be great if someday USB smart 
cards could be used "driverless" just like USB mass storage.

-Justin
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to