<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ECTester.git/src/simpleapdu/CardMngr.java, branch feature/gcrypt</title>
<subtitle>Tester of Eliptic curves support on smartcards with JavaCard platform</subtitle>
<id>https://git.neuromancer.sk/ECTester.git/atom/src/simpleapdu/CardMngr.java?h=feature%2Fgcrypt</id>
<link rel='self' href='https://git.neuromancer.sk/ECTester.git/atom/src/simpleapdu/CardMngr.java?h=feature%2Fgcrypt'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/'/>
<updated>2017-01-17T02:17:08Z</updated>
<entry>
<title>major changes, ECTester rewrite, moved to valid package</title>
<updated>2017-01-17T02:17:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-01-17T01:55:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=4debe5adb4bb486f488878e348ee7bcf386c43f2'/>
<id>urn:sha1:4debe5adb4bb486f488878e348ee7bcf386c43f2</id>
<content type='text'>
reader: ECTester, mostly rewritten SimpleAPDU
 - communication with applet now done through simpler
 instructions: allocate, set, generate, ecdh, ecdsa
 - moved to a valid Java package dir cz.crcs.ectester
 - SimpleAPDU: renamed to ECTester
 - CardMngr: seamlessly supports simulation vs real card
 - DirtyLogger: takes a nullable String and creates file
 - ECTester: currently only supports key generation,
 curve testing under way
   - supports external curve setting, example files
   in data package
   - tests can be done through files, to achieve a more
   modular approach
 - Util: static utility class
 - ParamReader: reads curve domain parameters and keys from
 simple csv-like human-readable files with hex strings

applet: ECTesterApplet, rewrite of SimpleECCApplet
 - more granularity in instructions
 - moved complexity over to the reader side
 - ECKeyGenerator: now a class that takes KeyPair as param
 - ECKeyTester: now a class that takes KeyPair as param
 - EC_Consts: removed ecsp curves(now done externally),
 removed unused methods
 - ECTesterApplet: currently only tested instructions are:
 allocate, set, generate

data: contains several curve and pubkey files in format supported
by ParamReader
 - Prime field curves:
   p,a,b,gx,gy,r,k
 - Binary field curves:
   e1,a,b,gx,gy,r,k   or   e1,e2,e3,a,b,gx,gy,r,k
 - Public key:
   wx,wy
 - Private key:
   s
 - Key:
   wx,wy,s
 - all values are hex strings
</content>
</entry>
<entry>
<title>SimpleAPDU: some cleanup</title>
<updated>2017-01-17T02:16:11Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-01-11T18:49:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=bffdcc6925d806d74179a76b2dc57a619e9c1886'/>
<id>urn:sha1:bffdcc6925d806d74179a76b2dc57a619e9c1886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added CLI options, Apache commons-cli lib, anomalous curve key export</title>
<updated>2016-12-10T22:37:51Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2016-12-10T22:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=5f0ec2706a9dbb6aa72ea3c7eb798cd83045e867'/>
<id>urn:sha1:5f0ec2706a9dbb6aa72ea3c7eb798cd83045e867</id>
<content type='text'>
 - Added CLI options, see SimpleAPDU.jar -h
 - Added Apache commons-cli for CLI options, it uses Apache license
 - Added support for anomalous curve export both reader/applet side:
   `java -jar SimpleAPDU.jar -g 10 -b 256 -fp -s`
   generates 10 curves over ECSP256 an anomalous 256bit curve.
</content>
</entry>
<entry>
<title>Added support for multiple readers</title>
<updated>2016-11-18T20:18:22Z</updated>
<author>
<name>petrs</name>
</author>
<published>2016-11-18T20:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=b1b21aae218bec813a853938563234ad4e2d8668'/>
<id>urn:sha1:b1b21aae218bec813a853938563234ad4e2d8668</id>
<content type='text'>
Added support for mass gathering of ECC keys (refactoring needed)
</content>
</entry>
<entry>
<title>- added testing of EC_FP 128-521bits (KeyPair allocation, gen key with def. curve, set custom curve, gen keypair with custom curve, set invalid curve,   gen keypair with invalid curve)</title>
<updated>2016-09-08T14:36:03Z</updated>
<author>
<name>petrs</name>
</author>
<published>2016-09-08T14:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=1796567aada62e02bb262340a166555b632f3d15'/>
<id>urn:sha1:1796567aada62e02bb262340a166555b632f3d15</id>
<content type='text'>
- parsing code with formating and printing
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2016-09-08T12:13:02Z</updated>
<author>
<name>petrs</name>
</author>
<published>2016-09-08T12:13:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ECTester.git/commit/?id=b97597bf20f5b44fb024c994cd3961c0a10d204b'/>
<id>urn:sha1:b97597bf20f5b44fb024c994cd3961c0a10d204b</id>
<content type='text'>
</content>
</entry>
</feed>
