<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/common/cli, branch feature/gcrypt</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Fgcrypt</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=feature%2Fgcrypt'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2018-08-10T09:28:55Z</updated>
<entry>
<title>Add utility methods for converting EC_Params to JCE EC objects.</title>
<updated>2018-08-10T09:28:55Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-08-10T09:28:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=3cd9747a4081c5448cfd071ce64433a28dd32d55'/>
<id>urn:sha1:3cd9747a4081c5448cfd071ce64433a28dd32d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce extended KA in standalone, use it where appropriate.</title>
<updated>2018-08-04T18:08:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-08-04T18:08:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=4d46da04d32bac50a7ac92be5b44c7f4e19d9df0'/>
<id>urn:sha1:4d46da04d32bac50a7ac92be5b44c7f4e19d9df0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add testing of previous prime R to wrong test suite.</title>
<updated>2018-07-05T20:27:40Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-07-05T20:27:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=2defb6ef4806e6e79b70505b00dea1fbc2bcdf1d'/>
<id>urn:sha1:2defb6ef4806e6e79b70505b00dea1fbc2bcdf1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for colored output.</title>
<updated>2018-07-02T14:55:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-07-02T14:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=c8b36d3491bb2c5a3eb0632a2e1ead7d5ea9f7c8'/>
<id>urn:sha1:c8b36d3491bb2c5a3eb0632a2e1ead7d5ea9f7c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add list-suites option to both reader and standalone.</title>
<updated>2018-05-29T17:29:18Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-05-29T17:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=4dfa76f84bfdfbafe400ea0d4670dddc46cc3ade'/>
<id>urn:sha1:4dfa76f84bfdfbafe400ea0d4670dddc46cc3ade</id>
<content type='text'>
 - Also add support for specifying the key algo for KDF in standalone ECDH.
 - Add descriptions to standalone options.
</content>
</entry>
<entry>
<title>Add lint options to javac. Fix most of uncovered warnings.</title>
<updated>2018-03-14T20:55:22Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-14T20:55:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=6ef4f8130b03564bcf482c102c699325d4c3b533'/>
<id>urn:sha1:6ef4f8130b03564bcf482c102c699325d4c3b533</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simplify test suites.</title>
<updated>2018-01-09T12:46:29Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-09T12:46:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=94e441b522069d3fed4b88a4823b91c1593bac68'/>
<id>urn:sha1:94e441b522069d3fed4b88a4823b91c1593bac68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix usage printing args.</title>
<updated>2017-11-26T18:44:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-26T18:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=23bd6d8439e9e536d5de672a556211b896b9e98d'/>
<id>urn:sha1:23bd6d8439e9e536d5de672a556211b896b9e98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure the SPI by the intended provider is always used.</title>
<updated>2017-11-26T18:20:02Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-26T18:19:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=2279aef8b7c00ba2bb71fdedae77ae4a47b00fc6'/>
<id>urn:sha1:2279aef8b7c00ba2bb71fdedae77ae4a47b00fc6</id>
<content type='text'>
 - JCA implements failover in its Delegates(classes between a Service
   and its SPI), which catches RuntimeExceptions and changes to another
   SPI by possibly another provider, we do not want this to happen.
   There is no public API for disabling this, however calling
   .getProvider() on a Service fixates the provider to the returned
   one.
</content>
</entry>
<entry>
<title>Finish first keygen implementation.</title>
<updated>2017-11-26T18:03:51Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-26T18:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=942c287dc46227c87e8683a389d01006e23cb52a'/>
<id>urn:sha1:942c287dc46227c87e8683a389d01006e23cb52a</id>
<content type='text'>
</content>
</entry>
</feed>
