2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | |
Log message:
Revbump all Go packages after go119 security update
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | |
Log message:
Revbump all Go packages after go119 update
|
2023-01-16 17:07:49 by Nikita | Files touched by this commit (3) | |
Log message:
age: update to version 1.1.1
ChangeLog:
age v1.1.1
age v1.1.1 is a patch release to fix go install filippo.io/age/...@latest.
age v1.1.0
Breaking changes
If -i is used, passphrase-encrypted files are now rejected. Previously,
a passphrase-encrypted file was auto-detected and the identity file was
ignored. This could lead to unexpected behavior, such as a script blocking
for user interaction, based on potentially untrusted input files. Now,
age -d must be invoked without -i arguments to decrypt passphrase-encrypted
files. A helpful error is printed otherwise. This should not break any
automated system as passphrase decryption was always interactive.
Empty final chunks are now rejected. If a payload was a multiple of 64KiB
long, there were two valid encryptions for it: with a "full" last chunk
encrypting 64KiB, or with an additional "empty" chunk encrypting 0 \
bytes.
age, rage, and all other known implementations only ever produced the
former. (Note that age will forever decrypt files it generated.) The latter
is now rejected. The specification has been updated (C2SP/C2SP#13) and test
cases are included in the test suite.
Minor changes
PKCS#8-encoded Ed25519 private keys (such as 1Password exports) are now
supported as SSH identities.
If an armored file is pasted into the terminal, age will now attempt to
wait until the end of the file before prompting for a password.
Some invalid files are now correctly rejected, in particular encrypted files
with trailing data. (Yay for the test suite!)
If /dev/tty is present but can't be opened, age will now fallback to trying
to treat stdin as a terminal as if /dev/tty wasn't present.
(Thanks @brandsimon!)
Input prompts now go to the terminal, even if standard error is redirected.
Values of the new armor.Error type are now returned wrapped in decryption
errors when appropriate.
Windows binary releases are now signed. (Thanks @technion!)
Documentation and error messages were improved.
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | |
Log message:
Revbump all Go packages after go119 update
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-10-05 13:33:09 by Benny Siegert | Files touched by this commit (113) | |
Log message:
Revbump all Go packages after go119 security update
|
2022-09-26 20:40:24 by Benny Siegert | Files touched by this commit (113) |
Log message:
Revbump all Go packages after 1.19 became default
|