Commit graph

1419 commits

Author SHA1 Message Date
Jack Grigg
201f21ff56 rage: Fix CLI tests 2024-01-16 04:29:59 +00:00
Jack Grigg
70d95e1ce9 CI: Run rage tests
This requires specifying all feature flags manually, as we can't use
--all-features without enabling the `rage/mount` feature flag which only
works on some runners.
2024-01-16 04:02:09 +00:00
str4d
71484d7fd2
Merge pull request #446 from str4d/167-blast-furnace
age: Wrap connections in a blast furnace
2024-01-16 01:10:21 +00:00
Jack Grigg
4f45649c97 age: Wrap connections in a blast furnace
This enables us to provide a more useful error message when a plugin
unexpectedly dies.

Closes str4d/rage#167.
2024-01-16 01:01:29 +00:00
str4d
92efeef503
Merge pull request #445 from str4d/356-keygen-convert
Add `rage-keygen -y` mode to convert identity file to recipients
2024-01-15 22:23:28 +00:00
Jack Grigg
708b5e10c5 rage: Add rage-keygen -y mode to convert identity file to recipients
Matches `age-keygen -y` semantics.

Closes str4d/rage#356.
2024-01-15 21:46:48 +00:00
Jack Grigg
ad5e1539f2 rage: Enable rendering multiple output lines in manpage examples 2024-01-15 19:38:14 +00:00
Jack Grigg
65bcfe2318 age: Add IdentityFile::from_input_reader 2024-01-15 19:19:16 +00:00
str4d
405304de06
Merge pull request #444 from str4d/clap-completions-and-manpages
`clap` completions and manpages
2024-01-11 03:41:37 +00:00
Jack Grigg
91a5818110 rage: Build manpages in the build script 2024-01-11 03:18:16 +00:00
Jack Grigg
0a6cb7972b rage: Build shell completions in a build script 2024-01-11 03:16:34 +00:00
Jack Grigg
3f7ab2fe3c rage: Move i18n code into shared module 2024-01-10 02:52:48 +00:00
Jack Grigg
8303080cda rage: Move CLI definitions into modules 2024-01-10 02:52:48 +00:00
str4d
a1173d4a74
Merge pull request #442 from str4d/437-clap
Migrate to `clap`, and localize usage & help text
2024-01-10 02:52:29 +00:00
str4d
53972bdccf
Merge pull request #443 from str4d/ci-fix-keygen-interop
CI: Fix interop tests that use `{rage, age}-keygen`
2024-01-09 00:10:22 +00:00
Jack Grigg
a7e0923436 CI: Fix interop tests that use {rage, age}-keygen 2024-01-08 23:49:49 +00:00
Jack Grigg
b3de9b9c99 rage: Localize usage and help text 2024-01-08 05:37:46 +00:00
Jack Grigg
f9087bea50 Migrate from gumdrop to clap
Closes str4d/rage#437.
2024-01-08 05:37:46 +00:00
str4d
50cb0a538a
Merge pull request #441 from str4d/437-cli-cleanups
CLI cleanups
2024-01-08 05:37:19 +00:00
Jack Grigg
a26b7eaf73 age-plugin: Fix bugs in README 2024-01-08 03:28:17 +00:00
Jack Grigg
e9d474a357 rage: Make error outputs more consistent 2024-01-08 03:28:17 +00:00
Jack Grigg
cb49e6d39f rage: Ensure all local errors are localizable 2024-01-08 03:28:17 +00:00
Jack Grigg
30e099c3c2 rage: Add snapshot tests for the CLIs 2024-01-08 03:28:17 +00:00
str4d
d3ded6c7fa
Merge pull request #440 from str4d/rage-keygen-fixes
`rage-keygen` fixes
2024-01-07 19:23:36 +00:00
Jack Grigg
95c2570c99 rage-keygen: Print recipient to terminal after writing identity file
This ensures that if we cannot write the identity file (for example, if
the file already exists), we don't output a recipient that cannot be
used (because its identity was lost).
2024-01-07 19:07:56 +00:00
Jack Grigg
4ec6fb6312 Prevent rage-keygen from overwriting existing key files
Closes str4d/rage#433.
2024-01-07 19:07:56 +00:00
Jack Grigg
cf4e938c8e Expose fatal errors from rage-keygen
Closes str4d/rage#434.
2024-01-07 18:13:22 +00:00
str4d
3cd0ca2067
Merge pull request #438 from str4d/proptest
Migrate from `quickcheck` to `proptest`
2024-01-07 17:08:52 +00:00
Jack Grigg
b568e43c64 Migrate from quickcheck to proptest 2024-01-07 05:21:31 +00:00
str4d
dd14a4efec
Merge pull request #436 from str4d/cargo-vet-0.9
Bump `cargo-vet` to 0.9
2024-01-07 01:11:55 +00:00
Jack Grigg
d27bbff04e Bump cargo-vet to 0.9 2024-01-07 00:49:51 +00:00
str4d
e2a75df8f8
Merge pull request #435 from str4d/i18n-cleanups
i18n cleanups
2024-01-07 00:45:51 +00:00
Jack Grigg
6039c091e3 Update Fluent files to have consistent terms 2024-01-07 00:32:30 +00:00
Jack Grigg
aeb165dbbc Add argument support to *fl! macros 2024-01-06 23:23:26 +00:00
Jack Grigg
22a7b96440 Update type names for embedded localizations 2024-01-06 23:20:57 +00:00
str4d
4bac30b7c3
Merge pull request #432 from str4d/update-deps-more
Update dependencies more
2024-01-03 04:08:30 +00:00
Jack Grigg
51bcf4f4d4 Update lockfiles for fuzzers 2024-01-03 03:04:56 +00:00
Jack Grigg
951c5697a0 cargo update 2024-01-03 03:04:56 +00:00
str4d
59d02980b7
Merge pull request #431 from str4d/412-armored-struct-examples
age: Add examples to `ArmoredReader` and `ArmoredWriter`
2024-01-01 16:11:55 +00:00
Jack Grigg
064bd17b5c age: Add examples to ArmoredReader and ArmoredWriter
This should make it more likely that users realise that they need to
call `ArmoredWriter::finish` after finishing the encryptor.

