Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with SC-HSM smart cards on Omni Key 3x21 smart card readers on Linux #715

Closed
scottthomas007 opened this issue Mar 21, 2016 · 8 comments

Comments

@scottthomas007
Copy link

Bonjour Users,
I am trying to use SC-HSM smart cards with Omni key 3121 SC reader with OpenSC. I am using the latest OpenSC version: 0.15
But when i try t run the basic command of dump then it generates the following error.
pkcs15-tool -D
Using reader with a card: OmniKey CardMan 3121 00 00
PKCS#15 binding failed: Incorrect parameters in APDU

Interesting fact is that, if i replace Gemalto Smart card reader or replace openSC with 0.13 version, then the command runs successfully. Please guide me.
Regards
Scott Thomas

@scottthomas007
Copy link
Author

#677

@CardContact
Copy link
Member

Can you create a log with OPENSC_DEBUG=9 ?

It's probably the same card reader issue with APDU vs TPDU mode and extended length as on Windows.

The SmartCard-HSM requires support for extended length APDUs, in particular in the ENUMERATE OBJECTS command.

@scottthomas007
Copy link
Author

OPENSC_DEBUG=9 pkcs15-tool -D
0x2ac3ce00 14:07:29.873 [pkcs15-tool] ctx.c:619:process_config_file: scconf_parse failed: Unable to open "/usr/local/etc/opensc.conf": No such file or directory
0x2ac3ce00 14:07:29.873 [pkcs15-tool] ctx.c:744:sc_context_create: ===================================
0x2ac3ce00 14:07:29.873 [pkcs15-tool] ctx.c:745:sc_context_create: opensc version: 0.15.0
0x2ac3ce00 14:07:29.873 [pkcs15-tool] reader-pcsc.c:699:pcsc_init: PC/SC options: connect_exclusive=0 disconnect_action=1 transaction_end_action=0 reconnect_action=0 enable_pinpad=1 enable_pace=1
0x2ac3ce00 14:07:29.874 [pkcs15-tool] reader-pcsc.c:1073:pcsc_detect_readers: called
0x2ac3ce00 14:07:29.874 [pkcs15-tool] reader-pcsc.c:1087:pcsc_detect_readers: Probing PC/SC readers
0x2ac3ce00 14:07:29.874 [pkcs15-tool] reader-pcsc.c:1116:pcsc_detect_readers: Establish PC/SC context
0x2ac3ce00 14:07:29.878 [pkcs15-tool] reader-pcsc.c:1164:pcsc_detect_readers: Found new PC/SC reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:29.878 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:29.878 [pkcs15-tool] reader-pcsc.c:321:refresh_attributes: current state: 0x00100022
0x2ac3ce00 14:07:29.878 [pkcs15-tool] reader-pcsc.c:322:refresh_attributes: previous state: 0x00000000
0x2ac3ce00 14:07:29.878 [pkcs15-tool] reader-pcsc.c:376:refresh_attributes: card present, changed
0x2ac3ce00 14:07:29.879 [pkcs15-tool] reader-pcsc.c:1195:pcsc_detect_readers: Requesting reader features ...
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:1209:pcsc_detect_readers: OmniKey CardMan 3121 00 00:SCardConnect(SHARED): 0x00000000
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:945:detect_reader_features: called
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:966:detect_reader_features: Reader feature 0a found
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:966:detect_reader_features: Reader feature 12 found
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:1032:detect_reader_features: Reader does not have a display.
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:925:part10_get_vendor_product: id_vendor=ffffffff id_product=ffffffff
0x2ac3ce00 14:07:29.924 [pkcs15-tool] reader-pcsc.c:1239:pcsc_detect_readers: returning with: 0 (Success)
0x2ac3ce00 14:07:29.925 [pkcs15-tool] sc.c:251:sc_detect_card_presence: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:384:pcsc_detect_card_presence: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:389:pcsc_detect_card_presence: returning with: 1
0x2ac3ce00 14:07:29.925 [pkcs15-tool] sc.c:256:sc_detect_card_presence: returning with: 1
Using reader with a card: OmniKey CardMan 3121 00 00
0x2ac3ce00 14:07:29.925 [pkcs15-tool] sc.c:251:sc_detect_card_presence: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:384:pcsc_detect_card_presence: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:389:pcsc_detect_card_presence: returning with: 1
0x2ac3ce00 14:07:29.925 [pkcs15-tool] sc.c:256:sc_detect_card_presence: returning with: 1
0x2ac3ce00 14:07:29.925 [pkcs15-tool] card.c:196:sc_connect_card: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:466:pcsc_connect: called
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:29.925 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:29.926 [pkcs15-tool] reader-pcsc.c:495:pcsc_connect: Initial protocol: T=1
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:217:sc_connect_card: matching configured ATRs
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:260:sc_connect_card: matching built-in ATRs
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'cardos'
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:e2:00:ff:c1:10:31:fe:55:c8:02:9c
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:e9:00:ff:c1:10:31:fe:55:00:64:05:00:c8:02:31:80:00:47
0x2ac3ce00 14:07:29.926 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:fb:98:00:ff:c1:10:31:fe:55:00:64:05:20:47:03:31:80:00:90:00:f3
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:fc:98:00:ff:c1:10:31:fe:55:c8:03:49:6e:66:6f:63:61:6d:65:72:65:28
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:f4:98:00:ff:c1:10:31:fe:55:4d:34:63:76:b4
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:f2:18:00:ff:c1:0a:31:fe:55:c8:06:8a
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:d2:18:02:c1:0a:31:fe:58:c8:0d:51
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:d2:18:00:81:31:fe:58:c9:01:14
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'flex'
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:95:15:40:20:68:01:02:00:00
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:68:01:02:02:01
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:68:01:02:02:04
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:85:40:20:68:01:01:05:01
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:94:40:FF:63:01:01:02:01
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:63:01:01:02:01
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:64:02:01:01:02
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:01:01:00:00
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:01:02:01:04
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:04:01:01:05
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:95:15:40:ff:68:01:02:45:47
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:06
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:05
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:07
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:85:40:20:68:01:01:03:05
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:02:14:50
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:55:90:01:02:01:00:05:04:B0
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:32:15:00:06:80
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:32:15:00:06:95
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:59:01:01:0F:01:00:05:08:B0
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:55:90:01:01:01:00:05:08:B0
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:16:94:81:10:06:01:81:3F
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:16:94:81:10:06:01:81:2F
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'cyberflex'
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:30.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:95:15:40:20:68:01:02:00:00
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:68:01:02:02:01
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:68:01:02:02:04
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:85:40:20:68:01:01:05:01
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:94:40:FF:63:01:01:02:01
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:15:40:FF:63:01:01:02:01
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:64:02:01:01:02
0x2ac3ce00 14:07:30.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:01:01:00:00
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:01:02:01:04
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:18:40:FF:62:04:01:01:05
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:95:15:40:ff:68:01:02:45:47
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:06
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:05
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E2:00:00:40:20:49:07
0x2ac3ce00 14:07:30.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:85:40:20:68:01:01:03:05
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:02:14:50
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:55:90:01:02:01:00:05:04:B0
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:32:15:00:06:80
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:32:15:00:06:95
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:59:01:01:0F:01:00:05:08:B0
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:19:14:55:90:01:01:01:00:05:08:B0
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:16:94:81:10:06:01:81:3F
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:16:94:81:10:06:01:81:2F
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'gpk'
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:27:00:80:65:A2:04:01:01:37
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:27:00:80:65:A2:05:01:01:37
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:30.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:27:00:80:65:A2:0C:01:01:37
0x2ac3ce00 14:07:31.256 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:A7:00:40:14:80:65:A2:14:01:01:37
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:A7:00:40:18:80:65:A2:08:01:01:52
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:A7:00:40:18:80:65:A2:09:01:01:52
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:A7:00:40:18:80:65:A2:09:01:02:52
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:A7:00:40:18:80:65:A2:09:01:03:52
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'gemsafeV1'
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7B:94:00:00:80:65:B0:83:01:01:74:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:6B:00:00:80:65:B0:83:01:01:74:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:6d:00:00:80:31:80:65:b0:83:01:02:90:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:6B:00:00:80:65:B0:83:01:03:74:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7A:94:00:00:80:65:A2:01:01:01:3D:72:D6:43
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:94:00:00:80:31:80:65:B0:83:01:01:90:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:96:00:00:80:31:80:65:B0:83:11:48:C8:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:95:00:00:80:31:80:65:B0:83:11:C0:A9:83:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:95:00:00:80:31:80:65:B0:83:11:C0:A9:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:95:00:00:80:31:80:65:B0:83:11:00:C8:83:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:95:00:00:80:31:80:65:B0:83:11:00:C8:83:00:90:00
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:96:00:00:80:31:80:65:B0:83:11:00:C8:83:00:90:00
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'miocos'
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:9D:94:40:23:00:68:10:11:4D:69:6F:43:4F:53:00:90:00
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:9D:94:40:23:00:68:20:01:4D:69:6F:43:4F:53:00:90:00
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'asepcos'
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:d6:18:00:81:b1:80:7d:1f:03:80:51:00:61:10:30:8f
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:d6:18:00:81:b1:fe:7d:1f:03:41:53:45:37:35:35:01
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'starcos'
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:B7:94:00:c0:24:31:fe:65:53:50:4b:32:33:90:00:b4
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:B7:94:00:81:31:fe:65:53:50:4b:32:33:90:00:d1
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:b7:18:00:c0:3e:31:fe:65:53:50:4b:32:34:90:00:25
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:d8:18:ff:81:b1:fe:45:1f:03:80:64:04:1a:b4:03:81:05:61
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'tcos'
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BA:13:00:81:31:86:5D:00:64:05:0A:02:01:31:80:90:00:8B
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BA:14:00:81:31:86:5D:00:64:05:14:02:02:31:80:90:00:91
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BA:96:00:81:31:86:5D:00:64:05:60:02:03:31:80:90:00:66
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BA:96:00:81:31:86:5D:00:64:05:7B:02:03:31:80:90:00:7D
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BF:96:00:81:31:FE:5D:00:64:04:11:03:01:31:C0:73:F7:01:D0:00:90:00:7D
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:BF:B6:00:81:31:FE:5D:00:64:04:28:03:02:31:C0:73:F7:01:D0:00:90:00:67
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'jcop'
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:E6:00:FF:81:31:FE:45:4A:43:4F:50:33:31:06
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'oberthur'
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:18:00:00:00:31:80:71:8E:64:77:E3:01:00:82:90:00
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:18:00:00:00:31:80:71:8E:64:77:E3:02:00:82:90:00
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:11:00:00:00:31:80:71:8E:64:77:E3:01:00:82:90:00
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:11:00:00:00:31:80:71:8E:64:77:E3:02:00:82:90:00
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7B:18:00:00:00:31:C0:64:77:E3:03:00:82:90:00
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FB:11:00:00:81:31:FE:45:00:31:C0:64:77:E9:10:00:00:90:00:6A
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'authentic'
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card-authentic.c:416:authentic_match_card: try to match card with ATR 3BFE1800008131FE458031815448534D 31738021408107FA
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DD:18:00:81:31:FE:45:80:F9:A0:00:00:00:77:01:00:70:0A:90:00:8B
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card-authentic.c:419:authentic_match_card: card not matched
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'iasecc'
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card-iasecc.c:345:iasecc_match_card: iasecc_match_card(3BFE1800008131FE458031815448534D 31738021408107FA) called
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7F:96:00:00:00:31:B8:64:40:70:14:10:73:94:01:80:82:90:00
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DD:18:00:81:31:FE:45:80:F9:A0:00:00:00:77:01:08:00:07:90:00:FE
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:31.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7D:13:00:00:4D:44:57:2D:49:41:53:2D:43:41:52:44:32
0x2ac3ce00 14:07:32.256 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.256 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7F:18:00:00:00:31:B8:64:50:23:EC:C1:73:94:01:80:82:90:00
0x2ac3ce00 14:07:32.256 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.256 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DF:96:00:80:31:FE:45:00:31:B8:64:04:1F:EC:C1:73:94:01:80:82:90:00:EC
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DF:18:FF:81:91:FE:1F:C3:00:31:B8:64:0C:01:EC:C1:73:94:01:80:82:90:00:B3
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DC:18:FF:81:91:FE:1F:C3:80:73:C8:21:13:66:02:04:03:55:00:02:34
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:DC:18:FF:81:91:FE:1F:C3:80:73:C8:21:13:66:01:0B:03:52:00:05:38
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card-iasecc.c:348:iasecc_match_card: card not matched
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'belpic'
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:98:13:40:0A:A5:03:01:01:01:AD:13:11
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:98:94:40:0A:A5:03:01:01:01:AD:13:10
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:98:94:40:FF:A5:03:01:01:01:AD:13:10
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'ias'
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:65:00:00:D0:00:54:01:31
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:65:00:00:D0:00:54:01:32
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:95:40:FF:D0:00:54:01:31
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:95:40:FF:D0:00:54:01:32
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'incrypto34'
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:ff:18:00:ff:81:31:fe:55:00:6b:02:09:02:00:01:01:01:44:53:44:10:31:80:92
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'acos5'
0x2ac3ce00 14:07:32.257 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:be:96:00:00:41:05:20:00:00:00:00:00:00:00:00:00:90:00
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:be:18:00:00:41:05:10:00:00:00:00:00:00:00:00:00:90:00
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'akis'
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:ba:11:00:81:31:fe:4d:55:45:4b:41:45:20:56:31:2e:30:ae
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'entersafe'
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card-entersafe.c:134:entersafe_match_card: called
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:0f:00:65:46:53:05:19:05:71:df:00:00:00:00:00:00
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:9f:95:81:31:fe:9f:00:65:46:53:05:30:06:71:df:00:00:00:80:6a:82:5e
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:fc:18:00:00:81:31:80:45:90:67:46:4a:00:64:18:14:00:00:00:00:02
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:7c:18:00:00:90:67:46:4a:20:28:8c:58:00:00:00:00
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FC:18:00:00:81:31:80:45:90:67:46:4A:21:28:8C:58:00:00:00:00:B7
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FC:18:00:00:81:31:80:45:90:67:46:4A:20:25:c3:30:00:00:00:00
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FC:18:00:00:81:31:80:45:90:67:46:4A:00:6A:04:24:00:00:00:00:20
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FC:18:00:00:81:31:80:45:90:67:46:4A:00:68:08:04:00:00:00:00:0E
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FC:18:00:00:81:31:80:45:90:67:46:4A:10:27:61:30:00:00:00:00:0C
0x2ac3ce00 14:07:32.590 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.591 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'epass2003'
0x2ac3ce00 14:07:32.591 [pkcs15-tool] card-epass2003.c:947:epass2003_match_card: called
0x2ac3ce00 14:07:32.591 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.591 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:9F:95:81:31:FE:9F:00:66:46:53:05:10:00:11:71:df:00:00:00:6a:82:5e
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'rutoken'
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card-rutoken.c:103:rutoken_match_card: called
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:6f:00:ff:00:56:72:75:54:6f:6b:6e:73:30:20:00:00:90:00
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3b:6f:00:ff:00:56:75:61:54:6f:6b:6e:73:30:20:00:00:90:00
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card-rutoken.c:109:rutoken_match_card: returning with: 0 (Success)
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'rutoken_ecp'
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:8B:01:52:75:74:6F:6B:65:6E:20:45:43:50:A0
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:8B:01:52:75:74:6F:6B:65:6E:20:44:53:20:C1
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card-rtecp.c:62:rtecp_match_card: returning with: 0 (Success)
0x2ac3ce00 14:07:32.923 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'westcos'
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3F:69:00:00:00:64:01:00:00:00:80:90:00
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:95:94:80:1F:C3:80:73:C8:21:13:54
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'myeid'
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:265:sc_connect_card: trying driver 'sc-hsm'
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:FE:18:00:00:81:31:FE:45:80:31:81:54:48:53:4D:31:73:80:21:40:81:07:FA
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:279:sc_connect_card: matched: SmartCard-HSM
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card-sc-hsm.c:1004:sc_hsm_init: called
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:307:sc_connect_card: card info name:'SmartCard-HSM', type:26000, flags:0x0, max_send/recv_size:1431/65536
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:1345:sc_card_sm_check: called
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:1346:sc_card_sm_check: card->sm_ctx.ops.open (nil)
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:1351:sc_card_sm_check: returning with: 0 (Success)
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:319:sc_connect_card: returning with: 0 (Success)
0x2ac3ce00 14:07:32.924 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:32.924 [pkcs15-tool] reader-pcsc.c:534:pcsc_lock: called
0x2ac3ce00 14:07:32.924 [pkcs15-tool] reader-pcsc.c:427:pcsc_reconnect: Reconnecting to the card...
0x2ac3ce00 14:07:32.924 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:33.257 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:33.266 [pkcs15-tool] reader-pcsc.c:534:pcsc_lock: called
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15.c:1187:sc_pkcs15_bind: called
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15.c:1188:sc_pkcs15_bind: application(aid:'empty')
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15.c:1212:sc_pkcs15_bind: PKCS#15 options: use_file_cache=0 use_pin_cache=1 pin_cache_counter=10 pin_cache_ignore_user_consent=0
0x2ac3ce00 14:07:33.266 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15.c:1223:sc_pkcs15_bind: PKCS#15 emulation enabled
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:141:sc_pkcs15_bind_synthetic: called
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:149:sc_pkcs15_bind_synthetic: no conf file (or section), trying all builtin emulators
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying westcos
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-westcos.c:248:sc_pkcs15emu_westcos_init_ex: sc_pkcs15_init_func_ex westcos
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-westcos.c:235:westcos_detect_card: westcos_detect_card (SmartCard-HSM)
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying openpgp
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying infocamere
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying starcert
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying tcos
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying esteid
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying itacns
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-itacns.c:854:sc_pkcs15emu_itacns_init_ex: called
0x2ac3ce00 14:07:33.266 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying postecert
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying PIV-II
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-piv.c:1028:sc_pkcs15emu_piv_init_ex: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-piv.c:234:piv_detect_card: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying gemsafeGPK
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-gemsafeGPK.c:515:sc_pkcs15emu_gemsafeGPK_init_ex: Entering sc_pkcs15emu_gemsafeGPK_init_ex
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-gemsafeGPK.c:168:gemsafe_detect_card: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying gemsafeV1
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying actalis
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying atrust-acos
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying tccardos
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying entersafe
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-esinit.c:82:sc_pkcs15emu_entersafe_init_ex: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-esinit.c:38:entersafe_detect_card: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying pteid
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying oberthur
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-oberthur.c:1041:sc_pkcs15emu_oberthur_init_ex: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-oberthur.c:1028:oberthur_detect_card: called
0x2ac3ce00 14:07:33.267 [pkcs15-tool] pkcs15-oberthur.c:1030:oberthur_detect_card: returning with: -1413 (Unsupported card)
0x2ac3ce00 14:07:33.595 [pkcs15-tool] pkcs15-oberthur.c:1051:sc_pkcs15emu_oberthur_init_ex: returning with: -1413 (Unsupported card)
0x2ac3ce00 14:07:33.595 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying sc-hsm
0x2ac3ce00 14:07:33.595 [pkcs15-tool] pkcs15-sc-hsm.c:783:sc_pkcs15emu_sc_hsm_init: called
0x2ac3ce00 14:07:33.595 [pkcs15-tool] card.c:698:sc_select_file: called; type=1, path=e82b0601040181c31f0201::
0x2ac3ce00 14:07:33.595 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:33.595 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:33.595 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:33.595 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:33.595 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:A4, P1:4, P2:0, data(11) 0x7f659370
0x2ac3ce00 14:07:33.595 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:33.596 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 17 bytes] =====================================
00 A4 04 00 0B E8 2B 06 01 04 01 81 C3 1F 02 01 ......+.........

