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

verify_signature(): handle SerializationError #1836

Merged

Commits on Feb 8, 2022

  1. verify_signature(): handle SerializationError

    We should handle the possible SerializationError inside
    Key.verify_signature(), because the user of this API is not interested
    in SerializationError when he is trying to verify his signature.
    
    Note that the SerializationError can be thrown when calling
    signed_serializer.serialize() on the metadata signed part.
    
    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    2f381ae View commit details
    Browse the repository at this point in the history