Commit graph

599 commits

Author SHA1 Message Date
Jack Grigg
db3ee38f7e Actions: Update to multi-benchmark workflow 2020-11-02 00:11:11 +00:00
Jack Grigg
74e294c117 Fix benchmark workflow 2020-10-20 23:48:28 +01:00
Jack Grigg
bd373de932 Add criterion.dev benchmarking 2020-10-18 19:24:10 +01:00
Jack Grigg
9d0fc20879 Actions: Disable tool cache for installing cargo-audit
It is causing 6-hour timeouts; installing via cargo is faster.
2020-10-10 23:25:13 +01:00
Jack Grigg
f4a8ddc795 aes-ctr 0.5 2020-09-19 01:20:04 +01:00
Jack Grigg
f47ab7e003 cargo update 2020-09-19 01:17:52 +01:00
str4d
8368992e60
Merge pull request #134 from ryantm/fix-doc-url
fix URL example in manual
2020-09-05 22:19:12 +12:00
Ryan Mulligan
4a9f139641 fix URL example in manual
fixes #133
2020-09-04 20:41:35 -07:00
Jack Grigg
a58d9e1024 rage: Add translation terms for "age" and "rage" 2020-09-01 14:59:44 +01:00
str4d
39c9ca1a9d
Merge pull request #130 from str4d/i18n
Internationalization support
2020-09-02 01:36:27 +12:00
Jack Grigg
04ab4cd78a rage-mount: Tag strings for translation 2020-09-01 14:01:37 +01:00
Jack Grigg
78105f95c6 rage-keygen: Tag strings for translation 2020-09-01 14:01:37 +01:00
Jack Grigg
7a05b24bcc rage: Tag usage help text for translation 2020-09-01 14:00:29 +01:00
Jack Grigg
019e2a45b6 Actions: Downgrade cargo-tarpaulin to 0.13.3
See https://github.com/zbraniecki/pluralrules/issues/35
2020-09-01 12:47:51 +01:00
Jack Grigg
d4c87cd669 rage: Tag strings for translation 2020-09-01 10:14:04 +01:00
Jack Grigg
8a83de08a8 rage: Add i18n-embed to dependencies
The MSRV for rage is bumped to 1.45.0, which is required for this crate.
We now build the library crate separately at 1.41.0 to ensure it retains
compatibility.
2020-09-01 10:10:43 +01:00
Jack Grigg
9f4322604f Actions: Always compile release binaries with latest stable 2020-09-01 09:57:27 +01:00
Jack Grigg
9f274b67d6 Fix FilesystemMT implementations in rage-mount
fuse-mt 0.5.1 made a breaking API change in the 0.5.1 point release, so
we now pin to at least that version.
2020-08-30 20:14:44 +01:00
Jack Grigg
5133de8fde rpassword 5.* 2020-08-30 19:19:26 +01:00
Jack Grigg
93d623971f hmac 0.9 2020-08-30 19:17:21 +01:00
Jack Grigg
aec5fd6056 scrypt 0.4 2020-08-30 19:14:54 +01:00
Jack Grigg
424a4a3fb1 Bump dependencies for encrypted SSH keys 2020-08-30 19:12:20 +01:00
Jack Grigg
1d5cb51a71 x25519-dalek 1.* 2020-08-30 19:08:21 +01:00
Jack Grigg
d22f0a3dc1 console 0.12 2020-08-30 19:02:23 +01:00
Jack Grigg
5f638019f3 Switch to modern Cargo.lock format 2020-08-30 18:29:19 +01:00
Jack Grigg
7e84a5db38 cargo update 2020-08-30 18:27:53 +01:00
str4d
9ac22075ca
Merge pull request #129 from str4d/pre-plugin-refactor
Pre-plugin refactor
2020-08-17 12:07:07 +12:00
Jack Grigg
efc7172b7d age: Simplify IdentityFile::from_buffer 2020-08-17 00:54:36 +01:00
Jack Grigg
87ecc1d6a3 age: Make IdentityFile a wrapper around Vec<x25519::Identity>
We no longer use the internally-recalled filename, so we remove it. We
also remove the Identity trait implementation, as we will soon be
storing plugin identities within IdentityFile, which will need to be
handled separately.
2020-08-17 00:53:55 +01:00
Jack Grigg
9c0b9b771e age: Allow the Recipient trait to abstract over multiple recipients 2020-08-17 00:48:48 +01:00
Jack Grigg
6ac8576f94 age: Add age::EncryptError to Recipient trait result 2020-08-17 00:48:48 +01:00
Jack Grigg
b3e51ef452 age: Rename age::Error to age::DecryptError 2020-08-17 00:46:52 +01:00
Jack Grigg
b504bf8d4c age-core: Pass stanza args to write::age_stanza using AsRef<[str]> 2020-08-16 20:43:08 +01:00
Jack Grigg
6b339d66a8 age: Identity::unwrap_stanzas method
This enables an Identity implementation to use a more efficient
unwrapping process for multiple stanzas in a single file.

Identity::unwrap_file_key is renamed to Identity::unwrap_stanza.
2020-08-16 20:35:41 +01:00
Jack Grigg
b027296c65 age: Extract parse_bech32 as a utility 2020-08-16 20:35:41 +01:00
Jack Grigg
57900c9793 age-core: Expose grease gun 2020-08-16 20:35:41 +01:00
str4d
28be7f430b
Merge pull request #126 from str4d/misc-cleanups
Misc cleanups
2020-07-29 19:58:34 +12:00
Jack Grigg
b91b8957d3 CI: Build WASM targets inside age subdirectory
The --no-default-features flag cannot be used in the root of a virtual
workspace, and this started breaking compilation somewhere between Rust
1.39 and 1.41.
2020-07-29 02:19:24 +12:00
Jack Grigg
955449f69c cargo update fuzz 2020-07-29 02:10:27 +12: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
a2002bc5b1 Update READMEs 2020-07-29 02:06:18 +12:00
Jack Grigg
567d6e048f Bump MSRV to 1.41.0
We rely on digest 0.9-era RustCrypto crates, which all have MSRV 1.41.0.
2020-07-29 02:02:13 +12:00
str4d
3e68d1e419
Merge pull request #125 from str4d/core-shuffle
Move more core structs into age-core
2020-07-29 01:39:05 +12:00
Jack Grigg
450e19e44f age-core: Rework stanza documentation 2020-07-29 00:45:45 +12:00
Jack Grigg
0eca7e21bc age-core: Catch intra-doc link errors 2020-07-20 23:22:08 +12:00
Jack Grigg
52171c3ec0 Update changelogs 2020-07-20 23:21:52 +12:00
Jack Grigg
367feb3aba Move age::FileKey to age_core::format::FileKey 2020-07-20 23:21:52 +12:00
Jack Grigg
ce1c22d849 Move age::Stanza to age_core::format::Stanza 2020-07-20 23:02:09 +12:00
str4d
65a5119a8c
Merge pull request #123 from str4d/pre-release-cleanups
Pre-release cleanups
2020-07-20 22:17:39 +12:00