00 .

0x2ac3ce00 14:07:33.596 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Incoming APDU data [ 11 bytes] =====================================

6F 07 82 01 78 85 02 01 02 90 00 o...x......

0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:399:sc_single_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:552:sc_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:33.632 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] iso7816.c:338:iso7816_process_fci: processing FCI bytes
0x2ac3ce00 14:07:33.632 [pkcs15-tool] iso7816.c:373:iso7816_process_fci: shareable: yes
0x2ac3ce00 14:07:33.632 [pkcs15-tool] iso7816.c:392:iso7816_process_fci: type: DF
0x2ac3ce00 14:07:33.632 [pkcs15-tool] iso7816.c:393:iso7816_process_fci: EF structure: 0
0x2ac3ce00 14:07:33.632 [pkcs15-tool] card.c:733:sc_select_file: returning with: 0 (Success)
0x2ac3ce00 14:07:33.632 [pkcs15-tool] card.c:698:sc_select_file: called; type=0, path=2f02
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:A4, P1:0, P2:0, data(2) 0x7f659328
0x2ac3ce00 14:07:33.632 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:33.632 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 8 bytes] =====================================

00 A4 00 00 02 2F 02 00 ...../..

0x2ac3ce00 14:07:33.632 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:33.658 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Incoming APDU data [ 15 bytes] =====================================

