aboutsummaryrefslogtreecommitdiff
path: root/src/applets/ECKeyTester.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed small-pub degree test, still crashes most cards.J08nY2016-11-301-9/+13
|
* Added tests for non-prime p, ECDSA into the main test suite.J08nY2016-11-261-9/+5
| | | | Also fixed ECDSA test.
* ECKeyGenerator: fixes to key genertion,J08nY2016-11-211-8/+8
| | | | | | | | ECKeyTester: fixed ECDH/ECDHC pubkey length issue. EC_Consts: fixed decompressG and getCurveParameter array copy mismatch SimpleECCApplet: fixed B parameter test All tests now pass as before.
* EC_Consts: made parameters maskableJ08nY2016-11-211-6/+2
| | | | | | ECKeyGenerator: since parameters are maskable, one can now setCustomInvalidCurve(curve, PARAMETER_A | PARAMETER_B,...) and the resulting curve will have both A and B invalid.
* EC_Consts: added F2M curve support, + F2M curve sect163r1 to startJ08nY2016-11-211-0/+1
|
* refactoring ECTester: created ECKeyGenerator, ECKeyTesterJ08nY2016-11-211-0/+180