8000 GitHub - uglym8/dummy_ifdh: Dummy IFD handler to test https://github.com/rdesktop/rdesktop/pull/73
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

uglym8/dummy_ifdh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick dummy IFD handler to test rdesktop smardcard redirection improvement.

To build just run:

$ make

Copy resulting library to your PCSC serial driver path (e.g. /usr/lib/pcsc/drivers/serial/).
Copy dummyrdr (or merge it with existing configuration file) to your PCSC config location (e.g. /etc/reader.conf.d/)

Start pcscd if it's not started automatically.

You should see "Dummy Reader" as one of the available readers.

Notes:
1) Only T1 is supported (due to chosen historical bytes)
2) There's one special APDU

0x00 0xCA 0x81 0xAA 0xBB that generates 0xAABB bytes with value 0xAA.

So
0x00 0xCA 0x81 0x00 0x02 will generate

0xAA 0xAA 0x90 0x00 as a response


All other APDUs result in 0x9000.

Releases

No releases published

Packages

No packages published
0