You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Signing and verification of [Sigstore bundles](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_bundle.proto) compliant with Sigstore Client Spec
11
12
- Verification of raw Sigstore signatures by creating bundles for them (see [conformance tests](test/conformance/main.go) for example)
12
13
- Signing and verifying with a Timestamp Authority (TSA)
13
-
- Signing and verifying (offline or online) with Rekor (Artifact Transparency Log)
14
+
- Signing and verifying with Rekor (Artifact Transparency Log)
14
15
- Structured verification results including certificate metadata
15
-
- TUF support
16
+
- TUF support for fetching trusted root certificates and log keys
16
17
- Verification support for custom [trusted root](https://github.com/sigstore/protobuf-specs/blob/main/protos/sigstore_trustroot.proto)
17
18
- Examples for signing and verifying artifacts
18
19
@@ -24,7 +25,7 @@ Sigstore already has a canonical Go client implementation, [cosign](https://gith
24
25
25
26
## Status
26
27
27
-
`sigstore-go` is currently beta, and may have minor API changes before the 1.0.0 release. It does however pass the [`sigstore-conformance`](https://github.com/sigstore/sigstore-conformance) signing and verification test suite, and correctness is taken very seriously.
28
+
`sigstore-go` is considered stable and ready for production use. It passes the [`sigstore-conformance`](https://github.com/sigstore/sigstore-conformance) signing and verification test suite.
28
29
29
30
## Documentation and examples
30
31
@@ -36,10 +37,10 @@ Note that the CLI examples are to demonstrate how to use the library, and not in
0 commit comments