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

Mypy per module #560

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Mypy per module #560

wants to merge 3 commits into from

Commits on Jan 6, 2024

  1. test: disable pcr_set_auth_value and pcr_set_auth_policy tests for swtpm

    Since [commit][1] in libtpms setting auth values/policies for PCRs are no longer supported.
    
    [1]: stefanberger/libtpms@af4fc0e
    
    Signed-off-by: Erik Larsson <who+github@cnackers.org>
    whooo committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f2d2a8a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. internal/crypto: fix _MyRSAPrivateNumbers with cryptograpy >= 42.0.1

    RSAPrivateNumbers was moved to a rust implementation in 42.0.1.
    So inheritance is no longer possible, so turn the class into a
    wrapper instead of a subclass.
    
    Fixes tpm2-software#561
    
    Signed-off-by: Erik Larsson <who+github@cnackers.org>
    whooo committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    af0c922 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. add/fix type hinting across the code base.

    Ignore the encoding module for now, waiting for the tools support
    to be removed.
    
    Signed-off-by: Erik Larsson <who+github@cnackers.org>
    whooo committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a3b354e View commit details
    Browse the repository at this point in the history