From: Frank M. <no...@gi...> - 2023-04-13 12:38:57
|
Branch: refs/heads/optional-do Home: https://github.com/OpenSC/OpenSC Commit: 4fc877099bbdabcaae5d1ff215469bea83cdcad1 https://github.com/OpenSC/OpenSC/commit/4fc877099bbdabcaae5d1ff215469bea83cdcad1 Author: Frank Morgner <fra...@gm...> Date: 2023-04-11 (Tue, 11 Apr 2023) Changed paths: M src/libopensc/iso7816.c Log Message: ----------- iso7816: Fixed reading with discretionary data object fixes https://github.com/OpenSC/OpenSC/issues/2738 Commit: 9558af0fa6aa512a6191e2ca4c21f1b9d13533d0 https://github.com/OpenSC/OpenSC/commit/9558af0fa6aa512a6191e2ca4c21f1b9d13533d0 Author: Frank Morgner <fra...@gm...> Date: 2023-04-11 (Tue, 11 Apr 2023) Changed paths: M src/libopensc/iso7816.c Log Message: ----------- iso7816: fixed APDU case for read record with DO Commit: 2a41d4beeafd75b438cdc824cc0a9f92ceb915f3 https://github.com/OpenSC/OpenSC/commit/2a41d4beeafd75b438cdc824cc0a9f92ceb915f3 Author: Frank Morgner <fra...@gm...> Date: 2023-04-12 (Wed, 12 Apr 2023) Changed paths: M src/libopensc/card.c Log Message: ----------- sc_read_binary/record: only require the first command to succeed If some subsequent APDU fails, we relax and just return what we've successfully read hoping that this will be enough to proceed. Commit: 24dab2a6903074b1692c134b347797fc35ed967d https://github.com/OpenSC/OpenSC/commit/24dab2a6903074b1692c134b347797fc35ed967d Author: Frank Morgner <fra...@gm...> Date: 2023-04-12 (Wed, 12 Apr 2023) Changed paths: M src/common/compat_overflow.c M src/common/compat_overflow.h Log Message: ----------- implemented __builtin_zuadd_overflow Commit: 4dc953ad75b1b03e9cb6ac6159c4e27658413223 https://github.com/OpenSC/OpenSC/commit/4dc953ad75b1b03e9cb6ac6159c4e27658413223 Author: Frank Morgner <fra...@gm...> Date: 2023-04-12 (Wed, 12 Apr 2023) Changed paths: M src/libopensc/card.c Log Message: ----------- avoid hiding errors in card commands with SC_ERROR_OFFSET_TOO_LARGE Commit: ea1889f0aca3706ac8aa87e92757f44387ec65de https://github.com/OpenSC/OpenSC/commit/ea1889f0aca3706ac8aa87e92757f44387ec65de Author: Frank Morgner <fra...@gm...> Date: 2023-04-13 (Thu, 13 Apr 2023) Changed paths: M src/libopensc/card.c Log Message: ----------- added log message Compare: https://github.com/OpenSC/OpenSC/compare/4fc877099bbd%5E...ea1889f0aca3 |