diff options
author | tb <> | 2024-12-20 00:07:12 +0000 |
---|---|---|
committer | tb <> | 2024-12-20 00:07:12 +0000 |
commit | b1838090ad769162b2ea08f33254c67d084bb22f (patch) | |
tree | f04653a882e3c8a90b00b8e6f900e4a225736db9 /src/lib/libcrypto/dsa | |
parent | 86a35b733e7f43fa01b1c83b3c582855e18ef432 (diff) | |
download | openbsd-b1838090ad769162b2ea08f33254c67d084bb22f.tar.gz openbsd-b1838090ad769162b2ea08f33254c67d084bb22f.tar.bz2 openbsd-b1838090ad769162b2ea08f33254c67d084bb22f.zip |
Rework and fix the mlkem tests
Make proper use of CBB and CBS. If a CBS ever owns data, you're holding
it wrong. Ditch gross macros, sscanf, and globals. The use of fgets is
annoying here, so replace it with getline, which be provided by portable
if needed.
Most importantly, make the tests actually signal failure rather than
only printing an error. Fix the state machines in a few of them. Some
tests didn't parse the .txt file at all. Others mostly did but didn't
actually test what they were supposed to be testing. Such failures
were hidden by the way the tests were written.
This basically needed a complete revamp. It still isn't pretty and much
of it could be deduplicated, but I only have so much time alotted on this
blue planet.
Diffstat (limited to 'src/lib/libcrypto/dsa')
0 files changed, 0 insertions, 0 deletions