From 8b9e921db7a195f44425809c6e2ad83827a44a73 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 6 Mar 2023 14:41:54 +0100 Subject: [PATCH] Adjust README and subplot test to fix previously wrong application ID format. --- tools/README.md | 2 +- tools/subplot/opgpcard.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/README.md b/tools/README.md index 1b6b073..7eb126a 100644 --- a/tools/README.md +++ b/tools/README.md @@ -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: diff --git a/tools/subplot/opgpcard.md b/tools/subplot/opgpcard.md index 6614596..9dedc5e 100644 --- a/tools/subplot/opgpcard.md +++ b/tools/subplot/opgpcard.md @@ -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": [],