aboutsummaryrefslogtreecommitdiff
path: root/jcbuild.xml
diff options
context:
space:
mode:
authorJ08nY2017-05-04 20:48:43 +0200
committerJ08nY2017-05-04 20:48:43 +0200
commit8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b (patch)
treeec48fa86d60f12d52bdb5b218b35e57b3a659643 /jcbuild.xml
parentade2dffcd7723f4414e681cd80a374c6fe8001ef (diff)
downloadECTester-8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b.tar.gz
ECTester-8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b.tar.zst
ECTester-8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b.zip
Added support for extended APDUs, fixed problems with large cmds
- Switched ECTesterApplet to Javacard 2.2.2 which supports Extended length APDUs (necessary for some Set commands when a large external curve is sent to the applet) - The incoming APDU is now copied over to a sufficiently large buffer before being processed - Simplified instruction processing logic - Renamed ECUtil to AppletUtil - Fixed padding error in nist/P-521
Diffstat (limited to 'jcbuild.xml')
-rw-r--r--jcbuild.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jcbuild.xml b/jcbuild.xml
index 9b1dabb..a4d7619 100644
--- a/jcbuild.xml
+++ b/jcbuild.xml
@@ -12,7 +12,7 @@
<taskdef name="javacard" classname="pro.javacard.ant.JavaCard" classpath="ext/ant-javacard.jar"/>
<target name="build" description="Builds the CAP file.">
- <javacard jckit="${JC221}">
+ <javacard jckit="${JC222}">
<cap output="!uploader/ectester.cap" sources="src/cz/crcs/ectester/applet" aid="4543546573746572" >
<applet class="cz.crcs.ectester.applet.ECTesterApplet" aid="45435465737465723031"/>
</cap>