index
:
ECTester.git
devel
feature/boring-ssl
feature/gcrypt
feature/ippcp
feature/mscng
feature/standalone-lib-testing
feature/test-output-html
master
smultre
Tester of Eliptic curves support on smartcards with JavaCard platform
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cz
/
crcs
/
ectester
/
reader
/
test
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Basic Gradle setup.
J08nY
2024-03-25
16
-2003
/
+0
|
*
Fix invalid points in the invalid test suite (some were not padded).
J08nY
2019-03-07
1
-1
/
+1
|
*
Fix some keys in invalid test suite, add "random" test option.
J08nY
2019-03-06
6
-19
/
+33
|
*
Some fixes in wrong test suite, better ordering of tests.
J08nY
2019-03-04
2
-15
/
+14
|
*
Add better semi-random generation of inputs in tests.
J08nY
2019-03-04
5
-13
/
+31
|
*
Many fixes to cofactor, edge-cases and misc suites.
J08nY
2019-02-28
3
-9
/
+15
|
*
Fix some wycheproof vectors, fix edge-case test.
J08nY
2019-02-28
1
-2
/
+3
|
*
Add better loading of keys to standalone.
J08nY
2019-02-28
1
-6
/
+9
|
*
Allow endless ECDSA and ECDH running, add info on test options to help.
J08nY
2019-02-25
13
-15
/
+27
|
*
Make edge-cases suite take preset keys. Reformat code.
J08nY
2019-02-22
3
-9
/
+7
|
*
Add signature validation tests.
J08nY
2019-02-22
1
-15
/
+68
|
*
Add option to use preset semi-random private key in tests.
J08nY
2019-02-21
5
-5
/
+34
|
*
Update documentation.
J08nY
2018-12-21
7
-6
/
+11
|
*
Fixup edgecases test suite.
J08nY
2018-12-17
1
-3
/
+18
|
*
Use dry-run mode of applet for all commands.
J08nY
2018-12-17
1
-1
/
+5
|
*
Add test of ECDH when keypair has engated pubkey.
J08nY
2018-12-16
1
-7
/
+23
|
*
Cleaner evaluation of twist/degenerate tests.
J08nY
2018-12-10
3
-13
/
+25
|
*
Add more tests of bit-patterns to edge-cases test sutie.
J08nY
2018-12-10
1
-3
/
+16
|
*
Add degenerate tests for curves with cofactor = 4.
J08nY
2018-12-10
1
-4
/
+5
|
*
Add dry run mode to enable precise time measurement via overhead subtraction.
J08nY
2018-11-30
2
-10
/
+34
|
*
Add ECDH validation tests using BouncyCastle.
J08nY
2018-11-14
2
-3
/
+102
|
*
Add applet metadata to test outputs.
J08nY
2018-11-11
1
-4
/
+0
|
*
Add MNT curves, cleanup misc and compression tests.
J08nY
2018-11-11
3
-32
/
+50
|
*
Backport applet to JavaCard 2.2.1 to support more cards.
J08nY
2018-11-06
1
-0
/
+5
|
*
Fix test suites broken by EC_Store change.
J08nY
2018-11-06
4
-8
/
+8
|
*
Better evaluate non-residue tests in compression suite.
J08nY
2018-11-05
1
-3
/
+3
|
*
Add compression tests for quadratic non-residue in modular square root.
J08nY
2018-11-03
4
-16
/
+46
|
*
Add test for OpenSSl modular reduction bug.
J08nY
2018-10-15
1
-0
/
+27
|
*
Sort tried privkey values in edge-cases test suite.
J08nY
2018-09-14
1
-4
/
+4
|
*
Add tests for interesting privatekey values to edge-cases tests.
J08nY
2018-08-26
1
-4
/
+69
|
*
Allow exporting set curve parameters to verify them.
J08nY
2018-08-14
11
-11
/
+22
|
*
Add Cofactor curves to edge-cases test to properly test some values.
J08nY
2018-08-14
1
-0
/
+2
|
*
Fix Invalid, Twist and Degenerate test suites.
J08nY
2018-08-12
3
-3
/
+3
|
*
Add more ecdsa tests.
J08nY
2018-08-12
1
-10
/
+27
|
*
Add ECDSA testing to composite curve tests.
J08nY
2018-08-12
1
-2
/
+6
|
*
Reformat reader package.
J08nY
2018-08-12
4
-4
/
+3
|
*
Add ECDH tests that use the ECPublicKey object to the ones that are raw.
J08nY
2018-08-12
4
-6
/
+25
|
*
Add various ECDSA tests.
J08nY
2018-08-11
5
-57
/
+69
|
*
Add private key edge-cases tests.
J08nY
2018-07-23
1
-26
/
+38
|
*
Add option for cleanup.
J08nY
2018-07-22
11
-29
/
+150
|
*
Test anomalous curves as well in misc test suite.
J08nY
2018-07-18
1
-10
/
+12
|
*
Add tests of increasingly larger prime R to better understand behavior of impls.
J08nY
2018-07-16
1
-4
/
+8
|
*
Add tests for curve order being a Carmichael pseudoprime.
J08nY
2018-07-12
1
-0
/
+5
|
*
Add testing of previous prime R to wrong test suite.
J08nY
2018-07-05
1
-4
/
+16
|
*
Add ability to skip tests/run only a part of a test suite.
J08nY
2018-07-05
10
-17
/
+17
|
*
Also do composite tests with both keypairs generated on card.
J08nY
2018-07-04
1
-2
/
+8
|
*
Add supersingular curves, do some tests over supersingular and ↵
J08nY
2018-07-04
6
-10
/
+64
|
|
|
|
Barreto-Naehrig curves.
*
Rename and reorder tests.
J08nY
2018-07-03
1
-4
/
+4
|
*
Better display results in console.
J08nY
2018-07-03
1
-1
/
+1
|
*
Add some p * q curves to cofactor tests.
J08nY
2018-07-02
1
-1
/
+1
|
|
|
|
- |E(F_p)| = p * q, |G| = p, |pubkey| = q.
[next]