- Notifications
You must be signed in to change notification settings - Fork30
Comparing changes
Open a pull request
base repository:Foxboron/ssh-tpm-agent
Uh oh!
There was an error while loading.Please reload this page.
base:v0.6.0
head repository:Foxboron/ssh-tpm-agent
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.7.0
- 19commits
- 12files changed
- 6contributors
Commits on Aug 12, 2024
move from exp to the stdlib packages
Signed-off-by: Morten Linderud <morten@linderud.pw>
Foxboron committedAug 12, 2024 Merge remote-tracking branch 'origin/pull/60'
* origin/pull/60: feat: add Fedora gnome-ssh-askpass path to search list
Foxboron committedAug 12, 2024
Commits on Aug 16, 2024
prefer passphrase terminology, not PIN
dcousens committedAug 16, 2024 tidy up go install command formatting and grammar
dcousens committedAug 16, 2024 prefer "Enter same passphrase: ", as with ssh-keygen
dcousens committedAug 16, 2024 - dcousens authored
Aug 16, 2024 Merge remote-tracking branch 'origin/pull/57'
* origin/pull/57: add missing again prefer "Enter same passphrase: ", as with ssh-keygen tidy up go install command formatting and grammar prefer passphrase terminology, not PIN
Foxboron committedAug 16, 2024
Commits on Aug 17, 2024
agent: learn to cache userauths for TPM keys
Signed-off-by: Morten Linderud <morten@linderud.pw>
Foxboron committedAug 17, 2024 Merge branch 'morten/cache-userauth'
* morten/cache-userauth: agent: learn to cache userauths for TPM keys
Foxboron committedAug 17, 2024
Commits on Aug 30, 2024
update ca authority deps and os.Exit
Signed-off-by: Morten Linderud <morten@linderud.pw>
Foxboron committedAug 30, 2024
Commits on Oct 2, 2024
Let go build handle rebuilding
It's better to let go build itself decide when to rebuild and not. Forexample it also takes changes to go.mod into account.
quite committedOct 2, 2024
Commits on Oct 5, 2024
Merge remote-tracking branch 'origin/pull/63'
* origin/pull/63: agent: Remove duplicate `--print-pubkey` in usage
Foxboron committedOct 5, 2024 Merge remote-tracking branch 'origin/pull/64'
* origin/pull/64: Run go mod tidy Let go build handle rebuilding
ssh-tpm-keygen: use correct alg for hostkey creation
The go-tpm-keyfiles library uses AlgECC for keytype and AlgECDSA forsignature type. This wasn't changed with the host key generationFixes:#65Signed-off-by: Morten Linderud <morten@linderud.pw>
Signed-off-by: Morten Linderud <morten@linderud.pw>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.6.0...v0.7.0
Uh oh!
There was an error while loading.Please reload this page.