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

Fix RSA signature ASN.1 parsing bug #1728

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

malancas
Copy link
Contributor

@malancas malancas commented May 9, 2024

Summary

The Azure signer was encoding both ECDSA and RSA signatures with ASN.1. The RSA verifier in Cosign does not expect RSA signatures to be ASN.1 encoded, so the signatures returned by the Azure signer would fail verification against Cosign when used with a local public key.

Release Note

Documentation

malancas added 11 commits May 6, 2024 22:33
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@github.com>
Signed-off-by: Meredith Lancaster <malancas@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.

None yet

1 participant