aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-21Always write shims to shim directory, do not check for freshness.J08nY4-5/+16
2024-06-19Fix libgcrypt issues.J08nY6-54/+106
2024-06-19Fix libgcrypt with secp256k1.J08nY1-2/+9
2024-06-19Reformat.J08nY9-62/+62
2024-06-19Add point validation to Nettle.J08nY1-2/+10
2024-06-19Add pubkey checks to LibreSSL and BoringSSL.J08nY2-21/+86
2024-06-15More signature tests.J08nY1-4/+44
2024-06-15Error codes in OpenSSL shim.J08nY1-2/+2
2024-06-15Cleaner output of compound tests.J08nY1-3/+15
2024-06-14Check return values in OpenSSL key loads.J08nY1-3/+28
2024-06-14Fix points on composite order curves.J08nY3-3/+3
2024-06-14Only output "Running logs" when in console.J08nY1-7/+7
2024-06-14More detailed signature format tests.J08nY4-35/+170
2024-06-14Allow malformed sigs in nonce recovery.J08nY1-5/+12
2024-05-20Add check for a=-3 in tomcrypt.J08nY1-0/+16
2024-05-20Fix bad param value in standalone wrong test suite.J08nY1-1/+1
2024-05-20Add way of selecting tests in Standalone.J08nY1-2/+35
2024-05-16Fix applet selection that was broken in AID suffix change.J08nY1-1/+1
2024-05-14The signature test vectors are for SHA1 only, check this in standalone.J08nY1-0/+4
2024-05-10Fix Nettle issues.J08nY7-127/+293
2024-05-07Separatate C and Cpp signal handling.J08nY4-32/+32
2024-05-07Attempt to enable signal handling for Cpp, fail.J08nY6-63/+228
2024-05-07Add signal handling to gcrypt.J08nY1-12/+25
2024-05-07Add signal handling to ipp-cp.J08nY1-27/+43
2024-05-07Add signal handling to LibreSSL.J08nY1-12/+26
2024-05-07Add signal handling to mbedTLS.J08nY1-12/+22
2024-05-07Fix OpenSSL build with signals.J08nY1-1/+1
2024-05-07Add signal handling to Nettle.J08nY1-12/+24
2024-05-07Add signal handling to OpenSSL.J08nY1-12/+26
2024-05-07Add signal handling to tomcrypt.J08nY1-12/+25
2024-05-07Disable bad tests via comment instead of @Disable.J08nY1-0/+4
2024-05-07Disable signal handling in Crypto++.J08nY1-0/+4
2024-05-07Fix signal restoration in signal handling.J08nY2-4/+3
2024-05-07Add signal handling to Crypto++.J08nY3-41/+63
2024-05-06Output full library name in machine-readable test reports.J08nY4-3/+7
2024-05-06Add signal handling to BoringSSL.J08nY3-14/+30
2024-05-06Do not test with Java 22 yet (Gradle does not support it fully).J08nY1-2/+2
2024-05-06Add lib_signals to all shims.J08nY1-17/+17
2024-05-06Allow for timeouts in native code.J08nY4-20/+39
2024-04-30Add way of handling SIGSEGV and SIGABRT in native code.J08nY8-4/+293
2024-04-27Fix gradle.J08nY1-1/+1
2024-04-27Java 15 unavailable in CI.J08nY1-2/+2
2024-04-27Add note about required Java versions.J08nY4-5/+8
2024-04-27Add EdDSA to standalone CLI.J08nY1-28/+25
2024-04-27Add XDH to standalone CLI.J08nY2-49/+61
2024-04-26Add XDH and EdDSA identsJ08nY2-1/+23
2024-04-26Sort lists of items in standalone CLI.J08nY1-4/+4
2024-04-25Add XDH and EdDSA keygen.J08nY3-11/+58
2024-04-25Add some output to tests as they run.J08nY6-6/+71
2024-04-25Add pseudoprime-p curves.J08nY7-0/+48