Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Add selection of interface so that Opcard only accept one of them. #167

Closed sosthene-nitrokey closed 9 months ago

sosthene-nitrokey commented 1 year ago

Supporting both interfaces concurrently would require duplicating the runtime state to prevent sharing of the authorization layer.

Currently no Nitrokey device supports NFC for OpenPGP, this can also disable support for it.

Depends on https://github.com/trussed-dev/apdu-dispatch/pull/18

sosthene-nitrokey commented 9 months ago

Done in #184