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
/
util
/
plot_gen.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-30
Fix gcrypt ecdh and ecdsa.
J08nY
1
-4
/
+4
2018-10-22
Add methods to parse hash and sig type out of idents.
J08nY
3
-4
/
+51
2018-10-22
Efficiently instantiate prngs in shims.
J08nY
5
-31
/
+25
2018-10-21
Add libgcrypt to travis build.
J08nY
2
-3
/
+14
2018-10-21
Fix gcc and clang warnings in native sources.
J08nY
7
-53
/
+54
2018-10-21
Add libgcrypt to docs.
feature/gcrypt
J08nY
2
-19
/
+29
2018-10-21
Add support for libgcrypt ecdh and ecdsa.
J08nY
9
-23
/
+645
2018-10-17
Add libgcrypt support, only keygen first.
J08nY
12
-30
/
+501
2018-10-16
Add support for BoringSSL.
feature/boring-ssl
J08nY
17
-37
/
+866
2018-10-15
Bump version.
v0.3.0
J08nY
2
-4
/
+4
2018-10-15
Add test for OpenSSl modular reduction bug.
J08nY
4
-1
/
+57
2018-10-14
Fix added composite data.
J08nY
17
-17
/
+17
2018-10-14
Add more composite test data, update docs.
J08nY
53
-169
/
+287
2018-09-29
Add some libs to list of libs.
J08nY
1
-1
/
+2
2018-09-14
Sort tried privkey values in edge-cases test suite.
J08nY
1
-4
/
+4
2018-08-26
Add tests for interesting privatekey values to edge-cases tests.
J08nY
1
-4
/
+69
2018-08-14
Allow exporting set curve parameters to verify them.
J08nY
13
-22
/
+37
2018-08-14
Add Cofactor curves to edge-cases test to properly test some values.
J08nY
1
-0
/
+2
2018-08-13
Fix degenerate keys over secp256k1.
J08nY
1
-6
/
+6
2018-08-13
Pad invalid keys to proper length.
J08nY
8
-9
/
+9
2018-08-12
Fix Invalid, Twist and Degenerate test suites.
J08nY
3
-3
/
+3
2018-08-12
Add info about signature tests, rename some data entries.
J08nY
2
-12
/
+41
2018-08-12
Add more ecdsa tests.
J08nY
7
-35
/
+117
2018-08-12
Add ECDSA testing to composite curve tests.
J08nY
1
-2
/
+6
2018-08-12
Reformat all code.
J08nY
16
-56
/
+52
2018-08-12
Reformat reader package.
J08nY
7
-7
/
+8
2018-08-12
Add ECDH tests that use the ECPublicKey object to the ones that are raw.
J08nY
5
-23
/
+42
2018-08-11
Add various ECDSA tests.
J08nY
24
-285
/
+589
2018-08-11
Switch Crypto++ to output signatures in DER format.
J08nY
3
-22
/
+31
2018-08-10
Rename Crypto++ ECDSA algos, as they differ from the named ones.
J08nY
3
-11
/
+16
2018-08-10
Add utility methods for converting EC_Params to JCE EC objects.
J08nY
7
-18
/
+147