Jack Grigg
cda5524319
CI: Remove most uses of actions-rs
actions
...
MSRV in CI is now pinned via `rust-toolchain.toml`.
2023-06-13 01:34:36 +00:00
str4d
267f383d3c
Merge pull request #394 from str4d/release-0.9.2
...
Release 0.9.2
2023-06-12 21:36:20 +01:00
Jack Grigg
8f4a0f40ea
v0.9.2
2023-06-12 19:50:05 +00:00
Jack Grigg
3340db8655
Fix changelog bugs and add missing entry
2023-06-12 19:47:31 +00:00
Jack Grigg
c1fe38e149
Document PINENTRY_PROGRAM
environment variable
...
Part of str4d/rage#280 .
2023-06-12 19:23:36 +00:00
str4d
22882cbb24
Merge pull request #393 from str4d/368-async-buffered-header-reading
...
Enable header parsing to use `R: futures::io::AsyncBufRead`
2023-06-12 19:41:03 +01:00
Jack Grigg
37012baa4d
age: Add Decryptor::new_async_buffered
...
This is significantly more efficient than `Decryptor::new_async` at
parsing headers, due to avoiding repeated short reads.
2023-06-12 18:25:09 +00:00
Jack Grigg
56049bd3ae
age: impl AsyncBufRead for ArmoredReader
2023-06-12 18:15:22 +00:00
str4d
623f6636a5
Merge pull request #357 from bonedaddy/misc/vec-pre-alloc
...
Initialize Vector With Capacity When Known
2023-06-12 18:02:42 +01:00
bonedaddy
b59c5dc39f
Pre-initialize vectors when the capacity is known, or use arrays
...
Co-authored-by: Jack Grigg <thestr4d@gmail.com>
2023-06-12 16:51:30 +00:00
str4d
60c3946e56
Merge pull request #382 from jfaust/fix/async-write-zero
...
StreamWriter AsyncWrite: fix usage with futures::io::copy() and tokio::io::copy()
2023-06-12 17:44:09 +01:00
str4d
dc7bb63396
Merge pull request #364 from mutlusun/feat-pinentry-env-var
...
feat/pinentry: Use env var to define pinentry binary
2023-06-12 17:35:15 +01:00
str4d
aaeee48361
Use PINENTRY_PROGRAM
as environment variable for pinentry
2023-06-12 17:22:43 +01:00
str4d
bec4595e7a
Document why impl AsyncWrite for StreamWriter
doesn't loop indefinitely
2023-06-12 16:56:25 +01:00
str4d
cba202adb7
Merge pull request #392 from str4d/update-deps-0.9.2
...
Update dependencies for 0.9.2
2023-06-12 16:38:21 +01:00
Jack Grigg
cd5a2dc5a0
cargo update
2023-06-12 14:01:06 +00:00
Jack Grigg
3a6ece4bdc
cargo vet prune
2023-06-12 01:26:31 +00:00
Jack Grigg
4491f62132
Migrate to cargo-vet 0.7
2023-06-12 01:25:52 +00:00
str4d
47cb174139
Merge pull request #389 from sjmurdoch/patch-1
...
Correct spelling in documentation
2023-06-11 02:53:12 +01:00
str4d
a1a066d7b7
Merge pull request #390 from str4d/dependabot/github_actions/svenstaro/upload-release-action-2.6.1
...
build(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.6.1
2023-06-10 14:54:50 +01:00
str4d
a62916c8b4
Merge pull request #386 from str4d/dependabot/github_actions/codecov/codecov-action-3.1.4
...
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4
2023-06-10 14:54:01 +01:00
dependabot[bot]
59d9b7d18d
build(deps): bump svenstaro/upload-release-action from 2.5.0 to 2.6.1
...
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action ) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/svenstaro/upload-release-action/releases )
- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.5.0...2.6.1 )
---
updated-dependencies:
- dependency-name: svenstaro/upload-release-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-01 03:59:22 +00:00
Steven Murdoch
8eead2e17d
Correct spelling in documentation
2023-05-26 10:53:08 +01:00
dependabot[bot]
148487d4b2
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.1 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.1...v3.1.4 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-16 03:58:22 +00:00
Josh Faust
a6aa252a49
StreamWriter AsyncWrite: fix usage with futures::io::copy()
...
Never return 0 in poll_write() if there is data to write
2023-04-22 22:20:14 -07:00
str4d
f84af2c069
Merge pull request #377 from str4d/368-buffered-header-reading
...
Enable header parsing to use `R: std::io::BufRead`
2023-03-25 00:32:14 +00:00
Jack Grigg
f337b558ad
rage: Use Decryptor::new_buffered
2023-03-25 00:05:56 +00:00
Jack Grigg
7ef416aaa3
age: Add Decryptor::new_buffered
...
This is significantly more efficient than `Decryptor::new` at parsing
headers, due to avoiding repeated short reads.
2023-03-25 00:05:56 +00:00
Jack Grigg
15382946d3
age: impl BufRead for ArmoredReader
2023-03-24 22:11:30 +00:00
Jack Grigg
3260c7db92
Update Homebrew formula to v0.9.1
2023-03-25 05:04:52 +09:00
str4d
b6b1eceae6
Merge pull request #376 from str4d/release-0.9.1
...
Release 0.9.1
2023-03-24 13:34:38 +00:00
Jack Grigg
a291796b5b
v0.9.1
2023-03-24 22:18:30 +09:00
Jack Grigg
89e699d387
cargo update
2023-03-24 22:14:24 +09:00
str4d
57297339f9
Merge pull request #375 from str4d/fix-cargo-vet
...
Fix `cargo-vet`
2023-03-24 12:49:42 +00:00
Jack Grigg
6cab7c1445
Update cargo-vet audits
2023-03-24 21:29:19 +09:00
Jack Grigg
ffc91d13bb
Fix cargo-vet config file
2023-03-24 21:12:18 +09:00
str4d
15eb8db038
Merge pull request #373 from str4d/dependabot/github_actions/actions/setup-go-4
...
build(deps): bump actions/setup-go from 3 to 4
2023-03-24 11:50:22 +00:00
dependabot[bot]
d3869aba23
build(deps): bump actions/setup-go from 3 to 4
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 03:58:23 +00:00
str4d
b2bda70ef3
Merge pull request #369 from str4d/dependabot/github_actions/svenstaro/upload-release-action-2.5.0
...
build(deps): bump svenstaro/upload-release-action from 2.3.0 to 2.5.0
2023-03-07 18:09:29 +00:00
str4d
7cfb7692af
Merge pull request #372 from str4d/update-deps-0.9.1
...
Update dependencies for 0.9.1
2023-03-07 15:30:34 +00:00
Jack Grigg
0e60ea7696
cargo update
2023-03-07 15:04:19 +00:00
Jack Grigg
e8f095f687
Import more audits
2023-03-07 15:03:34 +00:00
Jack Grigg
23d2d0934e
Prune audits
2023-03-07 15:02:13 +00:00
Jack Grigg
ce3a0f3705
Replace Firefox audits with aggregated Mozilla audits
2023-03-07 15:02:13 +00:00
str4d
ecb5844e73
Merge pull request #371 from str4d/370-encrypted-ssh-aes256-gcm
...
ssh: Support `aes256-gcm@openssh.com` ciphers for encrypted keys
2023-03-07 15:01:57 +00:00
Jack Grigg
b92b6070c2
ssh: Fix parsing of OpenSSH private key format
...
Support for AEAD ciphers was done in a way that means the `string` that
previously contained the entire ciphertext now only contains the
unauthenticated part of the ciphertext, and the tag is just appended
afterwards. This means the encryption header needs to be interpreted in
order to parse the full private key format.
2023-03-07 03:56:49 +00:00
Jack Grigg
37c6b697ba
ssh: Support aes256-gcm@openssh.com
ciphers for encrypted keys
...
Closes str4d/rage#370 .
2023-03-07 03:51:42 +00:00
Jack Grigg
f3f93f80a3
ssh: Add aes256-gcm@openssh.com
cipher to test cases
2023-03-07 03:44:11 +00:00
Jack Grigg
7c1d82b1c4
ssh: Extract common key material derivation logic for encrypted keys
2023-03-07 03:41:01 +00:00
Jack Grigg
722875ee56
ssh: Use associated constants for key and IV sizes
2023-03-07 03:40:41 +00:00