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

Import RSA signing keys with PCR policies #70

Merged
merged 3 commits into from
Feb 28, 2020

Commits on Feb 28, 2020

  1. server: Move createPublic and createPrivate

    These should be in key_conversion.go
    
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5e1230d View commit details
    Browse the repository at this point in the history
  2. Import RSA signing keys with PCR policie

    ImportSigningKey() returns a *Key to the user.
    GetSigner() can then be used to get a crypto.Signer to sign digests.
    
    Authored-by: Ben Hillier <bhillier@google.com>
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dca7046 View commit details
    Browse the repository at this point in the history
  3. tpm2tools: Use key.finish() in ImportSigningKey

    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    20357fd View commit details
    Browse the repository at this point in the history