Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 11 commits
  • 16 files changed
  • 3 contributors

Commits on Mar 10, 2024

  1. make: add sign-release

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    5924ae1 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. keytest: Introduce new package and move functions over

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8f88c55 View commit details
    Browse the repository at this point in the history
  2. ssh-tpm-agent: move test to use keytest

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    695d697 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. update go-tpm

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c79c7c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. signer: refactor out the tpm specific function from the signer

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b2381e2 View commit details
    Browse the repository at this point in the history
  2. key: Implement ChangeAuth

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0c48ce6 View commit details
    Browse the repository at this point in the history
  3. ssh-tpm-keygen: Implement -p for pin change

    Fixes: #39
    
    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2935df4 View commit details
    Browse the repository at this point in the history
  4. signer: fix staticcheck error

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5ba4749 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. agent: stub out the missing proxy functionality

    `ssh-add` didn't work through ssh-tpm-agent -A
    
    Fixes: #50
    
    Signed-off-by: Morten Linderud <morten.linderud@nrk.no>
    Foxboron committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f1be81b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. add support for owner password

    * Allow specifying an owner password when creating the SRK
    novag committed May 19, 2024
    Configuration menu
    Copy the full SHA
    e3226d3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/pull/37'

    * origin/pull/37:
      add support for owner password
    Foxboron committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1c7bced View commit details
    Browse the repository at this point in the history
Loading