| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ECDH validation tests using BouncyCastle. | J08nY | 2018-11-14 | 1 | -1/+1 |
| | | |||||
| * | Add WolfCrypt provider to testing. | J08nY | 2018-11-11 | 2 | -1/+2 |
| | | |||||
| * | Efficiently instantiate prngs in shims. | J08nY | 2018-10-22 | 2 | -4/+4 |
| | | |||||
| * | Fix Mscng ECDH. | J08nY | 2018-07-29 | 1 | -0/+0 |
| | | |||||
| * | Add git commit to version number for better versioning of tests. | J08nY | 2018-07-03 | 1 | -0/+5 |
| | | |||||
| * | Add support for key generation using Crypto++. | J08nY | 2018-05-30 | 2 | -2/+2 |
| | | |||||
| * | Add basic support for the Crypto++ library. | J08nY | 2018-05-30 | 2 | -2/+2 |
| | | |||||
| * | Add lint options to javac. Fix most of uncovered warnings. | J08nY | 2018-03-14 | 2 | -2/+2 |
| | | |||||
| * | Compress JARs to create smaller releases. | J08nY | 2018-03-03 | 3 | -4/+4 |
| | | |||||
| * | Update Apache Commons CLI to 1.4. | J08nY | 2018-02-11 | 4 | -4/+4 |
| | | |||||
| * | Split output to remove cross-dependency of reader and standalone. | J08nY | 2017-12-27 | 2 | -2/+2 |
| | | |||||
| * | Fix ant includes. | J08nY | 2017-12-06 | 2 | -2/+3 |
| | | |||||
| * | Add listing of supported curves to standalone libs. | J08nY | 2017-11-29 | 2 | -2/+2 |
| | | |||||
| * | Implement a basic NativeProvider using libtomcrypt. | J08nY | 2017-11-28 | 2 | -2/+2 |
| | | |||||
| * | Add a basic NativeECLibrary interface. | J08nY | 2017-11-27 | 2 | -2/+2 |
| | | |||||
| * | Add BouncyCastle library. Sketch out ECTesterStandalone. | J08nY | 2017-11-12 | 2 | -1/+2 |
| | | |||||
| * | Separate build files for standalone and reader apps. | J08nY | 2017-11-12 | 10 | -7/+1556 |
| | | |||||
| * | Split the ec package into common package, rename reader part of the project. | J08nY | 2017-11-10 | 1 | -1/+1 |
| | | |||||
| * | Cleanup dist directory, make ant work on non-NetBeans platforms. | J08nY | 2017-11-10 | 3 | -1/+2 |
| | | | | | - Everything can be packaged with `ant package`. | ||||
| * | Add SnakeYAML library to output YAML. | J08nY | 2017-10-24 | 1 | -1/+2 |
| | | |||||
| * | Updated jcardsim, fixed bug when simulating caused by upstream. | J08nY | 2017-03-07 | 1 | -1/+1 |
| | | | | | - https://github.com/licel/jcardsim/issues/15 | ||||
| * | removed newlines, changed f2m format, removed old SimpleAPDU | J08nY | 2017-02-21 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | data: - now truly csv - f2m format now: m,e_1,e_2,e_3,a,b,gx,gy,r,k,wx,wy,s reader: - removed SimpleAPDU - changed f2m format applet: - changed f2m format | ||||
| * | ant: fix project.properties merge | J08nY | 2017-01-17 | 1 | -16/+1 |
| | | |||||
| * | major changes, ECTester rewrite, moved to valid package | J08nY | 2017-01-17 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | nbproject files | petrs | 2017-01-16 | 4 | -0/+1512 |
