-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: aead/minisign
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: aead/minisign
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 15 files changed
- 1 contributor
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ade9f8 - Browse repository at this point
Copy the full SHA 4ade9f8View commit details
Commits on May 16, 2024
-
add makefile and update
go.mod
to Go1.21Signed-off-by: Andreas Auernhammer <github@aead.dev>
Configuration menu - View commit details
-
Copy full SHA for 46482c0 - Browse repository at this point
Copy the full SHA 46482c0View commit details -
add support for passwordless private keys
This commit adds support for private keys that are not protected by a password. The `PrivateKey` type now supports text (un)marshaling to en/decode a non-encrypted text representation. The `minisign` command now accepts a `-W` flag for generating a private key without requiring a password.
Configuration menu - View commit details
-
Copy full SHA for 6d740d9 - Browse repository at this point
Copy the full SHA 6d740d9View commit details
Commits on May 17, 2024
-
improve docs and implementation of
Signature
,PrivateKey
and `Pub……licKey` This commit improves the documentation for the core minisign types and improves the implementation for various functions. It also adds an additional test vector for (un)marshaling private keys. Signed-off-by: Andreas Auernhammer <github@aead.dev>
Configuration menu - View commit details
-
Copy full SHA for 0814912 - Browse repository at this point
Copy the full SHA 0814912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7803913 - Browse repository at this point
Copy the full SHA 7803913View commit details
Commits on May 18, 2024
-
add
-C
flag for changing private key passwordThis commit adds the `-C` flag for changing private key passwords. It also improves the entire minisign command implementation, removes some redunant code and fixes minor tui issues.
Configuration menu - View commit details
-
Copy full SHA for 212c10b - Browse repository at this point
Copy the full SHA 212c10bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b1462 - Browse repository at this point
Copy the full SHA 54b1462View commit details
Commits on May 19, 2024
-
This commit adjusts and simplifies the private key tests slightly. Signed-off-by: Andreas Auernhammer <github@aead.dev>
Configuration menu - View commit details
-
Copy full SHA for 989464f - Browse repository at this point
Copy the full SHA 989464fView commit details -
Signed-off-by: Andreas Auernhammer <github@aead.dev>
Configuration menu - View commit details
-
Copy full SHA for 41e1366 - Browse repository at this point
Copy the full SHA 41e1366View commit details
Loading
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.2.1...v0.3.0