-
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.
Implement EMV initiate application processing
* emv_initiate_application_processing() is responsible for using the DOL helper functions to process the PDOL and build the concatenated data, as well as determine the outcome of GET PROCESSING OPTIONS in accordance with EMV 4.4 Book 4, 6.3.1. * EMV_OUTCOME_GPO_NOT_ACCEPTED has been added to indicate that the processing conditions are not accepted, and is in contrast to EMV_OUTCOME_NOT_ACCEPTED which indicates that the card as a whole is not accepted. The appropriate action, whether to ignore the application and return to application selection, or whether to terminate the session, is indicated for the individual processing steps in EMV 4.4 Book 4.
- Loading branch information
Showing
5 changed files
with
683 additions
and
67 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
Oops, something went wrong.