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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version.
0.3.1
J08nY
2018-11-28
3
-5
/
+5
*
Merge branch 'devel'
J08nY
2018-11-28
102
-1545
/
+5016
|
\
|
*
Add entropy estimation to plot_gen.
J08nY
2018-11-28
1
-2
/
+22
|
*
Use native timing when available.
J08nY
2018-11-23
1
-12
/
+20
|
*
Improve native lib timing.
J08nY
2018-11-23
23
-92
/
+593
|
*
Add more keygen/ecdh/ecdsa options to standalone.
J08nY
2018-11-18
1
-119
/
+171
|
*
Fix keygen plotting.
J08nY
2018-11-18
2
-27
/
+50
|
*
Output duration of keygen and export as well.
J08nY
2018-11-18
3
-65
/
+97
|
*
Add ECDH validation tests using BouncyCastle.
J08nY
2018-11-14
10
-14
/
+187
|
*
Print named objects cleaner. Increase applet buffer sizes.
J08nY
2018-11-14
3
-50
/
+26
|
*
Fix long response APDU handling and exported params handling.
J08nY
2018-11-14
2
-2
/
+2
|
*
Add applet metadata to test outputs.
J08nY
2018-11-11
4
-6
/
+35
|
*
Add more signature tests.
J08nY
2018-11-11
1
-0
/
+36
|
*
Add WolfCrypt provider to testing.
J08nY
2018-11-11
7
-2
/
+35
|
*
Add MNT curves, cleanup misc and compression tests.
J08nY
2018-11-11
20
-45
/
+214
|
*
Simpify and explain CAP building in README.
J08nY
2018-11-10
2
-47
/
+83
|
*
FIx loading of F2m field, fix some utility functions.
J08nY
2018-11-09
3
-7
/
+15
|
*
Add --info command to get and output applet info.
J08nY
2018-11-07
3
-67
/
+119
|
*
Backport applet to JavaCard 2.2.1 to support more cards.
J08nY
2018-11-06
18
-877
/
+1141
|
*
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
9
-30
/
+104
|
*
Fix gcrypt ecdh and ecdsa.
J08nY
2018-10-30
1
-4
/
+4
|
*
Add methods to parse hash and sig type out of idents.
J08nY
2018-10-22
3
-4
/
+51
|
*
Efficiently instantiate prngs in shims.
J08nY
2018-10-22
5
-31
/
+25
|
*
Add libgcrypt to travis build.
J08nY
2018-10-21
2
-3
/
+14
|
*
Fix gcc and clang warnings in native sources.
J08nY
2018-10-21
7
-53
/
+54
|
*
Merge branch 'feature/gcrypt' into devel
J08nY
2018-10-21
19
-53
/
+1156
|
|
\
|
|
*
Add libgcrypt to docs.
feature/gcrypt
J08nY
2018-10-21
2
-19
/
+29
|
|
*
Add support for libgcrypt ecdh and ecdsa.
J08nY
2018-10-21
9
-23
/
+645
|
|
*
Add libgcrypt support, only keygen first.
J08nY
2018-10-17
12
-30
/
+501
|
|
/
|
*
Merge branch 'feature/boring-ssl' into devel
J08nY
2018-10-16
17
-37
/
+866
|
/
|
|
*
Add support for BoringSSL.
feature/boring-ssl
J08nY
2018-10-16
17
-37
/
+866
|
/
*
Bump version.
v0.3.0
J08nY
2018-10-15
2
-4
/
+4
*
Merge branch 'devel'
J08nY
2018-10-15
138
-1531
/
+2728
|
\
|
*
Add test for OpenSSl modular reduction bug.
J08nY
2018-10-15
4
-1
/
+57
|
*
Fix added composite data.
J08nY
2018-10-14
17
-17
/
+17
|
*
Add more composite test data, update docs.
J08nY
2018-10-14
53
-169
/
+287
|
*
Add some libs to list of libs.
J08nY
2018-09-29
1
-1
/
+2
|
*
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
13
-22
/
+37
|
*
Add Cofactor curves to edge-cases test to properly test some values.
J08nY
2018-08-14
1
-0
/
+2
|
*
Fix degenerate keys over secp256k1.
J08nY
2018-08-13
1
-6
/
+6
|
*
Pad invalid keys to proper length.
J08nY
2018-08-13
8
-9
/
+9
|
*
Fix Invalid, Twist and Degenerate test suites.
J08nY
2018-08-12
3
-3
/
+3
|
*
Add info about signature tests, rename some data entries.
J08nY
2018-08-12
2
-12
/
+41
|
*
Add more ecdsa tests.
J08nY
2018-08-12
7
-35
/
+117
|
*
Add ECDSA testing to composite curve tests.
J08nY
2018-08-12
1
-2
/
+6
|
*
Reformat all code.
J08nY
2018-08-12
16
-56
/
+52
[next]