tananaev / passport-reader

e-Passport NFC Reader Android app
348 stars 132 forks source link

Fixing PACE #24

Closed rgex closed 4 years ago

rgex commented 4 years ago

The EF_CARD_ACCESS file has to be read to get the PACE infos not the EF_CARD_SECURITY file.

More details: https://stackoverflow.com/questions/46906662/how-to-use-dopace-in-lib-jmrtd-0-6-0

rgex commented 4 years ago

Variable name was changed

tananaev commented 4 years ago

Merged, thanks.

tananaev commented 4 years ago

Have you actually tested it? The project doesn't even compile with this change.

Had to revert everything.

rgex commented 4 years ago

Sorry, I missed the import I guess. But I am sure this fixed the PACE issue (I tested it in my other app).