6F 0B 80 02 01 CE 82 01 01 83 02 2F 02 90 00 o........../...

0x2ac3ce00 14:07:33.658 [pkcs15-tool] apdu.c:399:sc_single_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:33.658 [pkcs15-tool] apdu.c:552:sc_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:33.658 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:338:iso7816_process_fci: processing FCI bytes
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:342:iso7816_process_fci: file identifier: 0x2F02
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:362:iso7816_process_fci: bytes in file: 462
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:373:iso7816_process_fci: shareable: no
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:392:iso7816_process_fci: type: working EF
0x2ac3ce00 14:07:33.658 [pkcs15-tool] iso7816.c:393:iso7816_process_fci: EF structure: 1
0x2ac3ce00 14:07:33.658 [pkcs15-tool] card.c:733:sc_select_file: returning with: 0 (Success)
0x2ac3ce00 14:07:33.658 [pkcs15-tool] card.c:527:sc_read_binary: called; 512 bytes at index 0
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:33.990 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:B1, P1:0, P2:0, data(4) 0x7f659500
0x2ac3ce00 14:07:33.990 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 13 bytes] =====================================

00 B1 00 00 00 00 04 54 02 00 00 02 00 .......T.....

0x2ac3ce00 14:07:33.990 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:33.991 [pkcs15-tool] reader-pcsc.c:219:pcsc_internal_transmit: OmniKey CardMan 3121 00 00:SCardTransmit/Control failed: 0x80100016
0x2ac3ce00 14:07:33.991 [pkcs15-tool] reader-pcsc.c:384:pcsc_detect_card_presence: called
0x2ac3ce00 14:07:33.991 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:389:pcsc_detect_card_presence: returning with: 1
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:384:pcsc_detect_card_presence: called
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:294:refresh_attributes: OmniKey CardMan 3121 00 00 check
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:313:refresh_attributes: returning with: 0 (Success)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:389:pcsc_detect_card_presence: returning with: 1
0x2ac3ce00 14:07:33.992 [pkcs15-tool] reader-pcsc.c:267:pcsc_transmit: unable to transmit
0x2ac3ce00 14:07:33.992 [pkcs15-tool] apdu.c:397:sc_single_transmit: unable to transmit APDU: -1107 (Transmit failed)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] apdu.c:533:sc_transmit: transmit APDU failed: -1107 (Transmit failed)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card-sc-hsm.c:237:sc_hsm_read_binary: APDU transmit failed: -1107 (Transmit failed)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:567:sc_read_binary: returning with: -1107 (Transmit failed)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] pkcs15-sc-hsm.c:813:sc_pkcs15emu_sc_hsm_init: Could not read EF.C_DevAut: -1107 (Transmit failed)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] pkcs15-syn.c:151:sc_pkcs15_bind_synthetic: trying dnie
0x2ac3ce00 14:07:33.992 [pkcs15-tool] pkcs15-dnie.c:289:sc_pkcs15emu_dnie_init_ex: called
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card-dnie.c:726:dnie_match_card: called
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:978:match_atr_table: ATR : 3b:fe:18:00:00:81:31:fe:45:80:31:81:54:48:53:4d:31:73:80:21:40:81:07:fa
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7F:00:00:00:00:6A:44:4E:49:65:00:00:00:00:00:00:03:90:00
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:989:match_atr_table: ATR try : 3B:7F:00:00:00:00:6A:44:4E:49:65:00:00:00:00:00:00:0F:65:81
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card.c:992:match_atr_table: ignored - wrong length
0x2ac3ce00 14:07:33.992 [pkcs15-tool] card-dnie.c:729:dnie_match_card: returning with: 0 (Success)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] pkcs15-dnie.c:297:sc_pkcs15emu_dnie_init_ex: returning with: -1413 (Unsupported card)
0x2ac3ce00 14:07:33.992 [pkcs15-tool] pkcs15-syn.c:218:sc_pkcs15_bind_synthetic: returning with: -1413 (Unsupported card)
0x2ac3ce00 14:07:33.993 [pkcs15-tool] pkcs15.c:991:sc_pkcs15_bind_internal: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] dir.c:143:sc_enum_apps: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] card.c:698:sc_select_file: called; type=2, path=3f002f00
0x2ac3ce00 14:07:34.323 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:34.323 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:A4, P1:8, P2:0, data(2) 0x7f65cbaa
0x2ac3ce00 14:07:34.323 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:34.323 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 8 bytes] =====================================

