Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make tests silent on success. | tb | 2022-12-01 | 2 | -21/+17 |
| | | | | Also, run all x25519 tests, don't stop on first failure. | ||||
* | Make a stupid compiler on a stupid OS happy. | tb | 2022-11-23 | 1 | -1/+2 |
| | | | | from bcook | ||||
* | Remove comment obsoleted by API change (and r1.3) | tb | 2022-11-22 | 1 | -2/+1 |
| | |||||
* | ed25519 test: make the testvectors table const | tb | 2022-11-22 | 1 | -4/+4 |
| | |||||
* | Avoid a few unnecessary contortions | tb | 2022-11-17 | 1 | -35/+12 |
| | | | | | Turns out that after ~40 years of practice I still can't do addition with carry correctly :S | ||||
* | Use a fixed-size array for the message and simplify a few other curly | tb | 2022-11-17 | 1 | -14/+16 |
| | | | | things. | ||||
* | Add a regression test for curve25519.c r1.14 | tb | 2022-11-17 | 1 | -2/+132 |
| | | | | | | | | Generate random signatures of random messages and verify them. Then check that the signature modified by adding the edwards25519 group order to the upper half are rejected. This would not always be accepted without the check in curve25519.c r1.14, but often enough that a few iterations suffice to expose the missing check. | ||||
* | Revise ED25519 regress following API changes. | jsing | 2022-11-09 | 1 | -25/+5 |
| | |||||
* | Fix whitespace. Looks like I was a pig 3 years ago... | tb | 2022-11-07 | 1 | -205/+205 |
| | |||||
* | Add regress for Ed25519. | jsing | 2022-11-06 | 2 | -4/+409 |
| | | | | From tb@ | ||||
* | Add missing $OpenBSD$ markers. | tb | 2018-07-17 | 1 | -0/+1 |
| | |||||
* | Add regress for X25519, converted from BoringSSL. | jsing | 2016-11-05 | 2 | -0/+148 |