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
/
standalone
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
...
|
*
Remove runTest from composite suite.
J08nY
2024-08-02
1
-25
/
+5
|
|
|
*
Remove runTest from performance suite.
J08nY
2024-08-02
1
-1
/
+1
|
|
|
*
Fix Botan ECKCDSA.
J08nY
2024-08-02
1
-2
/
+12
|
|
|
*
Remove runTest from misc suite.
J08nY
2024-08-02
1
-18
/
+10
|
|
|
*
Remove runTest from wrong suite.
J08nY
2024-08-02
1
-25
/
+7
|
|
|
*
Remove runTest from edge-cases suite.
J08nY
2024-08-02
3
-51
/
+24
|
|
|
*
Move conversion to custom curve to params class.
J08nY
2024-08-02
1
-27
/
+1
|
|
|
*
Standalone cleanup.
J08nY
2024-08-02
5
-12
/
+11
|
|
|
*
Cleanup ident handling in standalone.
J08nY
2024-08-02
12
-295
/
+91
|
|
|
*
Make standalone Cofactor suite not use runTest.
J08nY
2024-08-02
2
-15
/
+46
|
|
*
|
Autoformat all Nix sources
quapka
2024-08-07
1
-4
/
+4
|
|
*
|
Fix Crypto++ version calculation
quapka
2024-07-30
1
-1
/
+1
|
|
*
|
Link Nettle statically and build the shim with Nix
quapka
2024-07-29
2
-3
/
+4
|
|
*
|
Merge branch 'master' into build-with-nix
quapka
2024-07-26
1
-0
/
+6
|
\
|
|
*
Use -bits argument for basic tests of wolfCrypt.
J08nY
2024-07-25
1
-0
/
+6
|
|
|
|
|
|
|
|
Helps with #30.
*
|
Remove runtime lib deps unnecessary due to static linking
quapka
2024-07-25
1
-1
/
+1
|
|
*
|
Link TomCrypt statically and build the shim with Nix
quapka
2024-07-25
2
-2
/
+2
|
|
*
|
Link LibreSSL statically
quapka
2024-07-25
1
-1
/
+1
|
|
*
|
Link Mbedtls statically
quapka
2024-07-25
1
-1
/
+1
|
|
*
|
Link Nettle statically
quapka
2024-07-25
1
-1
/
+1
|
|
*
|
Link Crypto++ statically
quapka
2024-07-25
2
-2
/
+2
|
|
*
|
Static linking does not require loading botan-2
quapka
2024-07-25
1
-1
/
+1
|
|
*
|
Link Botan statically
quapka
2024-07-24
1
-1
/
+1
|
|
*
|
Linked tomcrypt statically
quapka
2024-07-24
1
-1
/
+1
|
|
*
|
Build OpenSSL statically
quapka
2024-07-24
1
-1
/
+1
|
|
*
|
Link GNU Crypto library statically
quapka
2024-07-24
1
-1
/
+1
|
|
*
|
Unify patching OpenSSL for all Flake outputs
quapka
2024-07-24
1
-1
/
+1
|
|
*
|
Fix IPPCP ECLib requirements
quapka
2024-07-23
1
-1
/
+1
|
|
*
|
Clear deprecated build targets
quapka
2024-07-23
1
-15
/
+0
|
|
*
|
Build IPP Crypto from package
quapka
2024-07-23
1
-6
/
+3
|
|
*
|
Link BoringSSL statically
quapka
2024-07-22
2
-2
/
+2
|
|
|
|
|
|
|
|
|
|
|
|
In order to prevent problems with dynamic linking of OpenSSL, LibreSSL and BoringSSL -- that all have libcrypto.so -- we link statically into the providers.
*
|
Fix build instruction for BoringSSL and MbedTLS
quapka
2024-07-22
2
-11
/
+19
|
|
*
|
Remove unnecessary dependency since MbedTLS package is now used
quapka
2024-07-22
1
-1
/
+1
|
|
*
|
Build LibreSSL alongside OpenSSL
quapka
2024-07-18
1
-2
/
+2
|
|
*
|
Don't build LibreSSL from submodule
quapka
2024-07-18
2
-7
/
+6
|
/
*
Push library initialization deeper and only initialize when necessary.
J08nY
2024-06-21
1
-12
/
+18
|
*
Always write shims to shim directory, do not check for freshness.
J08nY
2024-06-21
2
-5
/
+5
|
*
Fix libgcrypt issues.
J08nY
2024-06-19
6
-54
/
+106
|
*
Fix libgcrypt with secp256k1.
J08nY
2024-06-19
1
-2
/
+9
|
*
Reformat.
J08nY
2024-06-19
9
-62
/
+62
|
*
Add point validation to Nettle.
J08nY
2024-06-19
1
-2
/
+10
|
*
Add pubkey checks to LibreSSL and BoringSSL.
J08nY
2024-06-19
2
-21
/
+86
|
|
|
|
Fixes #28.
*
Error codes in OpenSSL shim.
J08nY
2024-06-15
1
-2
/
+2
|
*
Check return values in OpenSSL key loads.
J08nY
2024-06-14
1
-3
/
+28
|
|
|
|
Fixes #28.
*
More detailed signature format tests.
J08nY
2024-06-14
1
-1
/
+1
|
*
Add check for a=-3 in tomcrypt.
J08nY
2024-05-20
1
-0
/
+16
|
*
Add way of selecting tests in Standalone.
J08nY
2024-05-20
1
-2
/
+35
|
*
The signature test vectors are for SHA1 only, check this in standalone.
J08nY
2024-05-14
1
-0
/
+4
|
*
Fix Nettle issues.
J08nY
2024-05-10
6
-127
/
+282
|
|
|
|
Fixes #23.
*
Separatate C and Cpp signal handling.
J08nY
2024-05-07
4
-32
/
+32
|
[prev]
[next]