-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c112e47
commit 6df13c7
Showing
9 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
com.licel.jcardsim.card.applet.0.AID=A0000005272101014150455801 | ||
com.licel.jcardsim.card.applet.0.Class=com.vivokey.otp.YkneoOath | ||
com.licel.jcardsim.card.ATR=3B8D80010031C173C8400052A51000900070 | ||
com.licel.jcardsim.vsmartcard.host=localhost | ||
com.licel.jcardsim.vsmartcard.port=35963 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule FIDO2Applet
updated
3 files
+2 −2 | gradle.properties | |
+2 −1 | python_tests/ctap/test_extended_apdus.py | |
+19 −64 | src/main/java/us/q3q/fido2/FIDO2Applet.java |
Submodule apex-totp
updated
7 files
+57 −0 | .classpath | |
+34 −0 | .project | |
+1 −1 | build.xml | |
+116 −0 | pom.xml | |
+0 −0 | src/com/vivokey/otp/OathObj.java | |
+0 −0 | src/com/vivokey/otp/YkneoOath.java | |
+68 −0 | test/totp.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/bash | ||
|
||
cd /app/src/applets/apex-spark | ||
rm -rf target |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
mkdir -p /app/src/bin /app/src/applets/apex-spark/target | ||
cd /app/src/applets/apex-spark | ||
JC_HOME=/app/sdks/jc305u3_kit ant | ||
cp /app/src/applets/apex-spark/target/*.cap /app/src/bin/ |