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

update to RSA 0.7.0 interfaces #193

Merged
merged 2 commits into from
Nov 4, 2022
Merged

Commits on Sep 21, 2022

  1. Update to digest 0.10 crate

    Update dependencies and Hash code to use digest v0.10 crate.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2a3cdcd View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Update to RSA 0.7.0 version

    Update the RSA crate to the 0.7.0 version.
    
    The parse_dumps expected values are updated to cover the keys, which
    previously failed with the PublicExponentTooLarge error, but are now
    accepted by the RSA crate.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    28cce48 View commit details
    Browse the repository at this point in the history