- Nov 27, 2020
-
-
Bob Callaway authored
* turn on gosec and resolve blocking issues
-
- Nov 25, 2020
-
-
Bob Callaway authored
* update & improve pgp unit tests
-
- Nov 24, 2020
-
-
Bob Callaway authored
Fix resource leak if HTTP fetch fails
-
Luke Hinds authored
Clear up the stuff we no longer use and add some basic files for test purposes (integration tests / local developement)
-
Luke Hinds authored
-
- Nov 23, 2020
-
-
Bob Callaway authored
If the HTTP fetch failed, the io.Pipe created to pass the response body to the goroutines that compute the SHA256 hash and verify the signature would be leaked.
-
Luke Hinds authored
* README updates Details on how to build the server and verify amendments
-
Bob Callaway authored
simplify upload command to reuse common PKI package across client & server
-
Bob Callaway authored
Code review feedback from #46.
-
Bob Callaway authored
Stop using form files, use HTTP bodies instead.
-
Dan Lorenc authored
-
Dan Lorenc authored
-
dlorenc authored
Marshal the JSON correctly in verify, and properly load keys.
-
Dan Lorenc authored
-
dlorenc authored
Add a missing .Close() for canonicalizing PGP signatures.
-
- Nov 20, 2020
-
-
Dan Lorenc authored
Without this, we miss the ---END block.
-
dlorenc authored
fix docker-compose to actually build server and work
-
- Nov 19, 2020
-
-
Bob Callaway authored
-
Bob Callaway authored
fix lint errors, turn on CI check
-
Bob Callaway authored
-
Bob Callaway authored
Move the rest of rekor-server over.
-
Bob Callaway authored
-
Bob Callaway authored
-
Bob Callaway authored
-
- Nov 18, 2020
-
-
Dan Lorenc authored
Some changes: - import names (app -> api, logging -> log) - Commands package (cmd -> app)
-
dlorenc authored
Move the Rekor types from server to this repo.
-
Dan Lorenc authored
This also breaks the go module dependency on rekor-server.
-
dlorenc authored
Create a "cli" directory under cmd.
-
Dan Lorenc authored
This is the first step in code reorganization. This follows the patterns from kubernetes/kubernetes - each binary gets a directory under cmd/. The main.go file for each binary lives there. The commands live under cmd//app.
-
- Nov 17, 2020
-
-
Luke Hinds authored
Implement upload command Accept flags artifact-url,public-key, signature and validate GPG formatting and verify file signature
-
- Oct 28, 2020
-
-
Luke Hinds authored
This change refactors client.go and file.go into an `app` package. This will make it more easily consumed by rekor-ctl Once this change is in, I will push rekor-ctl up and then look to further refactor use of code already duped in rekor-server
-
- Oct 27, 2020
-
-
dlorenc authored
Seems to work for Node right now. I haven't tested on linux.
-
- Oct 21, 2020
-
-
dlorenc authored
Rename file namespaces to rekord
-
Luke Hinds authored
-
Luke Hinds authored
-
- Oct 08, 2020
-
-
dlorenc authored
-
- Oct 06, 2020
-
-
Luke Hinds authored
-
Luke Hinds authored
-
- Oct 01, 2020
-
-
Luke Hinds authored
-
- Sep 25, 2020
-
-
Luke Hinds authored
Simple fix for hardcoded filename
-