Compare commits

..

No commits in common. "55789c7ee14701f11482843444c0f5ad903ea332" and "8579919f036d13f57363e7fd7ec3ebb2a722e9fc" have entirely different histories.

5 changed files with 4 additions and 3248 deletions

3241
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -592,7 +592,7 @@ impl Display for ApplicationIdentifier {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(
f,
"D276000124 {:02X} {:04X} {:04X} {:08X} 0000",
"D276000124 01 {:02X} {:04X} {:04X} {:08X} 0000",
self.application, self.version, self.manufacturer, self.serial
)
}

View file

@ -6,7 +6,7 @@
name = "openpgp-card-tools"
description = "CLI tools for OpenPGP cards"
license = "MIT OR Apache-2.0"
version = "0.9.1"
version = "0.9.0"
authors = ["Heiko Schaefer <heiko@schaefer.name>"]
edition = "2018"
repository = "https://gitlab.com/openpgp-card/openpgp-card"
@ -41,9 +41,6 @@ subplot-build = "0.5.0"
fehler = "1.0.0"
subplotlib = "0.5.0"
[profile.release]
codegen-units = 1
[features]
default = ["sequoia-openpgp/default"]

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 0200 FFFE 12345678 0000
Application Identifier: D276000124 01 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 0200 AFAF 00001234 0000",
"application_id": "D276000124 01 01 0200 AFAF 00001234 0000",
"manufacturer_id": "AFAF",
"manufacturer_name": "Unknown",
"card_service_data": [],