aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup ident handling in standalone.J08nY2024-08-0212-295/+91
* Make standalone Cofactor suite not use runTest.J08nY2024-08-023-26/+60
* Move coverage reports where codecov finds them.J08nY2024-08-022-2/+8
* Aggregate test coverage over subprojects.J08nY2024-08-022-2/+4
* Fix codecov.ymlJ08nY2024-08-021-1/+1
* Add codecov config.J08nY2024-08-021-0/+27
* Disable tests that may cycle indefinitely.J08nY2024-08-021-0/+5
* No more runTest in reader.J08nY2024-08-0215-228/+257
* Add more reader tests.J08nY2024-08-011-0/+25
* Add timeouts to reader tests.J08nY2024-08-013-14/+199
* Improve exception printing.J08nY2024-08-011-5/+9
* Upload code-coverage for reader CI run as well.J08nY2024-08-011-0/+6
* Add testing of ECTesterReader suites with Jcardsim.J08nY2024-08-012-1/+99
* Fix infinity test in card compression suite.J08nY2024-08-013-3/+4
* Remove runTest from CardCompositeSuite.J08nY2024-08-011-9/+7
* Fix YAML outpput ending.J08nY2024-07-311-1/+1
* 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-214-5/+16
* 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
* More signature tests.J08nY2024-06-151-4/+44
* Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
* Cleaner output of compound tests.J08nY2024-06-151-3/+15
* Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
* Fix points on composite order curves.J08nY2024-06-143-3/+3
* Only output "Running logs" when in console.J08nY2024-06-141-7/+7
* More detailed signature format tests.J08nY2024-06-144-35/+170
* Allow malformed sigs in nonce recovery.J08nY2024-06-141-5/+12
* Add check for a=-3 in tomcrypt.J08nY2024-05-201-0/+16
* Fix bad param value in standalone wrong test suite.J08nY2024-05-201-1/+1
* Add way of selecting tests in Standalone.J08nY2024-05-201-2/+35
* Fix applet selection that was broken in AID suffix change.J08nY2024-05-161-1/+1
* The signature test vectors are for SHA1 only, check this in standalone.J08nY2024-05-141-0/+4
* Fix Nettle issues.J08nY2024-05-107-127/+293
* Merge pull request #26 from crocs-muni/feat/signal-handlersJán Jančár2024-05-0724-180/+794
|\
| * 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