Skip to content

Commit 7a1ce57

Browse files
committed
Rollback AID change
1 parent 672d0d7 commit 7a1ce57

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 @@ 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:01:01`, Package: `a0:00:00:06:47:2F:00:01:01`
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 @@ 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:01:02`, Package: `a0:00:00:06:47:2F:00:01:02`
33+
- AID: `a0:00:00:06:47:2F:00:01:01`, Package: `a0:00:00:06:47:2F:00:01`
3434
- Storage requirements:
3535
- Persistent: `13520` bytes
3636
- Transient reset: `2382` bytes

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:01:02" version="1.1">
8-
<applet class="com.ledger.u2f.U2FApplet" aid="a0:00:00:06:47:2F:00:01:02: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)