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
/
DefaultSuite.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-01
Make sure byteArrays are of positive BigIntegers.
J08nY
2
-4
/
+4
2017-11-30
Implement ECDSA for LibTomCrypt.
J08nY
6
-42
/
+188
2017-11-30
Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.
J08nY
4
-30
/
+94
2017-11-30
Implement ECDH for TomCrypt.
J08nY
6
-10
/
+130
2017-11-29
Implement KeyPairGeneration for LibTomCrypt.
J08nY
9
-16
/
+626
2017-11-29
Fix Travis.
J08nY
2
-3
/
+21
2017-11-29
Sketch out native SPI classes.
J08nY
5
-26
/
+142
2017-11-29
Add listing of supported curves to standalone libs.
J08nY
11
-26
/
+78
2017-11-28
Move TomCryptProvider into NativeProvider as a nested class.
J08nY
6
-35
/
+54
2017-11-28
Implement a basic NativeProvider using libtomcrypt.
J08nY
13
-41
/
+206
2017-11-28
Implement ECDSA for standalone libs.
J08nY
5
-20
/
+163
2017-11-28
Add ECDH testing to standalone part.
J08nY
5
-87
/
+100
2017-11-27
Add a basic NativeECLibrary interface.
J08nY
11
-42
/
+188
2017-11-27
Export default lib curves in CSV.
J08nY
2
-5
/
+8
2017-11-26
Export generated keys in ANSI X9.62 uncompressed format.
J08nY
3
-2
/
+44
2017-11-26
Split Util class into a package.
J08nY
16
-198
/
+275
2017-11-26
Fix usage printing args.
J08nY
1
-7
/
+10
2017-11-26
Add export of default standalone lib params.
J08nY
1
-8
/
+40
2017-11-26
Make sure the SPI by the intended provider is always used.
J08nY
5
-31
/
+60
2017-11-26
Finish first keygen implementation.
J08nY
3
-45
/
+131
2017-11-23
Sketch out KeyPairGeneration in standalone.
J08nY
5
-20
/
+124
2017-11-18
Fix CLI parsing, regex escape the dot.
J08nY
1
-1
/
+1
2017-11-18
Finish tree parsing of CLI args.
J08nY
5
-67
/
+184
2017-11-15
Add prefix handling of CLI actions.
J08nY
1
-6
/
+19
2017-11-15
Print usage correctly in CLITools Tree help.
J08nY
1
-3
/
+30
2017-11-15
Add Tree-like CLI parsing utilities.
J08nY
6
-7
/
+272
2017-11-14
Extract common CLI methods to CLITools.
J08nY
4
-61
/
+80
2017-11-13
Add KeyPairGenerator idents.
J08nY
4
-20
/
+79
2017-11-13
Implement basic lib tests.
J08nY
6
-5
/
+213
2017-11-13
Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.
J08nY
17
-51
/
+256
2017-11-12
Implement collecting of supported KeyAgreement and Signature objects.
J08nY
9
-14
/
+353
2017-11-12
Add BouncyCastle library. Sketch out ECTesterStandalone.
J08nY
10
-8
/
+175
2017-11-12
Add ANSI curves.
J08nY
9
-0
/
+60
2017-11-12
Separate build files for standalone and reader apps.
J08nY
35
-124
/
+1718
2017-11-12
Introduce ECTesterStandalone.
J08nY
6
-5
/
+23
2017-11-10
Split test package into common.
J08nY
19
-283
/
+336
2017-11-10
Split the ec package into common package, rename reader part of the project.
J08nY
20
-66
/
+43
2017-11-10
Cleanup and a new gitignore.
J08nY
4
-21
/
+24
2017-11-10
Cleanup dist directory, make ant work on non-NetBeans platforms.
J08nY
11
-83
/
+10
2017-11-10
Add version information.
v0.1.0
J08nY
2
-2
/
+18
2017-11-10
Release both JARs, with and without deps.
J08nY
1
-0
/
+1
2017-11-10
Add Github releases to Travis CI.
J08nY
1
-3
/
+14
2017-11-06
Update JAR and CAP.
J08nY
3
-8
/
+11
2017-11-06
Make Travis build the full JAR.
J08nY
1
-1
/
+1
2017-11-06
Output SWs as unsigned ints.
J08nY
4
-14
/
+17
2017-11-05
Introduce Result.Value.ERROR.
J08nY
5
-21
/
+35
2017-11-05
Introduce Response.error variable.
J08nY
2
-4
/
+15
2017-11-05
Fix some alignment issues.
J08nY
1
-2
/
+0
2017-11-05
Implement Result.ExpectedValue to add more logic to test evaluation.
J08nY
12
-84
/
+157
2017-11-01
Add package target to ant, that builds a jar with full dependencies.
J08nY
1
-0
/
+25
[next]