Closes str4d/rage#412.
2024-01-01 15:40:27 +00:00
str4d
08f5723ea4
Merge pull request #429 from gibbz00/eq_hash
Derive `Hash` for `Recipient`.
2024-01-01 13:46:37 +00:00
gibbz00
33b66119f1 Derive Hash for Recipient. 2024-01-01 14:35:24 +01:00
str4d
f1bf282922
Merge pull request #430 from str4d/ci-update-artifact-actions
CI: Migrate to `{upload, download}-artifact@v4`
2024-01-01 13:28:46 +00:00
Jack Grigg
b2ce25aabb CI: Migrate to {upload, download}-artifact@v4 2024-01-01 13:20:32 +00:00
Jack Grigg
20cb5bf8b3 cargo vet regenerate exemptions 2023-12-27 15:20:40 +00:00
Jack Grigg
9344c79dc4 Import cargo-vet audits from Fermyon 2023-12-27 15:08:11 +00:00
Jack Grigg
cb7a4115f4 cargo vet regenerate imports 2023-12-27 12:45:50 +00:00
str4d
1a123206fb
Merge pull request #420 from gibbz00/public_key_partial_eq
Implement `Debug, PartialEq, Eq`  for `age::x25519::Recipient`.
2023-12-27 11:04:17 +00:00
Jack Grigg
6f295157c8 age: Update changelog with new x25519::Recipient trait impls 2023-12-27 10:57:12 +00:00
str4d
0a64d38208
Merge pull request #424 from str4d/418-scrypt-very-fast-machines
scrypt: Increase `log_n` until it is measurable
2023-12-27 10:50:09 +00:00