aboutsummaryrefslogtreecommitdiff
path: root/standalone/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Use -bits argument for basic tests of wolfCrypt.J08nY2024-07-251-0/+6
| | | | Helps with #30.
* 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
| | | | Fixes #28.
* Error codes in OpenSSL shim.J08nY2024-06-151-2/+2
|
* Check return values in OpenSSL key loads.J08nY2024-06-141-3/+28
| | | | Fixes #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
|