summaryrefslogtreecommitdiffstats
path: root/src/tests/pubkey_test.c
Commit message (Expand)AuthorAgeFilesLines
* [test] Test verification of constructed signatureMichael Brown2025-12-191-0/+4
* [test] Test signature verification independently of signingMichael Brown2025-12-171-13/+17
* [test] Include key matching in existing public-key testsMichael Brown2025-12-031-0/+8
* [crypto] Construct asymmetric ciphered data using ASN.1 buildersMichael Brown2025-12-021-29/+35
* [crypto] Construct signatures using ASN.1 buildersMichael Brown2025-12-011-15/+15
* [crypto] Pass signatures for verification as ASN.1 cursorsMichael Brown2025-12-011-9/+11
* [crypto] Remove the concept of a public-key algorithm reusable contextMichael Brown2024-08-211-99/+43Star
* [test] Generalise public-key algorithm tests and use okx()Michael Brown2024-08-191-0/+187