<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/cz/crcs/ectester/reader/CardMngr.java, branch 0.3.1</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform
</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom?h=0.3.1</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom?h=0.3.1'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2018-11-14T15:35:50Z</updated>
<entry>
<title>Fix long response APDU handling and exported params handling.</title>
<updated>2018-11-14T15:35:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-11-14T15:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=cb18c136e443acb20b44c7add47a9e349d635543'/>
<id>urn:sha1:cb18c136e443acb20b44c7add47a9e349d635543</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ability to skip tests/run only a part of a test suite.</title>
<updated>2018-07-05T17:30:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-07-05T17:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=1bfa90811a0b4ea02d98ea7dedcfc07bec89d19c'/>
<id>urn:sha1:1bfa90811a0b4ea02d98ea7dedcfc07bec89d19c</id>
<content type='text'>
</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>Export CPLC data and card ATR in test suite outputs.</title>
<updated>2018-01-14T14:26:30Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-14T14:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=aeb322e1da26dcfc83762d9bc8df83667a22282a'/>
<id>urn:sha1:aeb322e1da26dcfc83762d9bc8df83667a22282a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add CPLC fetch and parsing.</title>
<updated>2018-01-14T11:48:20Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-14T11:48:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=6b77638b9c82607b76a0a13a36b3c28418d772ba'/>
<id>urn:sha1:6b77638b9c82607b76a0a13a36b3c28418d772ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split Util class into a package.</title>
<updated>2017-11-26T22:27:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-26T22:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=83943c809c56c1856038b21fd91f50cc709310aa'/>
<id>urn:sha1:83943c809c56c1856038b21fd91f50cc709310aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate build files for standalone and reader apps.</title>
<updated>2017-11-12T12:54:11Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-11-12T12:49:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=a45fa0d3cde29728a252c2ca5b7ed4f3e6c87849'/>
<id>urn:sha1:a45fa0d3cde29728a252c2ca5b7ed4f3e6c87849</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reader: added verbose flag, made CardMngr quiet.</title>
<updated>2017-03-07T22:54:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-07T22:54:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=c6cb9f4cda4391713bd59cc1e1e7cae8d50cf331'/>
<id>urn:sha1:c6cb9f4cda4391713bd59cc1e1e7cae8d50cf331</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added option to generate fresh keys(-f) also implemented basic ECC testing</title>
<updated>2017-01-27T20:34:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-01-27T20:34:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=c3e48df92858bad5e74e9cec69c16397b6b12481'/>
<id>urn:sha1:c3e48df92858bad5e74e9cec69c16397b6b12481</id>
<content type='text'>
 - Added -f/--fresh
 - Fixed response align
 - Implemented basic EC testing, more advanced/complex tests are gonna be
done through pre-generated files/curves/keys inside the jar or externally.
Such as the invalid curve attack test and others.
</content>
</entry>
<entry>
<title>reader: Added a Command and Response abstraction</title>
<updated>2017-01-22T02:17:36Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-01-22T02:17:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=636306e09a84ac785d2711117640efe914ae020f'/>
<id>urn:sha1:636306e09a84ac785d2711117640efe914ae020f</id>
<content type='text'>
 - For easier testing
 - Command assembles the correct instruction from params in
 its constructor
 - Command.send() sends the command and obtains the Response
 with timing
 - Response parses the ResponseAPDU in its constructor and
 provides convenience methods to access its contents/SWs/success
 /failure/print

data: Added more curves
</content>
</entry>
</feed>
