Adjust README and subplot test to fix previously wrong application ID format.

This commit is contained in:
Heiko Schaefer 2023-03-06 14:41:54 +01:00
parent 2427708f97
commit 8b9e921db7
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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": [],