00 A4 08 00 02 2F 00 00 ...../..

0x2ac3ce00 14:07:34.323 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Incoming APDU data [ 2 bytes] =====================================

6A 86 j.

0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:399:sc_single_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:552:sc_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.343 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] iso7816.c:121:iso7816_check_sw: Incorrect parameters P1-P2
0x2ac3ce00 14:07:34.343 [pkcs15-tool] iso7816.c:550:iso7816_select_file: returning with: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.343 [pkcs15-tool] card.c:720:sc_select_file: 'SELECT' error: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.343 [pkcs15-tool] dir.c:153:sc_enum_apps: Cannot select EF.DIR file: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.343 [pkcs15-tool] pkcs15.c:996:sc_pkcs15_bind_internal: unable to enumerate apps: Incorrect parameters in APDU
0x2ac3ce00 14:07:34.343 [pkcs15-tool] pkcs15.c:1027:sc_pkcs15_bind_internal: application path '3f005015'
0x2ac3ce00 14:07:34.343 [pkcs15-tool] card.c:698:sc_select_file: called; type=2, path=3f005015
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:A4, P1:8, P2:0, data(2) 0x7f65cd0a
0x2ac3ce00 14:07:34.343 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:34.343 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 8 bytes] =====================================

00 A4 08 00 02 50 15 00 .....P..

