aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-195-18/+12
|
* 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
|
* Attempt to fix submodule build.J08nY2024-08-165-22/+10
|
* Merge branch 'master' into build-with-nixJán Jančár2024-08-0937-892/+827
|\
| * Fix orphan import.J08nY2024-08-091-1/+0
| |
| * Add deterministic PRNG via preload of RNG functions.J08nY2024-08-095-4/+67
| |
| * Continue on test errors.J08nY2024-08-071-3/+3
| |
| * Fix listSuites.J08nY2024-08-071-2/+2
| |
| * WolfCrypt is not deterministic?J08nY2024-08-071-12/+0
| |
| * Split off deterministic tests.J08nY2024-08-071-8/+25
| |
| * Add deterministic RNG to Crypto++.J08nY2024-08-071-0/+6
| |
| * Add deterministic RNG to mbedTLS.J08nY2024-08-071-0/+6
| |
| * Add deterministic PRNG support to ippcp.J08nY2024-08-071-0/+6
| |
| * Add deterministic PRNG support to Nettle.J08nY2024-08-071-0/+6
| |
| * Allow for passing Random to wolfCrypt.J08nY2024-08-071-0/+12
| |
| * Test deterministic keygen in standalone.J08nY2024-08-071-6/+4
| |
| * 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-055-7/+26
| |
| * Add deterministic PRNG support to tomcrypt.J08nY2024-08-051-0/+6
| |
| * Add support for deterministic PRNG to OpenSSL.J08nY2024-08-053-5/+58
| |
| * 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
| |
| * 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
| |
* | Link Nettle statically and build the shim with Nixquapka2024-07-291-1/+1
| |
* | Remove runtime lib deps unnecessary due to static linkingquapka2024-07-251-1/+1
| |
* | Link TomCrypt statically and build the shim with Nixquapka2024-07-251-1/+1
| |
* | Link Crypto++ staticallyquapka2024-07-251-1/+1
| |
* | Static linking does not require loading botan-2quapka2024-07-251-1/+1
| |
* | Unify patching OpenSSL for all Flake outputsquapka2024-07-241-1/+1
| |
* | Fix IPPCP ECLib requirementsquapka2024-07-231-1/+1
| |
* | Link BoringSSL staticallyquapka2024-07-221-1/+1
| | | | | | | | | | | | In order to prevent problems with dynamic linking of OpenSSL, LibreSSL and BoringSSL -- that all have libcrypto.so -- we link statically into the providers.