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

Commits on Feb 21, 2022

  1. Fix regression with certificate verification

    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>
    flavio committed Feb 21, 2022
    Copy the full SHA
    cd4d649 View commit details
    Browse the repository at this point in the history