summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2022-09-20Wireguard: Add basic supportJeroen Wijenbergh
2022-04-05OAuth: Begin implementation without OAuth2 libJeroen Wijenbergh
- We want to use as little dependencies as possible. While the OAuth2 library is helpful, it is not needed.
2022-04-05OAuth: Add initial draftJeroen Wijenbergh
Signed-off-by: Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com>
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-02-09Cleanup, update indirect Go packages, support specifying list of wrappers to ↵StevenWdV
`test-wrappers`
2021-12-03A little cleanupStevenWdV
2021-11-19Signature verification with eduvpn_verify.VerifyStevenWdV