-
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.
Refactor emv_initiate_application_processing() to use emv_ctx_t
Note that emv_initiate_application_processing() will now clear the ICC data list in case it was populated by a previous application selection attempt. Also, emv_initiate_application_processing() no longer has separate TLV source lists as parameters and will instead search the TLV lists when building the PDOL data for GET PROCESSING OPTIONS in this order: * emv_ctx_t.params * emv_ctx_t.config In future, a more advanced per-AID configuration mechanism will impact the above order.
- Loading branch information
Showing
4 changed files
with
98 additions
and
146 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.