Skip to content

Commit 0875248

Browse files
committed
change fido aids
1 parent 993cbbb commit 0875248

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

applets/vk-u2f

docs/applets/5-fido.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are feeling lucky, you can however already test the FIDO2 applet.
1919
- Repository: https://github.com/darconeous/u2f-javacard
2020
- Binary name: `U2FApplet.cap`
2121
- Download: https://github.com/StarGate01/flexsecure-applets/releases
22-
- AID: `a0:00:00:06:47:2F:00:01`, Package: `a0:00:00:06:47:2F:00`
22+
- AID: `a0:00:00:06:47:2F:00:01:01`, Package: `a0:00:00:06:47:2F:00:01`
2323
- Storage requirements:
2424
- Persistent: `8020` bytes
2525
- Transient reset: `865` bytes
@@ -30,7 +30,7 @@ If you are feeling lucky, you can however already test the FIDO2 applet.
3030
- Repository: https://github.com/VivoKey/vk-u2f (forked from u2f-javacard)
3131
- Binary name: `CTAP2.cap`
3232
- Download: https://github.com/StarGate01/flexsecure-applets/releases
33-
- AID: `a0:00:00:06:47:2F:00:01`, Package: `a0:00:00:06:47:2F:00`
33+
- AID: `a0:00:00:06:47:2F:00:01:01`, Package: `a0:00:00:06:47:2F:00:01`
3434

3535
## Compiling the Applet Yourself
3636

scripts/compile/res/u2f-javacard.build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<get src="https://github.com/martinpaljak/ant-javacard/releases/download/v1.4/ant-javacard.jar" skipexisting="true" dest="."/>
55
<taskdef name="javacard" classname="pro.javacard.ant.JavaCard" classpath="ant-javacard.jar"/>
66
<javacard>
7-
<cap output="target/U2FApplet.cap" classes="target" sources="src" aid="a0:00:00:06:47:2F:00" version="1.1">
8-
<applet class="com.ledger.u2f.U2FApplet" aid="a0:00:00:06:47:2F:00:01"/>
7+
<cap output="target/U2FApplet.cap" classes="target" sources="src" aid="a0:00:00:06:47:2F:00:01" version="1.1">
8+
<applet class="com.ledger.u2f.U2FApplet" aid="a0:00:00:06:47:2F:00:01:01"/>
99
</cap>
1010
</javacard>
1111
</target>

0 commit comments

Comments
 (0)