[opensc-devel] Compiling piv-tool

2012-11-01 Thread Jon
I'm trying to compile the piv-tool (using a MSVC project I completed) and I
get the following error.

1>m:\libs\opensc\opensc-0.12.2\openssl\include\openssl\ossl_typ.h(176):
error C2059: syntax error : 'type'

I think there maybe a conflict with wincrypt.h, but I haven't been able to
track it down.

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

[opensc-devel] Source of Cards

2012-08-07 Thread Jon Fullerton
Does anyone have a good source to purchase Cyberflex/Cryptoflex cards?

Sent from my iPhone
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


[opensc-devel] T-Buffer Question

2012-06-07 Thread Jon
The T-buffer is the Tag Buffer.  I think the card conforms to Government
Smart Card Interoperability Specification.
(GSC-IS) as defined in NIST 6887.  In particular the card is a military
Alt-Token.

The commands I'm sending to the card are...

Select the object.

00 A4 04 00 07 a0 00 00 00 79 02 FE.

Next I send a read buffer...

80 52 00 00 02 01 d0  Retrieve the Tag Buffer.

then

80 52 00 00 02 02 FF Retrieve FF bytes of the Value buffer.

The tag buffer has the form   Tag 1 (length 1 - 3 bytes)  Tag 2 ( length 1-
3 - bytes) 

The value buffer is

Value 1, Value 2, Value 3, 

The tags in the tag buffer are what I'm trying to  figure out..

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

[opensc-devel] T-Buffer Question

2012-06-06 Thread Jon
I'm writing code to read the certificates on a Cyberflex Access 64K V2c
that has to be compiled with Visual Studio 6.  When I get the T-Buffer the
data looks like the following (minus) the two length bytes.

06 00 15 01 72 27 00 00 80 00 FE 02 06 00 15 01 69 3F 06 00 15 01 68 FF 01
01 06 00 15 01 67 DD 06 00 15 01 DC 0B 06 00 15 01 66 FF 45 04 00 FF 20 02
C8 25 00 FF 20 02 DC 05 00 00 90 00 FE 05 07 00 15 01 72 27 07 00 15 01 69
39 07 00 15 01 68 FF 01 01 08 00 15 01 72 27 08 00 15 01 69 3A 08 00 15 01
68 FF 01 01 07 00 15 01 67 ED 07 00 15 01 DC 0B 07 00 15 01 66 FF 60 04 08
00 15 01 67 ED 08 00 15 01 DC 0B 08 00 15 01 66 FF

I can't find anything that helps me identify the tags.  If any one can help
it would be greatly appreciated.

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