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

Bump picky- crates #427

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Bump picky- crates #427

merged 2 commits into from
Sep 18, 2023

Commits on Aug 21, 2023

  1. Bump picky- crates

    A recent fix [1] in the picky-asn1-der crate highlights an issue that
    could lead to faulty results handed off by the abstractions in the
    tss-esapi crate. Specifically, mishandling of ASN.1 Integers could
    result in invalid encodings of various pieces of data such as elliptic
    curve points.
    
    [1] https://github.com/Devolutions/picky-rs/pull/209/files
    
    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e44eced View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Bump MSRV and fix clippy lints

    Bumping MSRV to 1.60.0 as required for the picky-asn1 crate.
    
    Also setting the MSRV for clippy and fixing some of the remaining
    warnings. Some of the things clippy complains about for newer versions
    of the compiler can be fixed/changed without losing support for older
    compiler versions, but some features are incompatible. Since clippy is
    now configured to understand the MSRV, there's also no need for some of
    the `allow` attributes.
    
    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8c8b220 View commit details
    Browse the repository at this point in the history