-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update comments to EMV 4.4 * Implement error and result enums for TAL * Add logging for all code paths * Build candidate list while processing PSE AEF records as recommended by EMV 4.4 Book 1, 12.3.2, step 3, instead of afterwards * Ensure that emv_app_list_push() clears the next pointer of the app being pushed onto the back of the list * Remove emv_app_list_filter_supported() because it is no longer needed * Let emv_app_is_supported() take const parameters * Fix emv_tlv_parse() recursion
- Loading branch information
Showing
6 changed files
with
166 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.