0x2ac3ce00 14:07:34.343 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:34.372 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Incoming APDU data [ 2 bytes] =====================================

6A 86 j.

0x2ac3ce00 14:07:34.372 [pkcs15-tool] apdu.c:399:sc_single_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.372 [pkcs15-tool] apdu.c:552:sc_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.372 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:34.372 [pkcs15-tool] iso7816.c:121:iso7816_check_sw: Incorrect parameters P1-P2
0x2ac3ce00 14:07:34.372 [pkcs15-tool] iso7816.c:550:iso7816_select_file: returning with: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.372 [pkcs15-tool] card.c:720:sc_select_file: 'SELECT' error: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.372 [pkcs15-tool] pkcs15.c:1053:sc_pkcs15_bind_internal: absolute path to EF(ODF) 3f005031
0x2ac3ce00 14:07:34.372 [pkcs15-tool] card.c:698:sc_select_file: called; type=2, path=3f005031
0x2ac3ce00 14:07:34.372 [pkcs15-tool] apdu.c:563:sc_transmit_apdu: called
0x2ac3ce00 14:07:34.372 [pkcs15-tool] card.c:394:sc_lock: called
0x2ac3ce00 14:07:34.372 [pkcs15-tool] apdu.c:530:sc_transmit: called
0x2ac3ce00 14:07:34.701 [pkcs15-tool] apdu.c:384:sc_single_transmit: called
0x2ac3ce00 14:07:34.701 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:A4, P1:8, P2:0, data(2) 0x7f65cd52
0x2ac3ce00 14:07:34.701 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:34.701 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Outgoing APDU data [ 8 bytes] =====================================

