opensc:optional-do

Last commit made on 2023-04-13
Get this branch:
git clone -b optional-do https://git.launchpad.net/opensc

Branch merges

Branch information

Name:
optional-do
Repository:
lp:opensc

Recent commits

ea1889f... by Frank Morgner <email address hidden>

added log message

4dc953a... by Frank Morgner <email address hidden>

avoid hiding errors in card commands with SC_ERROR_OFFSET_TOO_LARGE

24dab2a... by Frank Morgner <email address hidden>

implemented __builtin_zuadd_overflow

2a41d4b... by Frank Morgner <email address hidden>

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.

9558af0... by Frank Morgner <email address hidden>

iso7816: fixed APDU case for read record with DO

4fc8770... by Frank Morgner <email address hidden>

iso7816: Fixed reading with discretionary data object

fixes https://github.com/OpenSC/OpenSC/issues/2738

5e06acb... by Frank Morgner <email address hidden>

run update_record/read_record multiple times with offset if needed

3d5bf0b... by Frank Morgner <email address hidden>

iso7816: added support for updating/reading record with offset

440376b... by Frank Morgner <email address hidden>

added idx parameter to sc_[read|update]_record

3843ffd... by Normann Cunz <email address hidden>

Remarks considered. Refers to #2504 and #2505