aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix creating cryptopp dotted versionquapka2024-08-121-1/+1
| |
| * Fix typoquapka2024-08-121-1/+1
| |
| * Fix Botan 2.0.0 and 2.0.1 build.J08nY2024-08-122-0/+21
| |
| * Save results of building all libs and shim to simplify debuggingquapka2024-08-122-9/+43
| |
| * Build shims and libs with a single scriptJan Kvapil2024-08-122-3/+3
| |
| * Allow building target libs separatelyJan Kvapil2024-08-122-4/+59
| |
| * Show the correct version when building for all shims except TomCrypt (for now)Jan Kvapil2024-08-111-155/+188
| |
| * Build library shims only when selectedJan Kvapil2024-08-111-12/+19
| |
| * Build prng and preload as part of common libsJan Kvapil2024-08-101-1/+1
| |
| * Log error in test shim build.J08nY2024-08-091-2/+3
| |
| * Merge branch 'master' into build-with-nixJán Jančár2024-08-09102-1357/+3423
| |\ | |/ |/|
* | Merge pull request #34 from crocs-muni/feat/deterministic-prngJán Jančár2024-08-0980-377/+2390
|\ \ | | | | | | Support deterministic PRNG where possible.
| * | Do not test deterministic LibreSSL in CI.J08nY2024-08-091-1/+2
| | |
| * | Fix orphan import.J08nY2024-08-091-1/+0
| | |
| * | 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
| | |
* | | Merge pull request #35 from quapka/data-dirJán Jančár2024-08-091-3/+7
|\ \ \ | |/ / |/| | Fallback to HOME enviromental var
| * | Fallback only if user.home is junk.J08nY2024-08-091-2/+6
| | |
| * | Fallback to HOME enviromental varquapka2024-08-091-2/+2
|/ /
* | 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
| | |