<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/applet/ECKeyGenerator.java, branch 0.3.3</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/applet/ECKeyGenerator.java?h=0.3.3</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/applet/ECKeyGenerator.java?h=0.3.3'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2018-11-30T18:33:50Z</updated>
<entry>
<title>Add dry run mode to enable precise time measurement via overhead subtraction.</title>
<updated>2018-11-30T18:33:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-11-30T18:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=a058a9162e894a740d3a11893bd831a72c936c05'/>
<id>urn:sha1:a058a9162e894a740d3a11893bd831a72c936c05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FIx loading of F2m field, fix some utility functions.</title>
<updated>2018-11-09T18:42:35Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-11-09T18:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=9e157bc1d0a42848bb8f780f4f7b294ad535feda'/>
<id>urn:sha1:9e157bc1d0a42848bb8f780f4f7b294ad535feda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat all code.</title>
<updated>2018-08-12T12:08:57Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-08-12T12:08:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=574a46017950e4e04b9e52cb52c74ad9948060cb'/>
<id>urn:sha1:574a46017950e4e04b9e52cb52c74ad9948060cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename the CORRUPT command to TRANSFORM, as it does that now.</title>
<updated>2018-03-14T20:23:45Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-14T20:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=ec84a28d3930140f908e18cd82562357abcf84a8'/>
<id>urn:sha1:ec84a28d3930140f908e18cd82562357abcf84a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more tests to the Wrong test suite.</title>
<updated>2018-02-04T17:03:54Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-04T17:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=18bfe2cdac09ff9faed5c92971a7e63d56570ac2'/>
<id>urn:sha1:18bfe2cdac09ff9faed5c92971a7e63d56570ac2</id>
<content type='text'>
 - Now tests also for:
   - Fp:
     - p = 0
     - p = 1
     - p = q^2; q prime
     - p = q * s; q and s primes
   - F2m:
     - e1 = e2 = e3 = 0
     - m &lt; e1 &lt; e2 &lt; e3
</content>
</entry>
<entry>
<title>Simplify F2m field setting in applet.</title>
<updated>2018-01-23T14:29:19Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-23T14:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=c581e39e539e6dadb49d9f83f563ab2b375f6e0b'/>
<id>urn:sha1:c581e39e539e6dadb49d9f83f563ab2b375f6e0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for extended APDUs, fixed problems with large cmds</title>
<updated>2017-05-04T18:48:43Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-04T18:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b'/>
<id>urn:sha1:8884b0f8d55fd9cb89597ddce6f74a5e9b538f7b</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Move Default test suite to real Tests</title>
<updated>2017-05-01T16:58:26Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-01T16:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=24bac3f0773950a76346c0d7bf1131c1e8c8df99'/>
<id>urn:sha1:24bac3f0773950a76346c0d7bf1131c1e8c8df99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some test-vector tests, also test printing</title>
<updated>2017-04-19T19:56:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-19T19:56:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=3aaead661e2b23b5e5811a3a06daed61db638a72'/>
<id>urn:sha1:3aaead661e2b23b5e5811a3a06daed61db638a72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor testing, add Config class, make EC_Data read bytes</title>
<updated>2017-04-18T23:10:17Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-18T23:10:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=a7eef06134bef0861e43261640d61153ebb2a6e5'/>
<id>urn:sha1:a7eef06134bef0861e43261640d61153ebb2a6e5</id>
<content type='text'>
 - The ECTester.Config class now stores and reads all CLI options
 - Testing with the -t / --test option was partially refactored
into:
   - Test:
     Encapsulates one Command and Response pair with expected result,
a real result and a callback to dynamically assign result
   - TestSuite:
     Encapsulates a bunch of tests, represents a whole category of
tests either that can be run on any curve or only on some.
</content>
</entry>
</feed>
