Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Manage security environment #60

Closed sosthene-nitrokey closed 1 year ago

sosthene-nitrokey commented 1 year ago

This PR adds support for the MANAGE SECURITY ENVIRONMENT command.

sosthene-nitrokey commented 1 year ago

I don't understand why the CI fails. It runs on my machine

sosthene-nitrokey commented 1 year ago

Ok, it's because of openpgp-card-pcsc which was updated and broke semver. https://gitlab.com/openpgp-card/openpgp-card/-/issues/41

sosthene-nitrokey commented 1 year ago

Upgrading to v0.3 could solve the issue. But v0.3 adds Sync bounds which are pretty restrictive. I've made PRs to make it possible to implement it on our end:

https://github.com/trussed-dev/interchange/pull/7 https://github.com/trussed-dev/trussed/pull/50