[opensc-devel] Re: web page updated

2006-04-30 Thread Henryk Plötz
ssive amounts of text to be read, but are just there to be skimmed over. Still needs to be thought through and discussed. P.S.: One content note: "Welcome to opensc-project.org This sever hosts [...]" I always thought, 'sewer' would be written with a 'w' ;-) -- H

[opensc-devel] Re: web page updated

2006-05-23 Thread Henryk Plötz
; also does anyone know the syntax for alternative css styles? http://www.w3.org/TR/html4/present/styles.html#h-14.3.1 E.g. something along the lines of: | | -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software p

[opensc-devel] Starcos APDU manual

2006-05-25 Thread Henryk Plötz
://www.gi-de.com/portal/page?_pageid=42,103733&_dad=portal&_schema=PORTAL last friday but didn't get a response till now. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a

[opensc-devel] CSS not loaded for http://opensc-project.org/doc/

2006-05-29 Thread Henryk Plötz
Moin, Currently the style sheets do not load for anything in the /doc/ subdirectory (e.g. http://www.opensc-project.org/doc/openct/api/). You'll need to change the reference in the template from href="opensc.css" to href="/opensc.css". -- Henryk Plötz Grüße aus Berlin ~

[opensc-devel] Writing an openct ifd handler for librfid

2006-05-30 Thread Henryk Plötz
e been told that 4 cards should be possible). This would also nicely solve hotplug. Of course the most easy way would be to subclass the ccid handler, if there was something like subclassing in C. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~

[opensc-devel] minor typo

2006-07-17 Thread Henryk Plötz
Moin, On http://www.opensc-project.org/opensc/wiki/CardOs it's probably meant to mean www.cryptoshop.com and not www.cryptshop.com PS: Isn't a wiki meant to be editable or was I just to dumb to find the edit link? -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://ww

Re: [opensc-devel] minor typo

2006-07-17 Thread Henryk Plötz
s to work fine. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend today! ~ pgptuVp9MJCOc.pgp Description: PGP signature ___ ope

[opensc-devel] PKCS#15 files with record structure (HU-CA Smartcard)

2006-07-19 Thread Henryk Plötz
ding APDUs: APDU: 00 A4 08 00 04 50 15 44 04 00 SW: 6F 1C 80 02 04 00 82 06 05 B5 00 FE 00 01 83 02 44 04 85 01 01 86 07 00 00 00 FF FF FF 73 90 00 APDU: 00 B0 00 00 F8 SW: 69 81 -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help M

Re: [opensc-devel] PKCS#15 files with record structure (HU-CA Smartcard)

2006-07-19 Thread Henryk Plötz
ut at least that is clearly defined. From PKCS#15 section 2: | If the path starts with the MF identifier (3F00_16), it is | an absolute path; otherwise it is a relative path. A | relative path shall start with the identifier ‘3FFF_16’ | or with the identifier of the current DF. -- Henryk Plö

[opensc-devel] [PATCH] src/tools/pkcs15-tool.c Handle non-spec pin types

2006-07-22 Thread Henryk Plötz
are all set to -1 (the corresponding ASN.1 encoding is 0a 04 ff ff ff ff). Attached is a patch to make pkcs15-tool not crash. A quick grep through the sources shows that most other places handle pin types with switch constructs with default clauses so they should not be affected. -- Henryk Plötz

Re: [opensc-devel] PKCS#15 files with record structure (HU-CA Smartcard)

2006-07-24 Thread Henryk Plötz
ECURITY ENVIRONMENT commands) where the only security relevant commands.) -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend to

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-07-27 Thread Henryk Plötz
deciphering would need to happen in sc_pkcs15_compute_signature() where the security environments are set. But that is not cardos-specific code. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-07-31 Thread Henryk Plötz
uess this card/software combination always uses decryption. The usage flags in the PKCS#15 private key record are set to "[0x26], decrypt, sign, unwrap". -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software