00 A4 08 00 02 50 31 00 .....P1.

0x2ac3ce00 14:07:34.701 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:34.730 [pkcs15-tool] apdu.c:187:sc_apdu_log:
Incoming APDU data [ 2 bytes] =====================================

6A 86 j.

0x2ac3ce00 14:07:34.730 [pkcs15-tool] apdu.c:399:sc_single_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.730 [pkcs15-tool] apdu.c:552:sc_transmit: returning with: 0 (Success)
0x2ac3ce00 14:07:34.730 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:34.730 [pkcs15-tool] iso7816.c:121:iso7816_check_sw: Incorrect parameters P1-P2
0x2ac3ce00 14:07:34.730 [pkcs15-tool] iso7816.c:550:iso7816_select_file: returning with: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.730 [pkcs15-tool] card.c:720:sc_select_file: 'SELECT' error: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.730 [pkcs15-tool] pkcs15.c:1064:sc_pkcs15_bind_internal: EF(ODF) not found in '3f005031'
0x2ac3ce00 14:07:34.730 [pkcs15-tool] pkcs15.c:1171:sc_pkcs15_bind_internal: returning with: -1205 (Incorrect parameters in APDU)
0x2ac3ce00 14:07:34.730 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:34.730 [pkcs15-tool] pkcs15.c:1255:sc_pkcs15_bind: returning with: -1205 (Incorrect parameters in APDU)
PKCS#15 binding failed: Incorrect parameters in APDU
0x2ac3ce00 14:07:34.730 [pkcs15-tool] card.c:434:sc_unlock: called
0x2ac3ce00 14:07:34.730 [pkcs15-tool] reader-pcsc.c:574:pcsc_unlock: called
0x2ac3ce00 14:07:34.738 [pkcs15-tool] card.c:336:sc_disconnect_card: called
0x2ac3ce00 14:07:34.738 [pkcs15-tool] reader-pcsc.c:520:pcsc_disconnect: called
0x2ac3ce00 14:07:34.773 [pkcs15-tool] card.c:357:sc_disconnect_card: returning with: 0 (Success)
0x2ac3ce00 14:07:34.773 [pkcs15-tool] ctx.c:817:sc_release_context: called
0x2ac3ce00 14:07:34.773 [pkcs15-tool] reader-pcsc.c:778:pcsc_finish: called

@CardContact
Copy link
Member

You can see at

0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:389:sc_single_transmit: CLA:0, INS:B1, P1:0, P2:0, data(4) 0x7f659500
0x2ac3ce00 14:07:33.990 [pkcs15-tool] reader-pcsc.c:260:pcsc_transmit: reader 'OmniKey CardMan 3121 00 00'
0x2ac3ce00 14:07:33.990 [pkcs15-tool] apdu.c:187:sc_apdu_log: 
Outgoing APDU data [   13 bytes] =====================================
00 B1 00 00 00 00 04 54 02 00 00 02 00 .......T.....
======================================================================
0x2ac3ce00 14:07:33.990 [pkcs15-tool] reader-pcsc.c:190:pcsc_internal_transmit: called
0x2ac3ce00 14:07:33.991 [pkcs15-tool] reader-pcsc.c:219:pcsc_internal_transmit: OmniKey CardMan 3121 00 00:SCardTransmit/Control failed: 0x80100016

that the reader fails to process the extended length APDU.

Maybe you want to try the Omnikey driver for Linux and check the documentation how the reader can be switched to TPDU mode.

@scottthomas007
Copy link
Author

It is written @ https://github.com/OpenSC/OpenSC/wiki/SmartCardHSM
On Linux set in /etc/omnikey.ini
[Reader]
TPDU_T1Mode=1

but this does not solve the issue

@CardContact
Copy link
Member

Try running pcscd with

/usr/sbin/pcscd -a -d -f

to see if pcscd is actually using the Omnikey driver. You need to stop the pcscd service first.

@scottthomas007
Copy link
Author

