From: Galoh H. <gr...@gm...> - 2013-02-07 03:44:10
|
Hello, In opensc0.12.2, this code works. sc_format_path (aid, &app); app.type = SC_PATH_TYPE_DF_NAME; r = sc_get_iso7816_driver()->ops->select_file( card, &app, NULL ); the debug output is 00 A4 04 00 0A 50 4B 49 41 50 50 00 00 00 01 .....PKIAPP.... how ever in opensc 0.13.0, the same code give output of 00 A4 04 0C 0A 50 4B 49 41 50 50 00 00 00 01 .....PKIAPP.... with different in the 4th column. 00 ->0C. Any new way to handle the SC_PATH_TYPE_DF_NAME in opensc0.13.0 Thank you |