From: Doug E. <no...@gi...> - 2022-11-09 08:57:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 80ec11f8e6a73ba644e1348b0f27e20747aef9e0 https://github.com/OpenSC/OpenSC/commit/80ec11f8e6a73ba644e1348b0f27e20747aef9e0 Author: Doug Engert <dee...@gm...> Date: 2022-11-09 (Wed, 09 Nov 2022) Changed paths: M win32/customactions.cpp Log Message: ----------- customactions.cpp - fix atrs before adding to registry Include a fix for #2625 OpenSC definitions of ATRs have been lax in "sc_atr_table" entries by allowing 1 bits in the ATR that need to be 0 bits when used with Windows compare Do the equivalent reduction of the table ATR done in card.c by "tbin[s] = (tbin[s] & mbin[s]);" before adding to registry. This will then allow lax definitions of ATRs to be copied to customactions.cpp and fixed before adding to registry. Changes to be committed: modified: win32/customactions.cpp |