Commit graph

237 commits

Author SHA1 Message Date
str4d
f834da2047
Merge pull request #303 from str4d/rust-crypto-1.56
Migrate to rsa 0.6 and chacha20poly1305 0.10
2022-09-03 16:43:30 +01:00
Jack Grigg
c31d250356 Migrate to rsa 0.6 and chacha20poly1305 0.10
This brings us onto Rust Crypto crates with MSRV 1.56 or lower.
2022-09-03 13:53:40 +00:00
Jack Grigg
5e212a7895 rage-mount: Replace MountOptions::AutoUnmount with a channel
We now cleanly unmount the filesystem ourselves on Ctrl-C, instead of
relying on FUSE to do this for us. This removes the need for the ambient
`MountOptions::AllowOther` capability that `AutoUnmount` requires, while
ensuring that `rage-mount` correctly exits if the mountpoint is
unmounted externally (e.g. via `umount`).
2022-09-03 13:06:47 +00:00
Jack Grigg
5a6110fba2 rage-mount: Switch to fuser::mount2 with typed options
This also pins `fuser 0.11.1` which fixes an error message for libfuse2.
2022-09-03 12:00:24 +00:00
Jack Grigg
4ecb474e55 Update lockfile 2022-08-21 15:02:05 +00:00
Jack Grigg
48522e5eca v0.8.1 2022-06-18 17:41:55 +00:00
Jack Grigg
a1a916b200 Revert updates to dashmap and indexmap
`dashmap 5.3.0` inadvertently raised its MSRV to 1.59
(https://github.com/xacrimon/dashmap/issues/211).

`indexmap 1.9.0` raised its MSRV to 1.56.1, which is incompatible with
our current MSRV of 1.56.0.
2022-06-18 17:39:34 +00:00
Jack Grigg
720caca1b9 cargo update 2022-06-18 17:31:38 +00:00
Jack Grigg
26a105a394 age: Add testkit test files from reference impl
Source: eaa4e03cfe
2022-06-18 17:09:29 +00:00
Jack Grigg
0787472339 v0.8.0 2022-05-02 00:47:18 +00:00
Jack Grigg
504514aafd pprof 0.8 2022-04-30 13:17:24 +00:00
Jack Grigg
a0c7247e50 Downgrade to dashmap 5.2.0
`dashmap 5.3.0` bumps its MSRV to 1.59.0.
2022-04-30 13:16:19 +00:00
Jack Grigg
b1882243e0 cargo update 2022-04-30 13:13:14 +00:00
Jack Grigg
753c0c1ca1 age-plugin: Add Callbacks::confirm 2022-04-26 12:25:12 +00:00
Jack Grigg
63dff6f5fb Defer writing to stdout if we are reading from TTY
Closes str4d/rage#171.
2022-03-19 22:46:03 +00:00
Jack Grigg
c8c7adc29f scrypt 0.9 2022-03-16 03:34:54 +00:00
Jack Grigg
25d574297a Upgrade Rust Crypto crates for encrypted SSH keys 2022-03-16 03:34:54 +00:00
Jack Grigg
058f592233 pprof 0.7 2022-03-16 03:34:54 +00:00
Jack Grigg
965a6ea5f7 clap 3.1 2022-03-16 03:34:54 +00:00
Jack Grigg
351ede61bd rpassword 6 2022-03-16 03:34:54 +00:00
Jack Grigg
afa634fb77 cargo update 2022-03-16 03:34:54 +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
ed63c41eb1 Migrate to hkdf 0.12
We need to depend on two versions of the `sha2` crate because `rsa`
doesn't have a version depending on `digest 0.10` yet.
2021-12-27 15:26:38 +00:00
Jack Grigg
7a2ff3ad4f v0.7.1 2021-12-27 00:30:42 +00:00
Jack Grigg
4c79db3fe0 v0.7.0 2021-10-18 17:52:37 +01:00
Jack Grigg
c8670acba9 rage: Pin clap to 3.0.0-beta.2
clap 3.0.0-beta.4 onwards have MSRV of 1.54, while we currently have
MSRV of 1.51. We only use clap for generating completions, so we can
just pin the version that works for us.
2021-10-18 17:43:50 +01:00
Jack Grigg
f49fbedb0c console 0.15 2021-10-18 14:31:09 +01:00
Jack Grigg
9e038dedf0 age: Re-export secrecy crate 2021-10-18 14:24:26 +01:00
Jack Grigg
c7a2e998c6 age-core: Re-export secrecy crate 2021-10-18 14:24:19 +01:00
Jack Grigg
8bd5eb39e4 cargo update 2021-10-18 12:43:13 +01:00
Jack Grigg
d332c31437 chacha20poly1305 0.9
We switch from the c2-chacha crate to the chacha20 crate, as the latter
is now close to equivalent performance (equivalent when compiled with
`RUSTFLAGS="-Ctarget-feature=+avx2"`), and is no longer optional
upstream.
2021-08-29 18:26:12 +01:00
Jack Grigg
8f4169340c cargo update again 2021-08-28 14:02:40 +01:00
Jack Grigg
792b66cf08 pprof 0.5 2021-08-28 14:02:07 +01:00
Jack Grigg
34aaf4e6ef scrypt 0.8 and bcrypt-pbkdf 0.7 2021-08-28 14:02:06 +01:00
Jack Grigg
c6d11883ec i18n-embed 0.13 2021-08-28 14:01:52 +01:00
Jack Grigg
12749521f0 nom 7 and pinentry 0.5 2021-08-28 14:01:32 +01:00
Jack Grigg
c6e4202845 cargo update
Excludes clap 3.0.0-beta.4 which appears broken.
2021-08-28 14:01:03 +01:00
Eli Flanagan
3f3fa2c00c
bump tar
Close #246

`cargo update -p tar`
2021-08-16 10:43:25 -04:00
Jack Grigg
16874260b3 bench: Add flamegraph support 2021-08-07 19:50:53 +01:00
Jack Grigg
f4e749e5a6 env_logger 0.9 2021-08-07 07:35:20 +01:00
Jack Grigg
bfb0e0e021 rand 0.8 and rsa 0.5
rand 0.7 is kept as a dependency of age due to x25519-dalek 1.*.
2021-08-07 07:35:08 +01:00
Jack Grigg
3cca6a03cc secrecy 0.8 2021-08-07 07:34:41 +01:00
Jack Grigg
cb90a4a343 cargo update 2021-08-07 07:33:34 +01:00
Jack Grigg
46a665466c cargo update 2021-07-11 23:59:25 +01:00
Jack Grigg
ee68e17487 aes 0.7 2021-05-14 21:04:04 +01:00
Jack Grigg
5c0fa248fe cargo update 2021-05-14 20:29:41 +01:00
Jack Grigg
e2a8cc2637 age-plugin 0.1.0 2021-05-02 13:07:17 +12:00
Jack Grigg
a208150631 v0.6.0 2021-05-02 12:50:41 +12:00
Jack Grigg
cffb64622e Bump KDF dependencies 2021-05-02 11:20:16 +12:00
Jack Grigg
0e26258938 cargo update 2021-05-02 11:06:21 +12:00