aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-195-32/+98
|
* Reformat.J08nY2024-06-199-62/+62
|
* More detailed signature format tests.J08nY2024-06-141-1/+1
|
* Add way of selecting tests in Standalone.J08nY2024-05-201-2/+35
|
* The signature test vectors are for SHA1 only, check this in standalone.J08nY2024-05-141-0/+4
|
* Fix Nettle issues.J08nY2024-05-103-64/+143
| | | | Fixes #23.
* Attempt to enable signal handling for Cpp, fail.J08nY2024-05-071-2/+4
|
* Output full library name in machine-readable test reports.J08nY2024-05-064-3/+7
|
* Add signal handling to BoringSSL.J08nY2024-05-061-1/+1
|
* Add way of handling SIGSEGV and SIGABRT in native code.J08nY2024-04-304-1/+124
|
* Add EdDSA to standalone CLI.J08nY2024-04-271-28/+25
|
* Add XDH to standalone CLI.J08nY2024-04-271-43/+13
|
* Add XDH and EdDSA identsJ08nY2024-04-262-1/+23
|
* Sort lists of items in standalone CLI.J08nY2024-04-261-4/+4
|
* Add XDH and EdDSA keygen.J08nY2024-04-252-10/+57
|
* Run all test suites in CI.J08nY2024-03-313-3/+3
|
* Allow output splitting for standalone as well.J08nY2024-03-302-27/+58
|
* Add more suites to tests.J08nY2024-03-301-4/+12
|