Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eMRTD authenticity and integrity verification #35

Open
genaris opened this issue Nov 1, 2024 · 0 comments
Open

eMRTD authenticity and integrity verification #35

genaris opened this issue Nov 1, 2024 · 0 comments

Comments

@genaris
Copy link
Contributor

genaris commented Nov 1, 2024

Following the inspection process in section 5.1.1 of ICAO 9303 part 11, Service Agent's eMRTD capabilities should add means of integrity/authenticity verification of the documents by:

  • Validating the certification path of EF_SOD. This means that it should load ICAO certificates master list and check that the signature of this file contents corresponds to the entity signing the document and that the trust chain is valid. A good implementation to check our development could be https://github.com/ZeroPass/pymrtd
  • Once it is validated, calculate the hash of the read data groups (namely EF_DG1 and EF_DG2) and compare it to the ones in EF_SOD in order to check the integrity of the data on the document.

Some other interesting implementation I've found recently that we can look at: https://github.com/Fethbita/eMRTD_face_access

@genaris genaris changed the title eMRTD contents verification eMRTD authenticity and integrity verification Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant