Commit graph

42 commits

Author SHA1 Message Date
Jack Grigg
d35d442f91 v0.11.0 2024-11-03 10:42:17 +00:00
Jack Grigg
e833cd19e4 v0.10.0 2024-02-04 22:33:22 +00:00
Jack Grigg
5b2ade12a4 Migrate to workspace inheritance 2023-08-06 15:06:12 +00:00
Jack Grigg
fdb41822fc Bump MSRV to 1.65.0 2023-08-06 15:06:10 +00:00
Jack Grigg
ec025bea2a v0.9.0 2022-10-27 02:28:43 +00:00
Jack Grigg
d2bb92915a Bump MSRV to 1.59.0
Closes str4d/rage#348.
2022-10-26 08:05:12 +00:00
Jack Grigg
885b90fe29 Add rust-version metadata to Cargo.toml files 2022-09-03 13:54:44 +00: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
0787472339 v0.8.0 2022-05-02 00:47:18 +00:00
Jack Grigg
4df2fac3e1 Migrate to 2021 edition 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
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
e339d26e36 age-core: Improve crate documentation 2021-10-18 14:24:19 +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
12749521f0 nom 7 and pinentry 0.5 2021-08-28 14:01:32 +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
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
42b7ce6958 age-core: Start plugin binaries in a temporary working directory
We don't want plugin binaries to make any assumptions about where they
are run from. The easiest way to ensure this is to always run them from
a fresh temporary directory.

Closes str4d/rage#200.
2021-02-08 01:01:36 +00:00
Jack Grigg
2f902ae05f nom 6 2021-01-12 13:38:40 +00:00
Jack Grigg
0e860a672a base64 0.13 2021-01-12 13:38:40 +00:00
Jack Grigg
dfc37d2979 Move plugin support behind the unstable feature flag
This enables support to be merged (and part of crate releases) before the
plugin spec is finalised.
2020-12-31 01:50:56 +00:00
Jack Grigg
91ee53d299 age-core: Connection and state machine logic for plugins 2020-12-30 04:58:45 +00:00
Jack Grigg
77273e0378 v0.5.0 2020-11-22 18:51:27 +00:00
Jack Grigg
dde4c01c4e chacha20poly1305 0.7 and c2-chacha 0.3
Improves throughput benchmarks by ~20%, due to a refactor included in
poly1305 0.6:
    https://github.com/RustCrypto/universal-hashes/pull/48
2020-11-03 02:05:22 +00:00
Jack Grigg
88d8de69ad hmac 0.10 2020-11-02 00:57:48 +00:00
Jack Grigg
74e294c117 Fix benchmark workflow 2020-10-20 23:48:28 +01:00
Jack Grigg
57900c9793 age-core: Expose grease gun 2020-08-16 20:35:41 +01:00
Jack Grigg
367feb3aba Move age::FileKey to age_core::format::FileKey 2020-07-20 23:21:52 +12:00
Jack Grigg
3ce96f6460 hkdf 0.9 2020-07-13 12:48:09 +12:00
Jack Grigg
23938a95fa base64 0.12 2020-06-13 19:55:01 +12:00
Jack Grigg
a1f6c40248 Update digest-related dependencies
We upgrade the hkdf, hmac, and rsa crates in lock-step because their
usages all depend on the sha2 crate, and upgrading from digest 0.8 to
0.9 is a breaking change that would otherwise require having two
versions of the sha2 crate.

We upgrade various other dependencies to ensure that we drop older
digest-related crate versions within our dependency tree where possible.

As a nice bonus, we can now depend on a published version of the rsa
crate that includes RSAES-OAEP.
2020-06-13 19:51:02 +12:00
Jack Grigg
2291ccbcf8 age_core: Expose primitives for AEAD and HKDF
This enables reuse of these common primitives within the upcoming plugin
system, alongside the core parsers and serializers.
2020-04-26 00:10:38 +12:00
Jack Grigg
9adf7e5749 v0.4.0 2020-03-25 11:55:40 +13:00
Jack Grigg
84ca61d44c v0.3.1 2020-02-11 13:49:59 +00:00
Dimitris Apostolou
b1fc799748
Upgrade cookie-factory to 0.3.1 2020-02-10 16:16:57 +02:00
Jack Grigg
6eb85cb74a v0.3.0 2020-02-09 20:46:52 +00:00
Jack Grigg
583453e637 Move age stanza parsing to age-core crate
Also refactors all recipient lines to write using the new serializer in
the age-core crate.
2020-02-02 21:57:17 +00:00
Jack Grigg
a45b0ee775 Empty age-core library crate 2020-02-02 21:23:46 +00:00