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
crocs-muni
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cz
/
crcs
/
ectester
/
reader
/
test
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Add more composite tests.
J08nY
2018-06-30
1
-1
/
+5
|
*
Add composite PQ tests. Better order tests by EC_Data id.
J08nY
2018-06-30
1
-11
/
+39
|
*
Add descriptions to composite curve data.
J08nY
2018-06-28
1
-1
/
+1
|
*
Add tests for small R to composite test suite.
J08nY
2018-06-27
1
-2
/
+19
|
*
Add composite order curves with small order generators.
J08nY
2018-06-27
1
-1
/
+0
|
*
Implement more tests for wrong parameters. Implement cloning for Tests.
J08nY
2018-06-27
1
-2
/
+25
|
|
|
|
|
|
|
- Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
*
Support key algo parameter for KeyAgreements with KDF in standalone testing.
J08nY
2018-05-29
4
-4
/
+4
|
*
Handle exceptions in standalone testables better.
J08nY
2018-05-28
1
-1
/
+0
|
*
Simplify the edge-cases test suite and provide better analysis of results.
J08nY
2018-05-27
1
-4
/
+10
|
*
Add the edge-cases test suite.
J08nY
2018-05-25
5
-4
/
+106
|
*
Add compression suite to docs and comments.
J08nY
2018-05-02
1
-1
/
+2
|
*
Add compression test suite.
J08nY
2018-05-02
4
-10
/
+154
|
*
Add degenerate curves test suite.
J08nY
2018-04-28
1
-0
/
+55
|
*
Better sort EC_Data, handle errors better in wrong curves suite.
J08nY
2018-04-26
1
-8
/
+8
|
*
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
3
-43
/
+67
|
*
Sort tests better in a few test suites.
J08nY
2018-04-25
3
-24
/
+6
|
*
Better evaluate results of Default test suite.
J08nY
2018-04-21
1
-15
/
+45
|
*
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
5
-6
/
+6
|
*
Rename the CORRUPT command to TRANSFORM, as it does that now.
J08nY
2018-03-14
7
-13
/
+12
|
*
Better evaluate results of compound test in some test suites.
J08nY
2018-03-06
4
-4
/
+4
|
*
Order EC data nicely, also helps ordering tests in some suites.
J08nY
2018-03-06
3
-7
/
+6
|
*
Add Cofactor test suite.
J08nY
2018-03-03
1
-0
/
+60
|
*
Output Result causes better in YAML.
J08nY
2018-02-11
1
-0
/
+1
|
*
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
|
*
Handle exceptions in Tests and TestSuites grafeully.
J08nY
2018-02-10
4
-23
/
+8
|
*
Make the wrong test suite easier to understand, with compound tests.
J08nY
2018-02-06
1
-3
/
+11
|
*
Update README, docs and test suites.
J08nY
2018-02-04
5
-36
/
+6
|
*
Add more tests to the Wrong test suite.
J08nY
2018-02-04
1
-1
/
+95
|
|
|
|
|
|
|
|
|
|
|
|
- Now tests also for: - Fp: - p = 0 - p = 1 - p = q^2; q prime - p = q * s; q and s primes - F2m: - e1 = e2 = e3 = 0 - m < e1 < e2 < e3
*
Fix default test suite F2M domain setting.
J08nY
2018-02-03
1
-2
/
+3
|
*
Fix default test suite F2m tests.
J08nY
2018-01-20
1
-3
/
+4
|
*
Add PerformanceTest and add it to the default card test suite.
J08nY
2018-01-20
2
-4
/
+117
|
*
Add quadratic twist tests into their own test suite.
J08nY
2018-01-19
2
-1
/
+63
|
*
Add standard curve twists.
J08nY
2018-01-19
1
-1
/
+1
|
*
Remove unused card test suite code.
J08nY
2018-01-17
1
-99
/
+0
|
*
Export CPLC data and card ATR in test suite outputs.
J08nY
2018-01-14
1
-0
/
+4
|
*
Simplify default test suite.
J08nY
2018-01-13
1
-13
/
+33
|
*
Simplify test suites.
J08nY
2018-01-09
6
-129
/
+137
|
*
Hide the Cleanup command in test suites.
J08nY
2017-12-28
6
-44
/
+40
|
*
Remove unused Testable.meta().
J08nY
2017-12-27
1
-3
/
+0
|
*
Cleanup the applet ECKA and Signature objects.
J08nY
2017-12-27
5
-11
/
+12
|
*
Implement basic standalone testing.
J08nY
2017-12-06
1
-1
/
+0
|
*
Extract TestWriters into common.
J08nY
2017-12-06
1
-2
/
+2
|
*
Fix CommandTest getDescription.
J08nY
2017-12-06
1
-1
/
+5
|
*
Specialize test suites in reader package to classes.
J08nY
2017-12-05
7
-60
/
+14
|
[prev]
[next]