##########while using omnikey udev rule in ccid file
SUBSYSTEM=="usb", ATTRS{idVendor}=="076B", ATTRS{idProduct}=="3021",ACTION=="add", RUN+="ok_pcscd_hotplug.sh"

root@josef:/# pcscd -fd
00000000 debuglog.c:265:DebugLogSetLevel() debug level=debug
00000223 configfile.l:287:DBGetReaderList() Parsing conf file: /usr/local/etc/reader.conf.d
00000043 pcscdaemon.c:518:main() pcsc-lite 1.8.1 daemon ready.
00032029 hotplug_libusb.c:514:HPAddHotPluggable() Adding USB device: 1:10:0
00000044 readerfactory.c:934:RFInitializeReader() Attempting startup of OMNIKEY CardMan (076B:3021) 3021 00 00 using /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4
00000130 dyn_unix.c:37:DYN_LoadLibrary() /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.0.5.5.bundle/Contents/Linux/ifdokccid.so: /usr/local/lib/pcsc/drivers/ifdok
00000023 readerfactory.c:941:RFInitializeReader() RFLoadReader failed: 0x80100014
00000013 readerfactory.c:276:RFAddReader() OMNIKEY CardMan (076B:3021) 3021 init failed.
28382399 winscard_msg_srv.c:230:ProcessEventsServer() Common channel packet arrival
00000046 winscard_msg_srv.c:242:ProcessEventsServer() ProcessCommonChannelRequest detects: 10
00000018 pcscdaemon.c:93:SVCServiceRunLoop() A new context thread creation is requested: 10
00000130 winscard_svc.c:297:ContextThread() Thread is started: dwClientID=10, threadContext @0xa47458
00000038 winscard_svc.c:315:ContextThread() Received command: CMD_VERSION from client 10
00000031 winscard_svc.c:327:ContextThread() Client is protocol version 4:2
00000022 winscard_svc.c:347:ContextThread() CMD_VERSION rv=0x0 for client 10
00000084 winscard_svc.c:315:ContextThread() Received command: ESTABLISH_CONTEXT from client 10
00003280 winscard.c:193:SCardEstablishContext() Establishing Context: 0x103CA0D
00000020 winscard_svc.c:408:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 10
00000123 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000066 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000096 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000076 winscard_svc.c:315:ContextThread() Received command: CONNECT from client 10
00000036 winscard.c:235:SCardConnect() Attempting Connect to OMNIKEY CardMan (076B:3021) 3021 00 00 using protocol: 3
00000019 winscard.c:241:SCardConnect() Reader OMNIKEY CardMan (076B:3021) 3021 00 00 Not Found
00000014 winscard_svc.c:449:ContextThread() CONNECT rv=0x80100009 for client 10
00000092 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000095 winscard_svc.c:315:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 10
00000076 winscard_svc.c:315:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 10
00000051 winscard_svc.c:389:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 10
00000053 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000082 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000176 winscard_svc.c:315:ContextThread() Received command: RELEASE_CONTEXT from client 10
00000032 winscard.c:204:SCardReleaseContext() Releasing Context: 0x103CA0D
00000020 winscard_svc.c:423:ContextThread() RELEASE_CONTEXT rv=0x0 for client 10
00002334 winscard_svc.c:307:ContextThread() Client die: 10
00000030 winscard_svc.c:918:MSGCleanupClient() Thread is stopping: dwClientID=10, threadContext @0xa47458
00000017 winscard_svc.c:924:MSGCleanupClient() Freeing SCONTEXT @0xa47458

###ccid udev rules and driver removed and now omnikey udev rules & drivers are active
##opensc 0.13 (also installed opensc 0.15)
##Omnikey driver ifdokccid_linux_i686-v4.0.5.5.tar.gz
###pcsc-lite 1.8

#Output

root@josef:/# pcscd -fd
00000000 debuglog.c:265:DebugLogSetLevel() debug level=debug
00000220 configfile.l:287:DBGetReaderList() Parsing conf file: /usr/local/etc/reader.conf.d
00000044 pcscdaemon.c:518:main() pcsc-lite 1.8.1 daemon ready.
00039655 hotplug_libusb.c:514:HPAddHotPluggable() Adding USB device: 1:11:0
00000045 readerfactory.c:934:RFInitializeReader() Attempting startup of OMNIKEY CardMan (076B:3021) 3021 00 00 using /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4
00000132 dyn_unix.c:37:DYN_LoadLibrary() /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.0.5.5.bundle/Contents/Linux/ifdokccid.so: /usr/local/lib/pcsc/drivers/ifdok
00000022 readerfactory.c:941:RFInitializeReader() RFLoadReader failed: 0x80100014
00000014 readerfactory.c:276:RFAddReader() OMNIKEY CardMan (076B:3021) 3021 init failed.
11832844 winscard_msg_srv.c:230:ProcessEventsServer() Common channel packet arrival
00000040 winscard_msg_srv.c:242:ProcessEventsServer() ProcessCommonChannelRequest detects: 10
00000018 pcscdaemon.c:93:SVCServiceRunLoop() A new context thread creation is requested: 10
00000129 winscard_svc.c:297:ContextThread() Thread is started: dwClientID=10, threadContext @0x81e458
00000037 winscard_svc.c:315:ContextThread() Received command: CMD_VERSION from client 10
00000031 winscard_svc.c:327:ContextThread() Client is protocol version 4:2
00000022 winscard_svc.c:347:ContextThread() CMD_VERSION rv=0x0 for client 10
00000088 winscard_svc.c:315:ContextThread() Received command: ESTABLISH_CONTEXT from client 10
00000065 winscard.c:193:SCardEstablishContext() Establishing Context: 0x1039852
00000019 winscard_svc.c:408:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 10
00000095 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000065 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000095 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000069 winscard_svc.c:315:ContextThread() Received command: CONNECT from client 10
00000036 winscard.c:235:SCardConnect() Attempting Connect to OMNIKEY CardMan (076B:3021) 3021 00 00 using protocol: 3
00000020 winscard.c:241:SCardConnect() Reader OMNIKEY CardMan (076B:3021) 3021 00 00 Not Found
00000014 winscard_svc.c:449:ContextThread() CONNECT rv=0x80100009 for client 10
00000140 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000095 winscard_svc.c:315:ContextThread() Received command: CMD_WAIT_READER_STATE_CHANGE from client 10
00000077 winscard_svc.c:315:ContextThread() Received command: CMD_STOP_WAITING_READER_STATE_CHANGE from client 10
00000050 winscard_svc.c:389:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 10
00000054 winscard_svc.c:315:ContextThread() Received command: CMD_GET_READERS_STATE from client 10
00000128 winscard_svc.c:315:ContextThread() Received command: RELEASE_CONTEXT from client 10
00000033 winscard.c:204:SCardReleaseContext() Releasing Context: 0x1039852
00000019 winscard_svc.c:423:ContextThread() RELEASE_CONTEXT rv=0x0 for client 10
00001180 winscard_svc.c:307:ContextThread() Client die: 10
00000030 winscard_svc.c:918:MSGCleanupClient() Thread is stopping: dwClientID=10, threadContext @0x81e458
00000017 winscard_svc.c:924:MSGCleanupClient() Freeing SCONTEXT @0x81e458

