<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/common, branch master</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2024-03-25T13:52:43Z</updated>
<entry>
<title>Basic Gradle setup.</title>
<updated>2024-03-25T13:52:43Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-03-22T22:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=73af477a8774e1ede5dd8de6491eb353dc0b12bd'/>
<id>urn:sha1:73af477a8774e1ede5dd8de6491eb353dc0b12bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not try to recover signature nonces where we do not know how.</title>
<updated>2024-03-16T12:21:18Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-03-16T12:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=cbd144a8e890ffb0f2dabd7093cf76d1cd8c5240'/>
<id>urn:sha1:cbd144a8e890ffb0f2dabd7093cf76d1cd8c5240</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PLAIN and CVC ECDSA parsing.</title>
<updated>2024-03-16T11:43:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-03-16T11:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=815bf7bfcd10943e7ed60a9900e8a9bacd0c896a'/>
<id>urn:sha1:815bf7bfcd10943e7ed60a9900e8a9bacd0c896a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DER decoding.</title>
<updated>2024-03-16T10:59:23Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-03-16T10:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=65d00d2354f4b68919153e35c02e744b3defdb1b'/>
<id>urn:sha1:65d00d2354f4b68919153e35c02e744b3defdb1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for Java 19. Fixes #17.</title>
<updated>2023-01-30T17:55:40Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-01-30T17:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=381a7f7d248ad2583c95cd970b286cdef092c97f'/>
<id>urn:sha1:381a7f7d248ad2583c95cd970b286cdef092c97f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump BouncyCastle and fix resource loading.</title>
<updated>2023-01-30T16:59:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-01-30T16:59:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=b3d981496d9a6869fc10d160670a51cb91a5ef94'/>
<id>urn:sha1:b3d981496d9a6869fc10d160670a51cb91a5ef94</id>
<content type='text'>
Fixes #18.
</content>
</entry>
<entry>
<title>Test with default curve if possible.</title>
<updated>2021-12-09T15:32:53Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-12-09T15:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=9c8d14b6fa44bb6d1b3928ecf2afc133b35e0a51'/>
<id>urn:sha1:9c8d14b6fa44bb6d1b3928ecf2afc133b35e0a51</id>
<content type='text'>
Final changes to the new test suites and scripts. (#16)

* Final changes in some of the test suites.

* Final changes to testing scripts.

* Roll back recent changes in the cofactor test suite.

* Change key generation method in Degenerate, Invalid, and Twist test suites.

* Small cosmetic change to the edge-cases test suite.

* Small change to run_test_suite.sh</content>
</entry>
<entry>
<title>Implement StandaloneWrongSuite. (#12)</title>
<updated>2021-09-06T17:51:02Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-09-06T17:51:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=69ce36e4537be52c103e8b5a314cca49cc931d8f'/>
<id>urn:sha1:69ce36e4537be52c103e8b5a314cca49cc931d8f</id>
<content type='text'>
* Add StandaloneWrongSuite.

* Partially implement StandaloneWrongSuite.

* Add setParam method to EC_Params.

* Fix new setParam method in EC_Params.

* Implement StandaloneWrongSuite

* Add custom classes for testing wrong curve parameters.

* Update custom classes.

* Add more custom classes for testing curves with wrong parameters.

* Modify StandaloneWrongSuite to work with the new custom classes.

* Various small cosmetic changes to new custom classes.

* Add missing author information to various classes.

* Fix a small mistake in CustomECFieldF2m

* Add randomG test, change some variables to final.

* Add option to skip certain tests + various small changes.</content>
</entry>
<entry>
<title>Fix Cofactor suite.</title>
<updated>2021-08-24T14:05:01Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2021-08-24T14:05:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=94cab818f30b935e61bd1a98d4c93bcfee812a55'/>
<id>urn:sha1:94cab818f30b935e61bd1a98d4c93bcfee812a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suppress unnecessary warnings.</title>
<updated>2021-08-24T11:19:01Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2021-08-24T11:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=7ac1d3730eb0544be12b12e39c911d7d596af8f3'/>
<id>urn:sha1:7ac1d3730eb0544be12b12e39c911d7d596af8f3</id>
<content type='text'>
</content>
</entry>
</feed>
