| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
SimpleECCApplet: added TestEC_SupportExternal which receives an FP or
F2M elliptic curve parameters in an APDU, sets it and tries ECDH, ECDSA.
ECKeyGenerator: added setExternalCurve, which reads and sets external
parameters from one buffer, with data order:
field | a | b | g | r | k
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|