[Pki-devel] [PATCH] 0001-First-cut-at-Java-TPS-Buffer-class-and-APDU-class.patch

John Magne jmagne at redhat.com
Thu Feb 27 03:22:05 UTC 2014


First cut at Java TPS Buffer class and APDU classes.

1. Also simple framework for working with APDU commands.
2. Implemented a few APDU commands in TPS_Processor class.
3. Can now attempt a format operation with TPS client.
   The code can perform a few apdu's talking to the client
   and return a success "EndOp" apdu to terminate the conversation.
4. APDU are being encoded/decoded properly to appease tpsclient.

More info.

1. Patch is large but most of it consists of many similar apdu and msg classes.
2. APDU and msg classes are now bare bones and may need more work. Will address when class is needed.
3. A test tpsclient script call it (format.tst) to test this out is as follows:

op=var_set name=ra_host value=localhost
op=var_set name=ra_port value=8080
op=var_set name=ra_uri value=/tps/tps
op=token_set cuid=40906145C76224192D2B msn=0120304 app_ver=6FBBC105 key_info=0101 major_ver=1 minor_ver=1
op=token_set auth_key=404142434445464748494a4b4c4d4e4f
op=token_set mac_key=404142434445464748494a4b4c4d4e4f
op=token_set kek_key=404142434445464748494a4b4c4d4e4f
op=ra_format uid=jmagne pwd=redhat new_pin=rehat num_threads=1
op=exit

4: Execute as follows:

tpsclient < format.tst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-First-cut-at-Java-TPS-Buffer-class-and-APDU-class.patch
Type: text/x-patch
Size: 175837 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20140226/df71078c/attachment.bin>


More information about the Pki-devel mailing list