Results 170 comments of Robin Krahl

Yes, adding SE050 support for FIDO2 over USB would be possible in the future. But it is not yet decided if and when it will be implemented.

We now have a [Features](https://docs.nitrokey.com/nitrokey3/features) page in the Nitrokey 3 documentation that lists the available applications and whether they use the secure element.

Next iteration: - reverse sort order (highest stack usage first) - demangle identifiers - make output prettier ```rust #!/usr/bin/env -S cargo +nightly -Zscript //! ```cargo //! [package] //! edition =...

We now have a workaround. Maybe we should revisit this in the future. For the record, reconfiguration hangs here: https://github.com/lpc55/lpc55-hal/blob/631af6809bea04fe67e5e059d70be524fa02ac3b/src/drivers/spi.rs

This is caused by a bug in a `Deserialize` implementation in `ctap-types`: https://github.com/solokeys/ctap-types/issues/7.

Though the algorithm field is really missing: https://github.com/shimunn/ctap/blob/bf862f6a4bbc007263cbe679db33c8dd3c2ffc79/src/cbor.rs#L589-L590 I’m not sure whether this is valid.

Okay, it’s optional: ``` COSE_Key = { 1 => tstr / int, ; kty ? 2 => bstr, ; kid ? 3 => tstr / int, ; alg ? 4...

@intr-cx The CTAP2 issues described above are fixed in the firmware, although we might revert some of the fixes in the future because the specification requires a strict implementation that...

Regarding the opcard issue: GnuPG can be difficult when devices are removed and re-attached, so re-connecting or rebooting the device might already fix it. Also, please make sure that the...

@xundeenergie If you installed the v1.3.0-rc.1 firmware, this is expected as the OpenPGP application is currently only available in alpha. We will release a new v1.3.0 alpha with OpenPGP support...