We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fcd6a commit c1649d9Copy full SHA for c1649d9
src/main/java/us/q3q/fido2/FIDO2Applet.java
@@ -14,7 +14,7 @@ public final class FIDO2Applet extends Applet implements ExtendedLength {
14
/**
15
* The version of this applet in use
16
*/
17
- private static final byte FIRMWARE_VERSION = 0x01;
+ private static final byte FIRMWARE_VERSION = 0x02;
18
// Configurable parameters
19
20
* If set, use low-security keys for everything, to fully comply with the FIDO standards without alwaysUv
0 commit comments