Commit graph

237 commits

Author SHA1 Message Date
Jack Grigg
57900c9793 age-core: Expose grease gun 2020-08-16 20:35:41 +01:00
Jack Grigg
74b96000ed cargo update 2020-07-29 02:09:52 +12:00
Jack Grigg
5ddd3690b4 rage: Bump clap to 3.0.0-beta.1 for generating completions 2020-07-29 02:06:18 +12:00
Jack Grigg
367feb3aba Move age::FileKey to age_core::format::FileKey 2020-07-20 23:21:52 +12:00
Jack Grigg
4b8886bd98 cargo update 2020-07-19 18:53:32 +12:00
Jack Grigg
db406102c0 age: Remove radix64 dependency
radix64::EncodeWriter<W> is only implemented for W: Write, so we can't
store it inside ArmoredWriter<W> without any bound, which would prevent
us from using ArmoredWriter with W: AsyncWrite + !Write.
2020-07-19 13:49:31 +12:00
Jack Grigg
944940a9ef cargo update 2020-07-13 13:01:57 +12:00
Jack Grigg
d2f34d6f0d dirs 3.0.1 2020-07-13 13:00:22 +12:00
Jack Grigg
67afaee5e5 console 0.11 2020-07-13 12:56:30 +12:00
Jack Grigg
10bf54978f secrecy 0.7 and pinentry 0.2 2020-07-13 12:53:05 +12:00
Jack Grigg
3ce96f6460 hkdf 0.9 2020-07-13 12:48:09 +12:00
Jack Grigg
5175576d4b cargo update 2020-06-13 19:55:30 +12:00
Jack Grigg
23938a95fa base64 0.12 2020-06-13 19:55:01 +12:00
Jack Grigg
43408b1840 Migrate to block-cipher 0.7
Closes #113.
2020-06-13 19:54:34 +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
4ced7fdb39 cargo update 2020-06-09 00:44:48 +12:00
Jack Grigg
a5c66dd0f7 impl AsyncRead for ArmoredReader 2020-05-18 23:43:03 +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
627e602efc gumdrop 0.8 2020-04-25 21:09:59 +12:00
Jack Grigg
521247b1b7 cargo update 2020-04-25 20:58:14 +12:00
Jack Grigg
9adf7e5749 v0.4.0 2020-03-25 11:55:40 +13:00
Jack Grigg
491c4c6814 cargo update 2020-03-25 10:32:35 +13:00
Jack Grigg
0170250fc6 Add support for OpenSSH keys encrypted with "aes256-cbc"
When OpenSSH introduced its current encrypted-key format, ssh-keygen
defaulted to "aes256-cbc" for the cipher. This was changed in OpenSSH 7.6
(released 2017-10-03) to "aes256-ctr", and is the same to this day.

Adding support for "aes256-cbc" ensures compatibility with all encrypted
keys generated by ssh-keygen in this format since it was introduced in
OpenSSH 6.5 (released 2014-01-30).

See also https://github.com/FiloSottile/age/issues/100
2020-03-23 21:28:20 +13:00
Jack Grigg
57b94dd125 Pin clap to commit with compatible MSRV
We only use clap to generate completions, and there are no changes since
their MSRV bump that materially affect completions (yet), so it's fine
to pin this for now.
2020-03-16 22:42:02 +13:00
Jack Grigg
601f0669a0 cargo update 2020-03-16 20:48:52 +13:00
Jack Grigg
eebfbe4be2 console 0.10 2020-03-16 20:38:49 +13:00
Jack Grigg
9286b8a3f5 Replace chacha20 with c2-chacha in all primitives 2020-03-15 20:39:57 +13:00
Jack Grigg
98ee0bde9c Switch to rpassword crate for fallback passphrase input 2020-03-15 17:35:03 +13:00
Jack Grigg
768804828d Switch to c2-chacha crate for ChaCha20-IETF
Improves encryption throughput by around 60% over standard, and around
10% when compiled with the AVX2 flag, because c2-chacha uses AVX2 when
available.
2020-03-14 11:51:49 +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
9e79d6449c cargo update 2020-02-09 20:26:08 +00:00
Jack Grigg
5fab4f1869 Binary for generating completion files
Stored as an example so that "cargo install" does not install the binary
by default.
2020-02-09 17:53:27 +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
Jack Grigg
45c082d46c cargo update 2020-02-01 21:20:09 +00:00
Jack Grigg
2cd94352bd minreq 2 2020-02-01 21:20:03 +00:00
Jack Grigg
06b0310e59 gumdrop 0.7 2020-02-01 21:19:59 +00:00
Jack Grigg
f02eb9dc2c quickcheck 0.9 2020-02-01 21:19:54 +00:00
Jack Grigg
b96528ba41 dialoguer 0.5 2020-02-01 21:19:40 +00:00
Jack Grigg
34196aae42 base64 0.11 2020-02-01 21:19:31 +00:00
Jack Grigg
51cb5297ba Use pinentry for passphrase input if available
Closes #55.
2020-02-01 17:35:57 +00:00
Jack Grigg
cf8510b100 Move rage tools into separate rage crate 2020-01-26 00:41:06 +00:00
Jack Grigg
97ca7c2b99 cargo update 2020-01-20 00:41:55 -05:00
Jack Grigg
e78c6a24fd Add encryption benchmark 2020-01-16 23:44:53 -05:00
Jack Grigg
cf42b7f2ee v0.2.0 2020-01-10 19:02:35 -05:00
Jack Grigg
0798452e37 Bump dependencies 2020-01-10 18:56:33 -05:00
Jack Grigg
2ddc589bd1 cargo update 2020-01-10 18:50:13 -05:00
Jack Grigg
172b33cec1
Switch to bcrypt-pbkdf crate 2020-01-03 11:17:18 -05:00