-
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.
* emv_tal_read_sfi_records() is responsible for reading the records specified for a specific SFI by a single AFL entry. Each record is: - validated according to EMV 4.4 Book 3, 6.5.11.4; - assessed to determine whether it is suitable for processing during offline data authentication, although offline data authentication itself has not yet been implemented; and - parsed for EMV application data fields * emv_tal_read_afl_records() is responsible for using the AFL helper functions to parse the AFL entries and then invoking emv_tal_read_sfi_records() for each AFL entry * emv_read_application_data() is responsible for finding the AFL field in the ICC data, invoking emv_tal_read_afl_records() to read the application data, validating that there are no duplicate/redundant fields, validating that mandatory fields are present, appending the application data to the ICC data, and determining the outcome of the processing. * Various Doxygen and comment updates for EMV 4.4
- Loading branch information
Showing
13 changed files
with
1,053 additions
and
44 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
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.