aboutsummaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Fix ECDH external in reader.J08nY2025-04-161-2/+2
|
* Allow for external pubkey in ECDH.J08nY2025-04-162-0/+31
|
* Remove missing curve.J08nY2025-04-161-6/+0
|
* Add eparevojtechsu2025-04-1692-0/+637
|
* Fix test object overwriting in multiple repeats.J08nY2025-02-271-1/+6
|
* Add more signature tests for completeness.J08nY2025-02-271-6/+46
|
* Fix point length check.J08nY2025-01-303-0/+97
|
* Add exception to the set command that checks the generator and pubkey size.J08nY2025-01-301-0/+7
|
* Fix padding of points and public keys sent to cards, add a test.J08nY2025-01-307-5/+124
|
* Add mmore result value types to distinguish tests that do not matter.J08nY2024-12-033-13/+21
|
* Add composite order cofactor points from @vojtechsu.J08nY2024-12-031-36/+432
|
* Handle misplaced options better in the standalone CLI.J08nY2024-08-192-22/+20
|
* Measure and log duration of individual tests in output.J08nY2024-08-194-3/+33
|
* Merge pull request #34 from crocs-muni/feat/deterministic-prngJán Jančár2024-08-091-3/+20
|\ | | | | Support deterministic PRNG where possible.
| * Test deterministic keygen in standalone.J08nY2024-08-071-1/+1
| |
| * Add support for deterministic PRNG to SunEC and BouncyCastle.J08nY2024-08-071-3/+20
| |
* | Fallback only if user.home is junk.J08nY2024-08-091-2/+6
| |
* | Fallback to HOME enviromental varquapka2024-08-091-2/+2
|/
* Remove runTest from the rest of the standalone suites.J08nY2024-08-022-4/+1
|
* Unify Invalid, Degenerate and Twist suites on standalone.J08nY2024-08-021-4/+7
|
* Remove runTest from misc suite.J08nY2024-08-021-1/+1
|
* Remove runTest from wrong suite.J08nY2024-08-021-1/+1
|
* Remove runTest from edge-cases suite.J08nY2024-08-021-0/+13
|
* Move conversion to custom curve to params class.J08nY2024-08-021-17/+44
|
* Make standalone Cofactor suite not use runTest.J08nY2024-08-021-11/+14
|
* No more runTest in reader.J08nY2024-08-023-45/+96
|
* Improve exception printing.J08nY2024-08-011-5/+9
|
* Fix YAML outpput ending.J08nY2024-07-311-1/+1
|
* Always write shims to shim directory, do not check for freshness.J08nY2024-06-211-0/+11
|
* More signature tests.J08nY2024-06-151-4/+44
|
* Cleaner output of compound tests.J08nY2024-06-151-3/+15
|
* Fix points on composite order curves.J08nY2024-06-143-3/+3
| | | | Fixes #27.
* Only output "Running logs" when in console.J08nY2024-06-141-7/+7
|
* More detailed signature format tests.J08nY2024-06-143-34/+169
|
* Allow malformed sigs in nonce recovery.J08nY2024-06-141-5/+12
|
* Fix bad param value in standalone wrong test suite.J08nY2024-05-201-1/+1
|
* Fix Nettle issues.J08nY2024-05-101-0/+11
| | | | Fixes #23.
* Merge pull request #25 from crocs-muni/feat/xdh-eddsaJán Jančár2024-04-272-7/+49
|\ | | | | Add XDH and EdDSA
| * Add note about required Java versions.J08nY2024-04-271-1/+1
| |
| * Add XDH to standalone CLI.J08nY2024-04-271-6/+48
| |
* | Add some output to tests as they run.J08nY2024-04-256-6/+71
| |
* | Add pseudoprime-p curves.J08nY2024-04-257-0/+48
|/
* Run all test suites in CI.J08nY2024-03-311-3/+6
|
* Allow output splitting for standalone as well.J08nY2024-03-301-0/+27
|
* Fix mbedTLS.J08nY2024-03-281-9/+10
|
* Fix build.J08nY2024-03-271-0/+4
|
* Fix applet building.J08nY2024-03-25438-179/+105
|
* Basic Gradle setup.J08nY2024-03-25479-0/+23937