i have inserted/removed the smart card reader but it is still showing following output against opensc-tool -l command

Detected readers (pcsc)

Nr. Card Features Name
0 No OMNIKEY CardMan (076B:3021) 3021 00 00
root@josef:/etc/udev/rules.d#

after installting Omnikey Driver (ifdokccid_linux_i686-v4.0.5.5.tar.gz), it does not detect any smart card. "No" shown in the "opensc-tool -l" command.

@scottthomas007
Copy link
Author

As per my understanding, problem is with the omnikey drivers. Omnikey driver are for Intel (32/64) architecture. However, i am using debian on MIPS64 architecture.
Error is shown in the following command. pcscd (pcsc-lite-1.8.15) is unable to load driver

root@josef:/# pcscd -fd
00000000 debuglog.c:289:DebugLogSetLevel() debug level=debug
00000256 configfile.l:353:DBGetReaderList() Parsing conf file: /usr/local/etc/reader.conf.d
00000047 pcscdaemon.c:567:main() pcsc-lite 1.8.15 daemon ready.
00032022 hotplug_libusb.c:538:HPAddHotPluggable() Adding USB device: 1:26:0
00000041 readerfactory.c:1066:RFInitializeReader() Attempting startup of OMNIKEY CardMan (076B:3021) 3021 00 00 using /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.0.5.5.bundle/Contents/Linux/ifdokccid.so
00000133 dyn_unix.c:58:DYN_LoadLibrary() /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.0.5.5.bundle/Contents/Linux/ifdokccid.so: /usr/local/lib/pcsc/drivers/ifdokccid_linux_i686-v4.0.5.5.bundle/Contents/Linux/ifdokccid.so: ELF file data encoding not big-endian

00000030 readerfactory.c:1073:RFInitializeReader() RFLoadReader failed: 0x80100014
00000014 readerfactory.c:372:RFAddReader() OMNIKEY CardMan (076B:3021) 3021 init failed.
01992316 winscard_msg_srv.c:251:ProcessEventsServer() Common channel packet arrival
00000044 winscard_msg_srv.c:263:ProcessEventsServer() ProcessCommonChannelRequest detects: 9
00000018 pcscdaemon.c:132:SVCServiceRunLoop() A new context thread creation is requested: 9
00003463 winscard_svc.c:329:ContextThread() Authorized PC/SC client
00000020 winscard_svc.c:333:ContextThread() Thread is started: dwClientID=9, threadContext @0xc2f880
00009961 winscard_svc.c:351:ContextThread() Received command: CMD_VERSION from client 9
00000064 winscard_svc.c:363:ContextThread() Client is protocol version 4:3
00000017 winscard_svc.c:383:ContextThread() CMD_VERSION rv=0x0 for client 9
00000081 winscard_svc.c:351:ContextThread() Received command: ESTABLISH_CONTEXT from client 9
00000061 winscard.c:213:SCardEstablishContext() Establishing Context: 0x7E47FFC8
00000018 winscard_svc.c:444:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 9
00000094 winscard_svc.c:351:ContextThread() Received command: CMD_GET_READERS_STATE from client 9
00000072 winscard_svc.c:351:ContextThread() Received command: CMD_GET_READERS_STATE from client 9
00000098 winscard_svc.c:351:ContextThread() Received command: CMD_GET_READERS_STATE from client 9
00000074 winscard_svc.c:351:ContextThread() Received command: CONNECT from client 9
00000038 winscard_svc.c:482:ContextThread() Authorized client for 'OMNIKEY CardMan (076B:3021) 3021 00 00'
00000023 winscard.c:255:SCardConnect() Attempting Connect to OMNIKEY CardMan (076B:3021) 3021 00 00 using protocol: 3
00000017 winscard.c:260:SCardConnect() Reader OMNIKEY CardMan (076B:3021) 3021 00 00 Not Found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants