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

Use Signer interface in EnvelopeSigner #57

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

jonnystoten
Copy link
Contributor

We shouldn't need a Verifier to sign. Also remove unused threshold parameter.

We shouldn't need a Verifier to sign. Also remove unused threshold parameter.
@adityasaky
Copy link
Member

Thanks!

@adityasaky adityasaky merged commit 985fcb8 into secure-systems-lab:main Sep 26, 2023
10 checks passed
tri-adam added a commit to sylabs/sif that referenced this pull request Dec 20, 2023
dsse.NewEnvelopeSigner now expects a Signer rather than a
SignerVerifier. Trim down dsseSigner type to implement only the Signer
interface.

Ref: secure-systems-lab/go-securesystemslib#57
DrDaveD pushed a commit to apptainer/sif that referenced this pull request Dec 21, 2023
dsse.NewEnvelopeSigner now expects a Signer rather than a
SignerVerifier. Trim down dsseSigner type to implement only the Signer
interface.

Ref: secure-systems-lab/go-securesystemslib#57
Signed-off-by: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants