aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Ditch preload.cJ08nY2024-08-091-0/+0
|
* Add deterministic PRNG via preload of RNG functions.J08nY2024-08-0926-272/+1228
|
* Make gcrypt amenable to deterministic RNG by enabling FIPS PRNG.J08nY2024-08-082-10/+9
|
* Add preload library for spoofing system RNG outputs.J08nY2024-08-083-4/+263
|
* Do not ignore failures in standalone tests.J08nY2024-08-081-2/+1
|
* Fix test path for codecov.J08nY2024-08-082-4/+6
|
* Try to see what goes wrong in the tests.J08nY2024-08-082-0/+19
|
* Continue on test errors.J08nY2024-08-072-4/+4
|
* Add deterministic PRNG example to docs.J08nY2024-08-072-44/+79
|
* Fix listSuites.J08nY2024-08-072-3/+2
|
* WolfCrypt is not deterministic?J08nY2024-08-071-12/+0
|
* Split off deterministic tests.J08nY2024-08-073-53/+162
|
* Add deterministic RNG to Crypto++.J08nY2024-08-074-4/+49
|
* Add deterministic RNG to mbedTLS.J08nY2024-08-074-4/+67
|
* Add deterministic PRNG support to ippcp.J08nY2024-08-073-0/+45
|
* Add deterministic PRNG support to Nettle.J08nY2024-08-073-4/+49
|
* Allow for passing Random to wolfCrypt.J08nY2024-08-071-0/+12
|
* Test deterministic keygen in standalone.J08nY2024-08-073-7/+44
|
* Add support for deterministic PRNG to SunEC and BouncyCastle.J08nY2024-08-078-50/+122
|
* Propagate SecureRandom to testables in standalone.J08nY2024-08-0714-44/+70
|
* Add random arg to SignatureTestable.J08nY2024-08-079-48/+45
|
* Cleanup KeyGeneratorTestable.J08nY2024-08-067-22/+86
|
* Simplify KeyAgreementTestable.J08nY2024-08-0610-99/+107
|
* Add deterministic PRNG to Botan.J08nY2024-08-0510-28/+86
|
* Fix messed up native header file.J08nY2024-08-051-0/+335
|
* Add deterministic PRNG support to tomcrypt.J08nY2024-08-054-148/+30
|
* Add support for deterministic PRNG to OpenSSL.J08nY2024-08-055-179/+120
|
* Add output tests to reader.J08nY2024-08-051-0/+13
|
* Allow for control over deterministic/randomized test-runs in reader.J08nY2024-08-0515-96/+101
|
* Handle numeric lib versions better.J08nY2024-08-023-3/+6
|
* Merge pull request #33 from crocs-muni/fix/card-runtestJán Jančár2024-08-0247-1020/+1066
|\ | | | | Fix test selection
| * Remove runTest from the rest of the standalone suites.J08nY2024-08-024-40/+98
| |
| * Unify Invalid, Degenerate and Twist suites on standalone.J08nY2024-08-025-300/+122
| |
| * 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-022-19/+11
| |
| * Remove runTest from wrong suite.J08nY2024-08-022-26/+8
| |
| * Remove runTest from edge-cases suite.J08nY2024-08-024-51/+37
| |
| * Move conversion to custom curve to params class.J08nY2024-08-022-44/+45
| |
| * 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-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
| |