aboutsummaryrefslogtreecommitdiff
path: root/standalone (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle numeric lib versions better.J08nY2024-08-023-3/+6
* Remove runTest from the rest of the standalone suites.J08nY2024-08-022-36/+97
* Unify Invalid, Degenerate and Twist suites on standalone.J08nY2024-08-024-296/+115
* Remove runTest from composite suite.J08nY2024-08-021-25/+5
* Remove runTest from performance suite.J08nY2024-08-021-1/+1
* Fix Botan ECKCDSA.J08nY2024-08-021-2/+12
* Remove runTest from misc suite.J08nY2024-08-021-18/+10
* Remove runTest from wrong suite.J08nY2024-08-021-25/+7
* Remove runTest from edge-cases suite.J08nY2024-08-023-51/+24
* Move conversion to custom curve to params class.J08nY2024-08-021-27/+1
* Standalone cleanup.J08nY2024-08-025-12/+11
* Cleanup ident handling in standalone.J08nY2024-08-0212-295/+91
* Make standalone Cofactor suite not use runTest.J08nY2024-08-022-15/+46
* Move coverage reports where codecov finds them.J08nY2024-08-021-1/+4
* Aggregate test coverage over subprojects.J08nY2024-08-021-1/+2
* Use -bits argument for basic tests of wolfCrypt.J08nY2024-07-251-0/+6
* Push library initialization deeper and only initialize when necessary.J08nY2024-06-211-12/+18
* Always write shims to shim directory, do not check for freshness.J08nY2024-06-212-5/+5
* Fix libgcrypt issues.J08nY2024-06-196-54/+106
* Fix libgcrypt with secp256k1.J08nY2024-06-191-2/+9
* Reformat.J08nY2024-06-199-62/+62
* Add point validation to Nettle.J08nY2024-06-191-2/+10
* Add pubkey checks to LibreSSL and BoringSSL.J08nY2024-06-192-21/+86
* Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
* Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
* More detailed signature format tests.J08nY2024-06-141-1/+1
* Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
* Add way of selecting tests in Standalone.J08nY2024-05-201-2/+35
* The signature test vectors are for SHA1 only, check this in standalone.J08nY2024-05-141-0/+4
* Fix Nettle issues.J08nY2024-05-106-127/+282
* Separatate C and Cpp signal handling.J08nY2024-05-074-32/+32
* Attempt to enable signal handling for Cpp, fail.J08nY2024-05-076-63/+228
* Add signal handling to gcrypt.J08nY2024-05-071-12/+25
* Add signal handling to ipp-cp.J08nY2024-05-071-27/+43
* Add signal handling to LibreSSL.J08nY2024-05-071-12/+26
* Add signal handling to mbedTLS.J08nY2024-05-071-12/+22
* Fix OpenSSL build with signals.J08nY2024-05-071-1/+1
* Add signal handling to Nettle.J08nY2024-05-071-12/+24
* Add signal handling to OpenSSL.J08nY2024-05-071-12/+26
* Add signal handling to tomcrypt.J08nY2024-05-071-12/+25
* Disable bad tests via comment instead of @Disable.J08nY2024-05-071-0/+4
* Disable signal handling in Crypto++.J08nY2024-05-071-0/+4
* Fix signal restoration in signal handling.J08nY2024-05-072-4/+3
* Add signal handling to Crypto++.J08nY2024-05-073-41/+63
* Output full library name in machine-readable test reports.J08nY2024-05-064-3/+7
* Add signal handling to BoringSSL.J08nY2024-05-063-14/+30
* Add lib_signals to all shims.J08nY2024-05-061-17/+17
* Allow for timeouts in native code.J08nY2024-05-064-20/+39
* Add way of handling SIGSEGV and SIGABRT in native code.J08nY2024-04-308-4/+293
* Add note about required Java versions.J08nY2024-04-271-1/+1