summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2023-02-27Go.mod & sum: Update dependenciesjwijenbergh
2023-01-31CLI: Do not use pkg/browser to open the browserjwijenbergh
2023-01-31CLI: Use stderr and open browser properlyjwijenbergh
Also double check scheme such that no malicious schemes are passed such as network drives
2022-12-21Go.mod: Bump to 1.18jwijenbergh
Fedora 36 has 1.18, which is our minimum target now
2022-12-21Failover: Initial implementationjwijenbergh
2022-12-14go.mod: Bump Go version to 1.16jwijenbergh
Fedora 35 is at 1.16 which is the lowest version we will support.
2022-12-12simplify error handlingAleksandar Pesic
fixes #6 Signed-off-by: Aleksandar Pesic <peske.nis@gmail.com>
2022-09-20Module: Move to eduvpn/eduvpn-commonjwijenbergh
2022-09-20Go: Update dependenciesjwijenbergh
2022-09-14Refactor: Return without jsonjwijenbergh
2022-04-22Refactor: Restructure projectjwijenbergh
- Add an internal folder where all the internal code lives - Make a state.go and state_test.go for the public interface This gives a more clear separation between functions and modules. It also makes this a more typical Go project setup.
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