Commit graph

17 commits

Author SHA1 Message Date
Jack Grigg
93fa28ad78 Migrate to secrecy 0.10 2024-11-03 05:38:51 +00:00
Jack Grigg
9476af8e1f age-plugin: Add labels extension to recipient-v1 2024-08-12 04:36:12 +00:00
Jack Grigg
2f79c8201b age-plugin: Replace run_state_machine arguments with a trait 2024-08-05 00:05:35 +00:00
Jack Grigg
0689e95927 Revert "age-plugin: Make arguments to run_state_machine optional"
This reverts commit 480c621a40.
2024-08-04 21:49:47 +00:00
Jack Grigg
f9087bea50 Migrate from gumdrop to clap
Closes str4d/rage#437.
2024-01-08 05:37:46 +00:00
Jack Grigg
480c621a40 age-plugin: Make arguments to run_state_machine optional
Closes str4d/rage#387.
2023-08-06 16:54:35 +00:00
Jack Grigg
e0bc913ecc age-plugin: Add explosion triggers to the example plugin
Closes str4d/rage#179.
2022-04-30 19:03:01 +00:00
Jack Grigg
017f3420bc Remove trait imports that are in the 2021 edition prelude 2022-03-16 04:10:44 +00:00
Jack Grigg
49a626ca67 clippy: Small fixes 2022-03-16 04:10:44 +00:00
Jack Grigg
3872563814 Add helper environment variable for debugging plugins
Setting the `AGEDEBUG` environment variable to `plugin` will cause all
plugin communications, as well as the plugin's stderr, to be printed to
the stderr of the parent process (e.g. rage).
2021-12-28 00:26:38 +00:00
Jack Grigg
c7a2e998c6 age-core: Re-export secrecy crate 2021-10-18 14:24:19 +01:00
Jack Grigg
741a1662e1 age-plugin: Simplify IdentityPluginV1 trait 2021-04-13 18:28:45 +12:00
Jack Grigg
5f24783a7c age-plugin: Simplify RecipientPluginV1 trait 2021-04-13 18:28:45 +12:00
Jack Grigg
52c6012be3 age-plugin: Wrap all file keys at once in RecipientPluginV1
This allows plugins to optimise the order in which stanzas are wrapped,
e.g. to only require one user interaction with a hardware token.
2021-02-07 18:56:13 +00:00
Jack Grigg
cd0d79e14c plugins: Extend recipient-v1 state machine with add-identities message
This enables plugins to wrap file keys to identities, for example when
the plugin is built around a symmetric primitive (since we do not want
the recipients encoding to ever contain secrets).
2021-02-05 23:49:13 +00:00
Jack Grigg
91804960d9 plugins: Change recipient-v1 state machine phase 2 to be bidirectional
The previous iteration of the recipient-v1 state machine assumed that
user interaction would never be required during encryption. This is
almost certainly true for asymmetric recipients, but is not the case
for symmetric recipients (e.g. the symmetric key might be stored on a
hardware token that requires a PIN).

The recipient-v1 state machine now uses a bi-directional second phase,
matching the identity-v1 state machine. It defines the same commands
for interacting with users.
2021-02-05 23:49:11 +00:00
Jack Grigg
458081688d age-plugin: Example plugin 2020-12-31 01:50:56 +00:00