Adjust README and subplot test to fix previously wrong application ID format.
This commit is contained in:
parent
2427708f97
commit
8b9e921db7
2 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ Most of the output is probably not of interest to regular users.
|
|||
$ opgpcard info
|
||||
OpenPGP card FFFE:12345678 (card version 2.0)
|
||||
|
||||
Application Identifier: D276000124 01 01 0200 FFFE 12345678 0000
|
||||
Application Identifier: D276000124 01 0200 FFFE 12345678 0000
|
||||
Manufacturer [FFFE]: Range reserved for randomly assigned serial numbers.
|
||||
|
||||
Card Capabilities:
|
||||
|
|
|
@ -105,7 +105,7 @@ then stdout, as JSON, matches embedded file info.json
|
|||
~~~{#info.json .file .json}
|
||||
{
|
||||
"card_version": "2.0",
|
||||
"application_id": "D276000124 01 01 0200 AFAF 00001234 0000",
|
||||
"application_id": "D276000124 01 0200 AFAF 00001234 0000",
|
||||
"manufacturer_id": "AFAF",
|
||||
"manufacturer_name": "Unknown",
|
||||
"card_service_data": [],
|
||||
|
|
Loading…
Reference in a new issue