Skip to content

Commit

Permalink
Change the FIDO AIDs to differ
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed Aug 10, 2022
1 parent 3dafa77 commit 672d0d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applets/vk-u2f
4 changes: 2 additions & 2 deletions docs/applets/5-fido.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can however already test the FIDO2 applet.
- Repository: https://github.com/darconeous/u2f-javacard
- Binary name: `U2FApplet.cap`
- Download: https://github.com/StarGate01/flexsecure-applets/releases
- AID: `a0:00:00:06:47:2F:00:01:01`, Package: `a0:00:00:06:47:2F:00:01`
- AID: `a0:00:00:06:47:2F:00:01:01:01`, Package: `a0:00:00:06:47:2F:00:01:01`
- Storage requirements:
- Persistent: `8020` bytes
- Transient reset: `865` bytes
Expand All @@ -30,7 +30,7 @@ You can however already test the FIDO2 applet.
- Repository: https://github.com/VivoKey/vk-u2f (forked from u2f-javacard)
- Binary name: `CTAP2.cap`
- Download: https://github.com/StarGate01/flexsecure-applets/releases
- AID: `a0:00:00:06:47:2F:00:01:01`, Package: `a0:00:00:06:47:2F:00:01`
- AID: `a0:00:00:06:47:2F:00:01:01:02`, Package: `a0:00:00:06:47:2F:00:01:02`
- Storage requirements:
- Persistent: `13520` bytes
- Transient reset: `2382` bytes
Expand Down
4 changes: 2 additions & 2 deletions scripts/compile/res/u2f-javacard.build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<get src="https://github.com/martinpaljak/ant-javacard/releases/download/v1.4/ant-javacard.jar" skipexisting="true" dest="."/>
<taskdef name="javacard" classname="pro.javacard.ant.JavaCard" classpath="ant-javacard.jar"/>
<javacard>
<cap output="target/U2FApplet.cap" classes="target" sources="src" aid="a0:00:00:06:47:2F:00:01" version="1.1">
<applet class="com.ledger.u2f.U2FApplet" aid="a0:00:00:06:47:2F:00:01:01"/>
<cap output="target/U2FApplet.cap" classes="target" sources="src" aid="a0:00:00:06:47:2F:00:01:02" version="1.1">
<applet class="com.ledger.u2f.U2FApplet" aid="a0:00:00:06:47:2F:00:01:02:01"/>
</cap>
</javacard>
</target>
Expand Down
2 changes: 1 addition & 1 deletion smartcard-ci

0 comments on commit 672d0d7

Please sign in to comment.