<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/reader/ec, branch feature/test-output-html</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Ftest-output-html</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Ftest-output-html'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2017-10-13T19:23:51Z</updated>
<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>Add class docs to EC_* classes.</title>
<updated>2017-10-13T17:40:19Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-24T14:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=395d5fbce19e974c1621b7906c674428f8da5bd4'/>
<id>urn:sha1:395d5fbce19e974c1621b7906c674428f8da5bd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked invalid curve testing, added generated anomalous curves</title>
<updated>2017-05-01T20:30:34Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-01T20:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=cc4e981402369ce14150d3949e0b02905865c37f'/>
<id>urn:sha1:cc4e981402369ce14150d3949e0b02905865c37f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add id to EC_Params subclasses toString, fix EC_Params.expand</title>
<updated>2017-04-19T18:01:53Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-19T18:01:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=5e46fb3406b99b9d7f1e1be000a3e87abca6ad8a'/>
<id>urn:sha1:5e46fb3406b99b9d7f1e1be000a3e87abca6ad8a</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>
<entry>
<title>Add invalid curves test(partly) and some parameters (brainpool) for it</title>
<updated>2017-04-14T23:32:41Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-14T23:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=914931cfea79c7947b180069b0e67cc208971869'/>
<id>urn:sha1:914931cfea79c7947b180069b0e67cc208971869</id>
<content type='text'>
 - curves.xml, keys.xml and results.xml's entries can now instead of
   file path to point to csv file, contain the csv data inline.
 - Moved EC_Category to reader package from data
 - Fixed printing of named objects
 - Added ECDH/C test for KA_BOTH which does ECDH and ECDHC on the applet
   side, compares the results and reports success/failure etc.
</content>
</entry>
<entry>
<title>Some docs, allow EC_* objects to print themselves.</title>
<updated>2017-04-04T21:25:20Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-04T21:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=45d1bb40cbc4c71e5b94e78f3a541e8f9cd8d62f'/>
<id>urn:sha1:45d1bb40cbc4c71e5b94e78f3a541e8f9cd8d62f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added test-vectors, and test-vector testing</title>
<updated>2017-03-28T14:04:13Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-28T14:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=83c963ae78407e7a14ac71096f81254364d1e605'/>
<id>urn:sha1:83c963ae78407e7a14ac71096f81254364d1e605</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored EC_Params, renamed EC_Data, added first test vectors.</title>
<updated>2017-03-25T23:20:29Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-25T23:20:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=de1736c211dc8d27961ef0495c82d25fbf813e05'/>
<id>urn:sha1:de1736c211dc8d27961ef0495c82d25fbf813e05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reader: fixed ECDH and ECDSA output, also named curve testing</title>
<updated>2017-03-08T23:46:35Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-08T23:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=ea77f29683c8721ae1581b76f3f6b83ee26720bc'/>
<id>urn:sha1:ea77f29683c8721ae1581b76f3f6b83ee26720bc</id>
<content type='text'>
</content>
</entry>
</feed>
