<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/applet, branch feature/boring-ssl</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?h=feature%2Fboring-ssl</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/applet?h=feature%2Fboring-ssl'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2018-08-12T12:08:57Z</updated>
<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>Implement more tests for wrong parameters. Implement cloning for Tests.</title>
<updated>2018-06-27T20:00:59Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-06-27T20:00:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=662cc82a470a833a11e19a2dc8c1ce0e79c35935'/>
<id>urn:sha1:662cc82a470a833a11e19a2dc8c1ce0e79c35935</id>
<content type='text'>
 - Test G = infinity.
 - Test wrong r, where [r]G != infinity,
   - prime
   - composite
</content>
</entry>
<entry>
<title>Add compression test suite.</title>
<updated>2018-05-02T18:08:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-05-02T18:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=87c4accbecc2f37a42c96e2bbc3c90618bfa2fdc'/>
<id>urn:sha1:87c4accbecc2f37a42c96e2bbc3c90618bfa2fdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.</title>
<updated>2018-04-04T22:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-04T22:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=efc1a237f83a6fe7bcfaced2aaebcfeae116a774'/>
<id>urn:sha1:efc1a237f83a6fe7bcfaced2aaebcfeae116a774</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 better unexpected exception handling to the applet.</title>
<updated>2018-03-05T13:53:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-05T13:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=b91887bac1f20597a06e789360374a4731ece5da'/>
<id>urn:sha1:b91887bac1f20597a06e789360374a4731ece5da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some docs and fix ECTesterReader --bit-size option.</title>
<updated>2018-03-03T18:13:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T18:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=30210ec562a49d1b397a19d8c64ed0e0fd80cc0e'/>
<id>urn:sha1:30210ec562a49d1b397a19d8c64ed0e0fd80cc0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright years.</title>
<updated>2018-02-04T18:27:30Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-04T18:27:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=8eab5248e36615beae97c7d33bd0c9ac3a87895c'/>
<id>urn:sha1:8eab5248e36615beae97c7d33bd0c9ac3a87895c</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>Fix default test suite F2M domain setting.</title>
<updated>2018-02-03T13:34:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T13:34:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=d940ed695fc36d2782d27c50e398fc185cf6fed3'/>
<id>urn:sha1:d940ed695fc36d2782d27c50e398fc185cf6fed3</id>
<content type='text'>
</content>
</entry>
</feed>
