LedgerHQ / app-openpgp

OpenPGP Card Application
Apache License 2.0
123 stars 21 forks source link

Adjust value of STATE_ACTIVATE to conform to OpenPGP card spec #73

Closed hko-s closed 2 years ago

hko-s commented 2 years ago

Based on the OpenPGP card spec, I think this value should be 5. (However, GnuPG as far as I understand doesn't do much with this status value)

Context: I'm working on a new OpenPGP card client library https://crates.io/crates/openpgp-card and am trying to avoid adding card-specific workaround code.

(FYI: I hope send more small MRs soon, as I work my way through my test suite with the Ledger)

hko-s commented 2 years ago

Closing this, in favor of https://github.com/LedgerHQ/openpgp-card-app/pull/75