From: Frank M. <no...@gi...> - 2022-01-06 09:39:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0a7be07a715aa2589250d4fe3a0f953f5b5e4976 https://github.com/OpenSC/OpenSC/commit/0a7be07a715aa2589250d4fe3a0f953f5b5e4976 Author: Frank Morgner <fra...@gm...> Date: 2022-01-06 (Thu, 06 Jan 2022) Changed paths: M src/libopensc/card-npa.c Log Message: ----------- nPA: simplify/unbreak card detection Some cards don't accept selection from MF (P1=08), but only relative selection (P1=02). This breaks the default implementation of sc_enum_apps() for those cards. Use a default EF.DIR for detection and initializing the card's apps. Commit: 8f2a653419d767ac31c687eb884b84727f922d27 https://github.com/OpenSC/OpenSC/commit/8f2a653419d767ac31c687eb884b84727f922d27 Author: Frank Morgner <fra...@gm...> Date: 2022-01-06 (Thu, 06 Jan 2022) Changed paths: M src/libopensc/iso7816.c Log Message: ----------- iso7816: don't let sc_read_binary into the way of iso7816_read_binary_sfid fixes ignoring 6282 due to automatic retry of reading the requested number of bytes in sc_read_binary Commit: de8fa080de797d0792154f3047e7587c0298f216 https://github.com/OpenSC/OpenSC/commit/de8fa080de797d0792154f3047e7587c0298f216 Author: Frank Morgner <fra...@gm...> Date: 2022-01-06 (Thu, 06 Jan 2022) Changed paths: M src/tools/npa-tool.c Log Message: ----------- npa-tool: add error message if OpenPACE is missing Commit: 7dc966b561834b574e784c8e96cca387fa6d7e83 https://github.com/OpenSC/OpenSC/commit/7dc966b561834b574e784c8e96cca387fa6d7e83 Author: Frank Morgner <fra...@gm...> Date: 2022-01-06 (Thu, 06 Jan 2022) Changed paths: M src/sm/sm-eac.c Log Message: ----------- avoid strict aliasing problems Compare: https://github.com/OpenSC/OpenSC/compare/4653d7072df8...7dc966b56183 |