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
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Fixup standalone libs Makefile to use pkg-config.
J08nY
2018-05-28
1
-6
/
+5
|
*
Simplify the edge-cases test suite and provide better analysis of results.
J08nY
2018-05-27
2
-46
/
+43
|
*
Add the edge-cases test suite.
J08nY
2018-05-25
12
-152
/
+876
|
*
Add more relevant wycheproof test-vectors, for CVE-2017-10176 and CVE-2017-8932.
J08nY
2018-05-23
1
-0
/
+43
|
*
Add the AddSubChain wycheproof vectors.
J08nY
2018-05-23
6
-5
/
+861
|
*
Add compression suite to docs and comments.
J08nY
2018-05-02
2
-2
/
+3
|
*
Add compression test suite.
J08nY
2018-05-02
10
-19
/
+181
|
*
Add degenerate curves for brainpool 512 bit prime curve.
J08nY
2018-04-28
1
-3
/
+48
|
*
Add degenerate curves test suite.
J08nY
2018-04-28
8
-19
/
+1049
|
*
Better sort EC_Data, handle errors better in wrong curves suite.
J08nY
2018-04-26
2
-8
/
+21
|
*
Output whole stack trace when a TestException happens.
J08nY
2018-04-26
1
-0
/
+4
|
*
Evaluate wrong test suite even better.
J08nY
2018-04-25
2
-12
/
+19
|
*
Change wrong test suite.
J08nY
2018-04-25
1
-2
/
+2
|
*
Fix wrong test suite evaluation.
J08nY
2018-04-25
6
-45
/
+77
|
*
Add ECTester version to test run output.
J08nY
2018-04-25
8
-5
/
+19
|
*
Output date in test suite outputs.
J08nY
2018-04-25
3
-4
/
+18
|
*
Sort tests better in a few test suites.
J08nY
2018-04-25
4
-27
/
+22
|
*
Add more and larger curves to the cofactor category.
J08nY
2018-04-24
15
-0
/
+175
|
*
Better evaluate results of Default test suite.
J08nY
2018-04-21
1
-15
/
+45
|
*
Fix ECDSA verify command.
J08nY
2018-04-17
1
-1
/
+1
|
*
Actually run ECDSA verification tests with cofactor, invalid and twist points.
J08nY
2018-04-11
3
-15
/
+62
|
*
Add ECDSA_sign and ECDSA_verify commands, to allow separate testing.
J08nY
2018-04-05
11
-77
/
+347
|
*
Add some points of larger order to brainpool invalid curves.
J08nY
2018-04-04
8
-0
/
+152
|
*
Add some points of larger order to invalid secg curves.
J08nY
2018-03-29
9
-0
/
+170
|
*
Fix point decompression in util.
J08nY
2018-03-27
1
-2
/
+8
|
*
Add lint options to javac. Fix most of uncovered warnings.
J08nY
2018-03-14
6
-17
/
+16
|
*
Rename the CORRUPT command to TRANSFORM, as it does that now.
J08nY
2018-03-14
15
-135
/
+134
|
*
Better evaluate results of compound test in some test suites.
J08nY
2018-03-06
5
-4
/
+41
|
*
Handle the extended Exception support also on reader side.
J08nY
2018-03-06
2
-69
/
+96
|
*
Add points on non-generator subgroup for SECG curves to cofactor category.
J08nY
2018-03-06
2
-28
/
+250
|
*
Order EC data nicely, also helps ordering tests in some suites.
J08nY
2018-03-06
4
-8
/
+40
|
*
Add better unexpected exception handling to the applet.
J08nY
2018-03-05
1
-44
/
+83
|
*
Add F2m curves to cofactor category.
J08nY
2018-03-04
9
-2
/
+95
|
*
Add Cofactor test suite.
J08nY
2018-03-03
2
-2
/
+65
|
*
Add curves with cofactor with pregenerated points on cofactor subgroup.
J08nY
2018-03-03
10
-0
/
+107
|
*
Fix selection of EC libs in standalone tester.
J08nY
2018-03-03
1
-1
/
+1
|
*
Add information about more output files for a test run.
J08nY
2018-03-03
1
-1
/
+0
|
*
Add some docs and fix ECTesterReader --bit-size option.
J08nY
2018-03-03
6
-7
/
+57
|
*
Allow outputing test suite results into more formats and files.
J08nY
2018-02-11
4
-40
/
+150
|
*
Output Result causes better in YAML.
J08nY
2018-02-11
3
-3
/
+17
|
*
Restructure the Twist test suite.
J08nY
2018-02-10
1
-5
/
+9
|
*
Restructure the TestVectors test suite.
J08nY
2018-02-10
1
-1
/
+1
|
*
Restructure the Invalid test suite.
J08nY
2018-02-10
1
-5
/
+10
|
*
Restructure the Composite test suite.
J08nY
2018-02-10
1
-5
/
+9
|
*
Fix XML output of Result cause.
J08nY
2018-02-10
1
-1
/
+1
|
*
Handle exceptions in Tests and TestSuites grafeully.
J08nY
2018-02-10
30
-379
/
+491
|
*
Make the wrong test suite easier to understand, with compound tests.
J08nY
2018-02-06
2
-9
/
+13
|
*
Show library name in test suite output in standalone testing.
J08nY
2018-02-05
7
-6
/
+36
|
*
Bump copyright years.
J08nY
2018-02-04
3
-2
/
+26
|
*
Update README, docs and test suites.
J08nY
2018-02-04
7
-47
/
+13
|
[prev]
[next]