<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/data, branch feature/standalone-lib-testing</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Fstandalone-lib-testing</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Fstandalone-lib-testing'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2017-11-12T16:18:28Z</updated>
<entry>
<title>Add ANSI curves.</title>
<updated>2017-11-12T16:18:28Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-12T16:18:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=e97e68677d0141af52e0c5be291d147cbe58c5b1'/>
<id>urn:sha1:e97e68677d0141af52e0c5be291d147cbe58c5b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split the ec package into common package, rename reader part of the project.</title>
<updated>2017-11-10T20:17:54Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-10T20:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=59a043192903918a68e8d9df629c09221a13c641'/>
<id>urn:sha1:59a043192903918a68e8d9df629c09221a13c641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Init and print EC_Key/EC_Keypair id when available.</title>
<updated>2017-10-13T19:23:51Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-13T19:23:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=d5a549b382db10c34eea35e571b1ba8056eaa5da'/>
<id>urn:sha1:d5a549b382db10c34eea35e571b1ba8056eaa5da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update composite curves 384 and 521 with new data.</title>
<updated>2017-10-13T17:41:10Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-12T18:20:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=209b13aeef08a641e3ffc82c58ef7bac9dc8fe35'/>
<id>urn:sha1:209b13aeef08a641e3ffc82c58ef7bac9dc8fe35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the composite order curves.</title>
<updated>2017-10-13T17:41:10Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-01T00:03:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=4748f8bf5dfce80be5691a2b309168c19721f085'/>
<id>urn:sha1:4748f8bf5dfce80be5691a2b309168c19721f085</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename nonprime curves to -&gt; composite curves.</title>
<updated>2017-10-13T17:40:19Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-30T16:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=dcce315f38127f82ff43b580fc6e25345adbe6e3'/>
<id>urn:sha1:dcce315f38127f82ff43b580fc6e25345adbe6e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added ANSSI curve and GOST curves</title>
<updated>2017-05-24T16:54:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-24T16:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=dc05a5025543f14c633f663f2b366ab3b53b45da'/>
<id>urn:sha1:dc05a5025543f14c633f663f2b366ab3b53b45da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformatted curve and test CSV data</title>
<updated>2017-05-20T14:49:38Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-20T14:49:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=931d6b12b301eef7cfdd1dd54bd9aef4b63c746a'/>
<id>urn:sha1:931d6b12b301eef7cfdd1dd54bd9aef4b63c746a</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>Added some generated invalid curves</title>
<updated>2017-05-02T17:14:57Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-02T17:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=ade2dffcd7723f4414e681cd80a374c6fe8001ef'/>
<id>urn:sha1:ade2dffcd7723f4414e681cd80a374c6fe8001ef</id>
<content type='text'>
</content>
</entry>
</feed>
