Skip to content

Commit

Permalink
Merge pull request #315 from PeculiarVentures/add-alcor-micro-card-su…
Browse files Browse the repository at this point in the history
…pport

Add support for JCOP3 IAS ECC
  • Loading branch information
microshine authored Nov 21, 2024
2 parents d9e9859 + 6e7b0df commit 2a814ea
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion packages/cards/lib/card.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./card.schema.json",
"version": "1.1.20",
"version": "1.1.21",
"cards": [
{
"atr": "3B7F9600008031805843657274756D3031829000",
Expand Down Expand Up @@ -437,6 +437,11 @@
"atr": "3bfd1800008031fe45736674652d63643038302d6e66dc",
"name": "Brazilian Medical Identity Card",
"driver": "4485A4DCDF92D361F7418D0C447FEC810C609F12"
},
{
"atr": "3BDF18FF8191FE1FC3003138644790ECC273140150829000BA",
"name": "JCOP3 IAS ECC",
"driver": "9A935824C7841305E0CB0F77D66A28479F22994A"
}
],
"drivers": [
Expand Down Expand Up @@ -828,6 +833,18 @@
}
}
}
},
{
"id": "9A935824C7841305E0CB0F77D66A28479F22994A",
"name": "Smart Card Middleware",
"file": {
"windows": {
"x64": "%PROGRAMFILES/Smart Card Middleware/bin/idoPKCS.dll",
"x86": "%PROGRAMFILES(x86)/Smart Card Middleware/bin/idoPKCS.dll"
},
"osx": "/Library/SCMiddleware/libidop11.dylib",
"linux": "/usr/lib/SCMiddleware/libidop11.so"
}
}
]
}

0 comments on commit 2a814ea

Please sign in to comment.