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 regression with certificate verification #118

Merged
merged 1 commit into from Feb 22, 2022

Conversation

flavio
Copy link
Contributor

@flavio flavio commented Feb 21, 2022

Handle verification of ASN.1 DER-encoded ECDSA signatures using the P-256 curve and SHA-384.

Even though this specific combination is not recommended by ring, the verify_signature method already supports other not recommended combinations.

Moreover, this used to work until the release 0.12.0, but stopped with the 0.13.0 one.

Handle verification of ASN.1 DER-encoded ECDSA signatures using the P-256 curve and SHA-384.

Even though this specific combination is not recommended by `ring`, the
`verify_signature` method already supports other not recommended
combinations.

Moreover, this used to work until the release 0.12.0, but stopped with the 0.13.0
one.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@chifflier
Copy link
Member

Good catch, thanks!
Scheduled for the next bugfix release.

@flavio flavio deleted the fix-x509-cert-verification branch February 23, 2022 07:38
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

2 participants