[opensc-devel] [PATCH] minor logic error in sc_compare_path_prefix()

2006-07-31 Thread Henryk Plötz
Moin, sc_compare_path_prefix() doesn't work correctly, patch attached -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend today! ~ Index: src/libopensc

[opensc-devel] SHA1-RSA-PKCS signature failure with Starcos 2.3

2006-09-21 Thread Henryk Plötz
T HASH), so the "Instruction code not supported" answer seems to be a bit off. Any hints? Is this an error in opensc or in the card? PS: Everything else seems to work fine. This is opensc svn rev 3002. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://ww

[opensc-devel] Re: SHA1-RSA-PKCS signature failure with Starcos 2.3

2006-09-23 Thread Henryk Plötz
Moin, Am Fri, 22 Sep 2006 21:50:34 +0200 schrieb Nils Larsch: > did you test other card readers etc. ? Yes. This was originally reported to me on a cardman 3121 and i have confirmed it with my own cardman 4000 and cardman 5121. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! h

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-09-23 Thread Henryk Plötz
mon enough workaround to be implemented in the general, non-cardos-specific code. Any opinions on where the best place would be? -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a fr

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-09-24 Thread Henryk Plötz
sc_concatenate_path()) and it should be used here sc_concatenate_path has/had slightly different semantics: it zeroized index and count of the resultant path, which would lead to errors if the PKCS#15 structure specified an offset. I see that you recently changed this, so ok, sc_concatenate_path might

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-09-24 Thread Henryk Plötz
NEAR_{FIXED,VARIABLE}}{,_TLV}) but at least it's correct. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend today! ~ pgp5OFkkNeY

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-09-26 Thread Henryk Plötz
ngth of the value part as a big-endian uint_16). Ugh, of course, you are right. I committed a fix. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend today! ~ pgpYSEaUyIARH.pgp

[opensc-devel] Re: PKCS#15 files with record structure (HU-CA Smartcard)

2006-09-26 Thread Henryk Plötz
d be cool. > from a quick look I don't see a reason why we shouldn't use > a simple while loop Ok, committed. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Giv

[opensc-devel] Re: patch 3028 (absolute paths) makes OpenSC fail with my card

2006-09-27 Thread Henryk Plötz
Moin, Am Wed, 27 Sep 2006 13:46:42 +0200 schrieb Ludovic Rousseau: > Any objection? Looks good, no objection from me. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend to

[opensc-devel] Re: patch for pkcs15-crypt

2006-09-28 Thread Henryk Plötz
ch which offers proper escaping so there are no special values that can't be used as pin. -- Henryk Plötz Grüße aus Berlin ~~~ Un-CDs, nein danke! http://www.heise.de/ct/cd-register/ ~~~ ~ Help Microsoft fight software piracy: Give Linux to a friend tod

[opensc-devel] Re: ICCD, CCID, and Standards

2007-02-15 Thread Henryk Plötz
ecution of a command depend on a boolean term over these tests, expressed as a byte string in reverse polish notation (again: IIRC). SECCOS has a similar system with boolean combinations, but expressed in a TLV-structure. Naturally each vendor thinks his system is the best and a market advant

[opensc-devel] Re: HiPath-Profile

2007-02-15 Thread Henryk Plötz
), then do a DECIPHER for the signature computation. -- Henryk Plötz Grüße aus Berlin ~ Help Microsoft fight software piracy: Give Linux to a friend today! ~ pgpmYdujvqnPI.pgp Description: PGP signature ___ opensc-devel mailing list opensc-devel@lists.opensc-pr

[opensc-devel] Re: PyCSC: PC/SC API for Python

2007-02-25 Thread Henryk Plötz
t in a lecture I participated in) for which opensc is not particularly suited. (opensc is not verbose enough and sends too many APDUs in its own. My code is verbose but doesn't get in my way and only ever sends a command when I tell it to do so.) [1] http://svn.ploetzli.ch/cyberflex-shell/tr