Commit graph

7334 commits

Author SHA1 Message Date
tharexde 78cb9df465 Merge branch 'master' into 4x50_eview
update 201217 2
2020-12-17 21:30:32 +01:00
Ave a04d67e828 emrtd: Dump image when dumping EF_DG2 2020-12-17 23:23:31 +03:00
Ave f3d5c60c10 emrtd: Dump cert when dumping EF_SOD 2020-12-17 22:45:41 +03:00
tharexde c37b74a721 Merge branch 'master' into 4x50_eview
update 201217
2020-12-17 20:42:41 +01:00
Ave ae7090a47e emrtd: Dump image when dumping EF_DG5 2020-12-17 22:22:41 +03:00
Ave a9f28adabf emrtd: Improve emrtd_lds_get_data_by_tag to account for variable data sizes 2020-12-17 22:22:26 +03:00
Ave 01ec2efc25 Show hints by default 2020-12-17 22:07:16 +03:00
Ave 205885cb15 emrtd: Improve card presence check logic 2020-12-17 18:18:25 +03:00
iceman1001 b3c7dd64c6 fix auth logic, and compiler warning 2020-12-17 14:46:57 +01:00
iceman1001 646b0eefb7 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2020-12-17 08:40:03 +01:00
Ave 8cb25b742a emrtd: Remove redundant padding code 2020-12-17 05:12:54 +03:00
Ave b31a610566 emrtd: Fix passport composite + change print order 2020-12-17 05:08:56 +03:00
Ave 8e6736edd1 emrtd: Verify composite check digits 2020-12-17 04:28:26 +03:00
Ave b362101b54 emrtd: Split emrtd_mrz_verify_check_digit into two funcs 2020-12-17 04:19:54 +03:00
Ave 8e72830686 emrtd: Merge two functions into emrtd_lds_get_data_by_tag 2020-12-17 04:15:00 +03:00
Ave 2e3e4835ed emrtd: Support ID cards on hf emrtd info 2020-12-17 04:03:09 +03:00
Ave 9066aa1d26 emrtd: Support passports on hf emrtd info 2020-12-17 03:44:39 +03:00
iceman1001 76da4ce427 change 14b apdu - longer timeout, emrt now autopad too short document numbers 2020-12-17 02:09:26 +03:00
iceman1001 4b9ffef63a change 14b apdu - longer timeout, emrt now autopad too short document numbers 2020-12-17 00:00:26 +01:00
Ave 503e48d409 emrtd: Start work on the hf emrtd info command 2020-12-16 23:53:40 +03:00
Ave ac3392402f emrtd: Split auth into a separate function
This is done to prepare for info command
2020-12-16 22:18:49 +03:00
Ave 84873aa3cf emrtd: pad document number 2020-12-16 21:21:11 +03:00
iceman1001 c7e5648164 maur default key 2020-12-15 21:35:21 +01:00
Christian Molson 60f36b468d em4x70: Add write key convenience function. Use real values in writekey/auth help text so people with blank tags can program a test key and test authentication. 2020-12-15 12:32:30 -05:00
Christian Molson dc35f79bd2 em4x70: Add write pin convenience function to write and verify a new pin 2020-12-15 11:22:43 -05:00
Iceman 7f6bad4eae
Merge pull request #1105 from aveao/emrtd
eMRTD: Bugfixes & basic cleanup
2020-12-15 10:20:28 +01:00
Ave fbfe1d051c emrtd: loads of renames 2020-12-15 02:55:23 +03:00
Iceman 2bc36d5716
Merge pull request #1103 from ikarus23/apdufind
APDU finder: Reset the tag every x seconds (default is 5 minutes).
2020-12-15 00:30:40 +01:00
Ave 4969a0bca3 emrtd: Fix a crash 2020-12-15 02:19:42 +03:00
ikarus b9b92c6bc3 APDU finder: Prevent reactivating the field (speedup). 2020-12-14 23:27:47 +01:00
ikarus 006e5d2be0 APDU finder: Reset the tag every x seconds (default is 5 minutes). 2020-12-14 21:48:02 +01:00
Christian Molson 5f8612cf92 em4x70: Improve client print out of tag information 2020-12-14 14:30:43 -05:00
Iceman c683071901
Merge pull request #1101 from aveao/emrtd
eMRTD support 1/?
2020-12-14 18:34:55 +01:00
Ave 3339ba110f emrtd: Split BAC into its own function 2020-12-14 20:09:20 +03:00
Ave bc00e92af0 emrtd: Switch from size_t to int to make CI happy 2020-12-14 19:08:03 +03:00
Ave 457311ffd9 emrtd: make clean pass 2020-12-14 18:25:49 +03:00
Ave d197d5df34 emrtd: Complete non-BAC support 2020-12-14 18:24:24 +03:00
Ave 0bca61aa99 emrtd: Continue work on supporting non-BAC passports 2020-12-14 18:05:45 +03:00
Ave eaea632eb3 emrtd: Join secure and insecure reads 2020-12-14 17:45:53 +03:00
Ave 19922e1d23 emrtd: Clean up includes, further document used files 2020-12-14 17:30:58 +03:00
Ave 8ed358e3be emrtd: Mark DESKey as const 2020-12-14 17:28:54 +03:00
Ave 1e16b2d2d9 emrtd: Code cleanup, impl PRNG 2020-12-14 17:26:47 +03:00
Ave a5aed0dffd emrtd: Force dumping EF_SOD 2020-12-14 02:42:37 +03:00
Ave 41a7bdef1c emrtd: Detect file list on card and dump what is available 2020-12-14 02:11:39 +03:00
Ave a85e8a40d4 emrtd: Get file list from ef_com (but not parse yet) 2020-12-14 01:30:11 +03:00
Ave d5d5cc1fe6 emrtd: Add further checks to secure_select and secure_read 2020-12-14 00:21:10 +03:00
iceman1001 9db2a04449 fix: rem - now handles cliparse and strings correct 2020-12-13 01:44:03 +01:00
ikarus 81981a73fe APDU finder: increment P1/P2 alternating & add Changelog entry. 2020-12-13 01:25:55 +01:00
iceman1001 a9713bbe61 fix #1094 - add Le 2020-12-13 01:17:41 +01:00
ikarus baa86de247 Fixed merge conflict (make style). 2020-12-13 00:16:56 +01:00