aboutsummaryrefslogtreecommitdiff
path: root/standalone/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix BoringSSL custom curves.J08nY2025-04-161-1/+1
|
* Add eparevojtechsu2025-04-161-2/+12
|
* Fix multiple runs in standalone.J08nY2025-03-014-12/+93
|
* Fix test object overwriting in multiple repeats.J08nY2025-02-274-7/+11
|
* Add number and shuffle params to standalone.J08nY2025-02-278-103/+108
|
* Remove IPPCP from tests.J08nY2025-01-312-0/+18
|
* Add composite order cofactor points from @vojtechsu.J08nY2024-12-031-1/+1
|
* Remove forgotten print.J08nY2024-08-191-2/+0
|
* Allow for no-preload option and correctly handle PRNG support.J08nY2024-08-199-25/+51
|
* Handle misplaced options better in the standalone CLI.J08nY2024-08-191-9/+18
|
* Fix txt not choosing the correct output type in standalone.J08nY2024-08-181-1/+2
|
* Fallback to newest version assumption in shims.J08nY2024-08-172-0/+15
|
* Fix LibreSSl old build.J08nY2024-08-161-1/+1
|
* Attempt to fix submodule build.J08nY2024-08-166-22/+251
|
* Fix cryptopp 7.0.0.J08nY2024-08-151-1/+1
|
* Crypto++ 6.1.0.J08nY2024-08-152-2/+15
|
* Fix mbedtls shim build for many versions.J08nY2024-08-152-13/+49
|
* Fix mbedTLS and Botan default builds.J08nY2024-08-121-2/+6
|
* Add version define to shim build.J08nY2024-08-121-7/+7
|
* Cleanup passing of CFLAGS and LFLAGS to shims.J08nY2024-08-121-3/+3
|
* Merge branch 'master' into build-with-nixJán Jančár2024-08-0965-937/+2475
|\
| * 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-0925-272/+1224
| |
| * 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
| |
| * Continue on test errors.J08nY2024-08-071-3/+3
| |
| * Add deterministic PRNG example to docs.J08nY2024-08-071-1/+0
| |
| * Fix listSuites.J08nY2024-08-071-2/+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-072-6/+43
| |
| * Add support for deterministic PRNG to SunEC and BouncyCastle.J08nY2024-08-076-45/+99
| |
| * 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
| |
| * 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
| |