-
- Downloads
Add x509 support and tests.
Still need to add some more e2e-style tests that go through the ArtifactFactory flow.
Showing
- Dockerfile 2 additions, 1 deletionDockerfile
- cmd/cli/app/pflags.go 4 additions, 1 deletioncmd/cli/app/pflags.go
- pkg/generated/models/rekord_v001_schema.go 5 additions, 2 deletionspkg/generated/models/rekord_v001_schema.go
- pkg/generated/restapi/embedded_spec.go 4 additions, 2 deletionspkg/generated/restapi/embedded_spec.go
- pkg/pki/pki.go 6 additions, 0 deletionspkg/pki/pki.go
- pkg/pki/pki_test.go 6 additions, 0 deletionspkg/pki/pki_test.go
- pkg/pki/x509/testdata/ec.pub 4 additions, 0 deletionspkg/pki/x509/testdata/ec.pub
- pkg/pki/x509/testdata/hello_world.txt 1 addition, 0 deletionspkg/pki/x509/testdata/hello_world.txt
- pkg/pki/x509/testdata/hello_world.txt.sig 0 additions, 0 deletionspkg/pki/x509/testdata/hello_world.txt.sig
- pkg/pki/x509/x509.go 134 additions, 0 deletionspkg/pki/x509/x509.go
- pkg/pki/x509/x509_test.go 209 additions, 0 deletionspkg/pki/x509/x509_test.go
- pkg/types/rekord/v0.0.1/rekord_v0_0_1_schema.json 1 addition, 1 deletionpkg/types/rekord/v0.0.1/rekord_v0_0_1_schema.json
pkg/pki/x509/testdata/ec.pub
0 → 100644
pkg/pki/x509/testdata/hello_world.txt
0 → 100644
pkg/pki/x509/testdata/hello_world.txt.sig
0 → 100644
File added
pkg/pki/x509/x509.go
0 → 100644
pkg/pki/x509/x509_test.go
0 → 100644
Please register or sign in to comment