<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/standalone/test, branch master</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/standalone/test?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom/src/cz/crcs/ectester/standalone/test?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>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>Add 2 scripts for testing libraries. Change suites to prevent error in some libraries. (#14)</title>
<updated>2021-10-08T14:44:37Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-10-08T14:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=22ef8bacc8f8238cfe07f12f2fa94b45deee04b2'/>
<id>urn:sha1:22ef8bacc8f8238cfe07f12f2fa94b45deee04b2</id>
<content type='text'>
* Add two scripts for testing libraries.

* Fix KeyAgreement phase already executed error

* Small change to the new testing script.

* Fix comments in Composite suite.</content>
</entry>
<entry>
<title>Implement StandalonePerformanceSuite. (#13)</title>
<updated>2021-09-15T10:11:14Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-09-15T10:11:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=bd9de73be52f738b6346e5003b79114d212666bc'/>
<id>urn:sha1:bd9de73be52f738b6346e5003b79114d212666bc</id>
<content type='text'>
* add PerformanceTest.

* Add and implement StandalonePerformanceSuite.

* Add author information.

* Add missing null check to signature performance tests.

* Fix reset method in KeyAgreementTestable.</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>Implement StandaloneEdgeCasesSuite. (#11)</title>
<updated>2021-09-05T17:41:18Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-09-05T17:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=f1f6ca75524d152e347be8926fd43c98aeb504ac'/>
<id>urn:sha1:f1f6ca75524d152e347be8926fd43c98aeb504ac</id>
<content type='text'>
* Partially implement StandaloneEdgeCasesSuite.

* Partially implement StandaloneEdgeCasesSuite (2).

* Add S=0 and S=1 tests to StandaloneEdgeCasesSuite.

* Finish implementing StandaloneEdgeCasesSuite.

* Add author information to StandaloneEdgeCasesSuite.

* Remove unnecessary comment.</content>
</entry>
<entry>
<title>Implement StandaloneSignatureSuite. (#10)</title>
<updated>2021-08-25T22:14:16Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-08-25T22:14:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=25201922f403b18b01962f8154263d74fbfe2651'/>
<id>urn:sha1:25201922f403b18b01962f8154263d74fbfe2651</id>
<content type='text'>
* Add StandaloneSignatureSuite.

* Implement StandaloneSignatureSuite.

* Change the new constructor in SignatureTestable.

* Add author information to StandaloneSignatureSuite.

* Change tests to expectError.

* Add guard condition to verify stages in SignatureTestable.

* Change the new constructor in SignatureTestable.</content>
</entry>
<entry>
<title>Implement StandaloneCompositeSuite. (#9)</title>
<updated>2021-08-24T19:59:35Z</updated>
<author>
<name>davidhofman</name>
</author>
<published>2021-08-24T19:59:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=e06af3360f7b1407c22c47b47790c6f7acc4b690'/>
<id>urn:sha1:e06af3360f7b1407c22c47b47790c6f7acc4b690</id>
<content type='text'>
* Add StandaloneCompositeSuite.

* Implement StandaloneCompositeSuite.

* Moved things out of constructor to prevent list-suites from crashing.

* General cleanup of StandaloneCompositeSuite.

* Add author information to StandaloneCompositeSuite.</content>
</entry>
<entry>
<title>Fix typo in Miscellaneous suite.</title>
<updated>2021-08-24T13:19:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2021-08-24T13:19:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=c659145683c7fd0c3cdeffeefc1b14be93af5b48'/>
<id>urn:sha1:c659145683c7fd0c3cdeffeefc1b14be93af5b48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix standalone list-suites command.</title>
<updated>2021-08-24T13:04:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2021-08-24T13:04:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=0f1f4c460df24d7fe6a3d5c02fdb9fc3c8000015'/>
<id>urn:sha1:0f1f4c460df24d7fe6a3d5c02fdb9fc3c8000015</id>
<content type='text'>
</content>
</entry>
</feed>
