Commit graph

39 commits

Author SHA1 Message Date
Jack Grigg
ae5a392925 Provide a better error on invalid filename or missing directory
Closes str4d/rage#530.
2024-11-03 08:22:43 +00:00
Jack Grigg
9ab26bf360 age: Take recipients by reference in Encryptor::with_recipients
This aligns it with `Decryptor`, and means that recipients can be
used to encrypt multiple files without cloning.

Part of str4d/rage#353.
2024-08-30 10:40:34 -04:00
Jack Grigg
5e57ef07ca age: Return Box<dyn Identity> from IdentityFile::into_identities
This is doable now that `IdentityFile` stores callbacks, and is more
useful to crate users than `IdentityFileEntry`. The one place we were
relying on the latter was in `rage-keygen` to distinguish plugin
identities (which cannot be re-encoded as recipients); we now move that
functionality into the `age` crate.
2024-08-27 03:47:40 +00:00
Jack Grigg
8f1d6af149 age: Return label set from Recipient::wrap_file_key 2024-08-12 04:35:07 +00:00
Jack Grigg
944f56a4a9 age: Remove EncryptorType 2024-07-29 03:05:38 +00:00
AnomalRoil
96f89b3400
[i18n] Partial French translation (#499) 2024-07-19 00:26:09 +01:00
str4d
7f65f83d32
Merge pull request #471 from hexanova/main
ru age.ftl translation
2024-02-03 12:08:03 +00:00
Jack Grigg
f1d969142e age: Adjust line wrapping for multi-line ru strings 2024-02-03 10:25:21 +00:00
Filippo Valsorda
7dc99c0d14 age/i18n,rage/i18n: update it translations 2024-02-03 10:09:54 +01:00
hexanova
4485330b49 ru age.ftl translation 2024-01-29 15:49:05 -08:00
str4d
3810b58744
Merge pull request #465 from str4d/reject-weak-ssh-rsa
Reject weak `ssh-rsa` keys
2024-01-25 06:04:24 +00:00
Jack Grigg
5e342c8735 Add specific error message for OpenSSH hardware authenticators 2024-01-25 05:55:52 +00:00
Jack Grigg
01b1dd83ee age: Extract more non-localized terms for consistency 2024-01-25 05:55:52 +00:00
Jack Grigg
275d8f0b96 Reject weak ssh-rsa keys 2024-01-25 05:53:05 +00:00
Jack Grigg
8bd346d988 Add support for -R - and -i -
Closes str4d/rage#177.
2024-01-21 20:18:12 +00:00
Jack Grigg
e470fec9df Move read_recipients helper from rage into age::cli_common
This means we no longer need the more complex `parse_identity_files`
helper to be public. It also means we have closer control of the
internals of `read_recipients` and `read_identities`, which will be
necessary for standard input de-confliction (str4d/rage#177).
2024-01-21 03:25:29 +00:00
Jack Grigg
4f45649c97 age: Wrap connections in a blast furnace
This enables us to provide a more useful error message when a plugin
unexpectedly dies.

Closes str4d/rage#167.
2024-01-16 01:01:29 +00:00
Jack Grigg
4ec6fb6312 Prevent rage-keygen from overwriting existing key files
Closes str4d/rage#433.
2024-01-07 19:07:56 +00:00
Jack Grigg
6039c091e3 Update Fluent files to have consistent terms 2024-01-07 00:32:30 +00:00
Jack Grigg
6f294c44a5 age: Require the last STREAM chunk to be non-empty 2022-05-01 21:50:28 +00:00
Filippo Valsorda
5b29579a8f i18n: update it strings 2022-05-01 19:39:48 +02:00
Jack Grigg
c50518408f age: Display a message if a plugin is slow to wrap or unwrap 2022-04-30 23:52:39 +00:00
Jack Grigg
eac7ab6c35 Detect and report unsupported SSH key types for recipients 2022-04-30 14:53:18 +00:00
Jack Grigg
aa93a79717 Detect and report unsupported SSH key types for identities 2022-04-30 14:22:46 +00:00
Jack Grigg
953cbae716 age: Simplify age::cli_common::read_identities with custom error 2021-10-17 02:23:16 +01:00
Jack Grigg
062d261569 Add support for encrypted age identities
Closes str4d/rage#235.
2021-08-22 04:30:04 +01:00
Jack Grigg
d430cb58cd i18n: Move it-IT to it
We need the locale folder names to match the locale identifiers used by
Pontoon.
2021-06-02 21:10:58 +01:00
Jack Grigg
25fbf45a60 Identity plugin v1 protocol 2020-12-31 01:50:56 +00:00
Jack Grigg
2f7510cfaf Recipient plugin v1 protocol 2020-12-30 23:51:39 +00:00
str4d
edfdc74e3d
Merge pull request #150 from therealyingtong/zh-localisation
Add Chinese localisation
2020-11-14 20:43:06 +00:00
therealyingtong
d0bc38874e Add traditional Chinese localisation 2020-11-14 22:08:26 +08:00
therealyingtong
59749045ff Add simplified Chinese localisation 2020-11-14 22:07:50 +08:00
Francisco Gindre
63f6773475
Spanish localization (#149)
- Spanish translation for age.ftl
- Spanish translation for rage.ftl
2020-11-13 18:07:02 +00:00
str4d
252a4f3a5c
age: Fix underline in it-IT strings 2020-11-04 17:31:03 +00:00
BuriedInTheGround
05a757d979 Minor changes to Italian translations
See https://github.com/str4d/rage/pull/146#pullrequestreview-523322546.
2020-11-04 16:12:58 +01:00
BuriedInTheGround
f236fa8b33 age: Update Italian missing translations 2020-11-04 09:58:25 +01:00
Jack Grigg
081488ada7 age: Tag strings in age::cli_common for translation 2020-11-03 23:44:52 +00:00
BuriedInTheGround
684b3078a5 Add Italian localization 2020-11-03 22:59:56 +01:00
Jack Grigg
60dc87739a Add localization to the age library crate 2020-11-03 15:43:15 +00:00