summaryrefslogtreecommitdiff
path: root/!uploader/simpleECC.cap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added nist and brainpool test vectors, also smallpub testJ08nY2017-03-281-0/+0
|
* Fixed some issues with errors in key generation, and their propagationJ08nY2016-12-111-0/+0
|
* Added CLI options, Apache commons-cli lib, anomalous curve key exportJ08nY2016-12-101-0/+0
| | | | | | | | - 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.
* Fixed small-pub degree test, still crashes most cards.J08nY2016-11-301-0/+0
|
* Added test for small public key degree in ECDHJ08nY2016-11-281-0/+0
|
* Added tests for non-prime p, ECDSA into the main test suite.J08nY2016-11-261-0/+0
| | | | Also fixed ECDSA test.
* Added support for multiple readerspetrs2016-11-181-0/+0
| | | | Added support for mass gathering of ECC keys (refactoring needed)
* fixed incorrect curve parameter P for secp384r1 curvepetrs2016-10-041-0/+0
|
* EC curve testing in separate apdu due to weird behavior of some cards after ↵v0.0.3petrs2016-10-041-0/+0
| | | | multiple errors within single apdu
* corruption of parameter B addedpetrs2016-10-031-0/+0
|
* valid/invalid B set also into private keypetrs2016-09-291-0/+0
|
* new applet AID usedpetrs2016-09-271-0/+0
|
* more systematic was how to skip tests which are stictly dependent on ↵petrs2016-09-091-0/+0
| | | | previous test which must succedd
* removal of leftover codev0.0.1v0petrs2016-09-091-0/+0
|
* testing of EC F2M curves added (no predefined curves yet, just default ones)petrs2016-09-091-0/+0
|
* parameters for secp521r1 addedpetrs2016-09-091-0/+0
|
* - added curve secp384r1petrs2016-09-081-0/+0
| | | | | - added test for ECDH secret generation: valid and invalid point - output beautification
* added support for curves secp128r1, secp160r1, secp224r1petrs2016-09-081-0/+0
|
* - added testing of EC_FP 128-521bits (KeyPair allocation, gen key with def. ↵petrs2016-09-081-0/+0
| | | | | | curve, set custom curve, gen keypair with custom curve, set invalid curve, gen keypair with invalid curve) - parsing code with formating and printing
* initial commitpetrs2016-09-081-0/+0