mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add aid to resource file
This commit is contained in:
parent
48827699de
commit
d998fabe2f
2 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Added PIV aid to resource file (@jmichel)
|
||||||
- Fixed failing compilation on Proxspace environment due to how python is initialized (@jmichel)
|
- Fixed failing compilation on Proxspace environment due to how python is initialized (@jmichel)
|
||||||
- Fixed length check in sim module communications (@jmichel)
|
- Fixed length check in sim module communications (@jmichel)
|
||||||
- Changed timings in i2c.c when communicating with sim module (@iceman1001)
|
- Changed timings in i2c.c when communicating with sim module (@iceman1001)
|
||||||
|
|
|
@ -1247,6 +1247,14 @@
|
||||||
"Description": "PIV End Point Applet. Last 2 bytes designate version",
|
"Description": "PIV End Point Applet. Last 2 bytes designate version",
|
||||||
"Type": ""
|
"Type": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"AID": "A000000308000010000100",
|
||||||
|
"Vendor": "National Institute of Standards and Technology",
|
||||||
|
"Country": "United States",
|
||||||
|
"Name": "Personal Identity Verification (PIV) / ID-ONE PIV BIO",
|
||||||
|
"Description": "PIV End Point Applet. Last 2 bytes designate version",
|
||||||
|
"Type": ""
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"AID": "A00000031510100528",
|
"AID": "A00000031510100528",
|
||||||
"Vendor": "Currence Holding/PIN BV",
|
"Vendor": "Currence Holding/PIN BV",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue