Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Criteria for client library maturity #5

Open
znewman01 opened this issue Jul 7, 2023 · 1 comment
Open

Criteria for client library maturity #5

znewman01 opened this issue Jul 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@znewman01
Copy link
Contributor

There's many Sigstore client libraries, with varying levels of support for signing, verification, conformance testing, etc.

We should articulate criteria for client library maturity, especially a gate for a 1.0 release.

See also sigstore/sigstore-rs#274

@znewman01 znewman01 added the bug Something isn't working label Jul 7, 2023
@woodruffw
Copy link
Member

Agreed! Just to spitball a bit:

  • Signing: not all clients have to support signing, but for those that do:
    • Support for signing arbitrary inputs/files, not just containers (what cosign calls "blob" mode)
    • Support for the OIDC/ephemeral signing key flow
    • Support for emitting Sigstore bundles
  • Verification: not all clients have to support verification, but for those that do:
    • Support for verifying arbitrary inputs/files, not just containers
    • Support for consuming Sigstore bundles + support for all "facets" of the bundle (sig itself, inclusion proof, etc.)
    • Both online and offline verification?
  • Testing: The client should pass the conformance suite, or some designated subset of it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants