summaryrefslogtreecommitdiff
path: root/verify_test.go
AgeCommit message (Collapse)Author
2022-04-05Add signature verification to list retrievaljwijenbergh
- Move test data to src - Verify signatures by calling the Verify method - Add a customizable parameter to force prehashed signatures Signed-off-by: jwijenbergh <jeroenwijenbergh@protonmail.com>
2022-01-24CleanupStevenWdV
Added variables to Makefiles to specify custom exports/ directory; Split exception classes in Java & C#; Added more comments; Renamed library and Go package; Removed real (pure) tests; Added generate_lib.ps1 to generate import .lib for Windows (Swift); Moved built Go libraries to exports/lib/; Switch to hopefully faster Swift GitHub Action.
2021-11-22Add C bindings and a C# wrapperStevenWdV
2021-11-20Change 'time:' to 'timestamp:' in TCStevenWdV
(not sure where I got 'time:' from, minisign uses 'timestamp:')
2021-11-20Do not look into JSON file anymore, only look at TCStevenWdV
2021-11-19Pin line endings in JSON files to \n to fix tests. Remove broken empty TC ↵StevenWdV
testcase. Add testcase for old TC with "timestamp:"
2021-11-19Improve test error messagesStevenWdV
2021-11-19Signature verification with eduvpn_verify.VerifyStevenWdV