Commit Graph

  • 706dfc1e79 all: minor cleanups (#700) main Steve Weis 2026-03-20 14:12:32 -07:00
  • 4c86929a84 internal/format: return correct byte count from writeWrapped (#698) Steve Weis 2026-03-20 14:02:09 -07:00
  • db09cd66d1 internal/inspect: fix tag stanza type names in post-quantum classifier (#695) Steve Weis 2026-03-20 13:49:27 -07:00
  • 4a3a4ef00a SIGSUM.md: extend release playbook Filippo Valsorda 2026-02-02 17:31:01 +01:00
  • 10561a774f .github/workflows: remove one-off darwin/amd64 backfill workflow Filippo Valsorda 2026-01-21 18:56:32 +01:00
  • c918a2c113 .github/workflows: add darwin/amd64 backfill workflow Filippo Valsorda 2026-01-21 18:49:12 +01:00
  • beb5dfa28c .github/workflows: add darwin/amd64 build target Filippo Valsorda 2026-01-21 18:48:27 +01:00
  • 0293aca1d7 SIGSUM.md: add release playbook Filippo Valsorda 2025-12-31 16:18:32 +01:00
  • e7601d8a67 doc: regenerate groff and html man pages GitHub Actions 2025-12-31 11:05:09 +00:00
  • acfa73142b doc: fix post-quantum example in age-keygen manpage (#675) brettwhiteinc 2025-12-31 11:03:49 +00:00
  • b8564adb6d .github/workflows: inject version into source release artifact v1.3.1 Filippo Valsorda 2025-12-28 12:56:14 +01:00
  • e4c611f778 cmd,extra: restore the Version link-time variable Filippo Valsorda 2025-12-28 12:48:13 +01:00
  • 6a8065f2da SIGSUM.md: update policy for v1.3.0 v1.3.0 Filippo Valsorda 2025-12-27 15:43:14 +01:00
  • 50a600eef5 .github/workflows: improve release reproducibility Filippo Valsorda 2025-12-27 10:34:26 +01:00
  • 13aab81842 .github/workflows: build and release source tarball Filippo Valsorda 2025-12-27 10:33:57 +01:00
  • 52338c20df .github/workflows: enable GitHub artifact attestation Filippo Valsorda 2025-12-27 10:26:47 +01:00
  • b70af41215 cmd/age: don't output binary plaintext to terminal Filippo Valsorda 2025-12-26 23:16:11 +01:00
  • 420273952a internal/stream: fix DecryptReaderAt concurrency Filippo Valsorda 2025-12-26 21:56:55 +01:00
  • da2191789a age: add ExampleDecryptReaderAt with zip.NewReader Filippo Valsorda 2025-12-26 21:35:42 +01:00
  • 2ff5d341f6 age: add DecryptReaderAt Filippo Valsorda 2025-12-26 13:54:44 +01:00
  • abe371e157 all: run "go fix" Filippo Valsorda 2025-12-25 20:42:59 +01:00
  • ec92694aad age: add EncryptReader pull-based encryption API Filippo Valsorda 2025-12-25 19:50:48 +01:00
  • 92ac13f51c plugin: add NewTerminalUI Filippo Valsorda 2025-12-24 17:14:05 +01:00
  • a62324430d doc: regenerate groff and html man pages GitHub Actions 2025-12-24 11:36:31 +00:00
  • 41167479ce doc: include warning in age-plugin-batchpass(1) Filippo Valsorda 2025-12-24 12:26:42 +01:00
  • 4444afb267 doc: regenerate groff and html man pages GitHub Actions 2025-12-24 11:28:31 +00:00
  • db8ed63595 cmd/age-plugin-batchpass: add detailed warning Filippo Valsorda 2025-12-24 12:09:48 +01:00
  • f1cc23a3f6 cmd: move compatibility plugins to extra/ directory Filippo Valsorda 2025-12-24 02:27:01 +01:00
  • 50a81fd5a9 cmd/age-plugin-batchpass: plugin for non-interactive passphrase encryption Filippo Valsorda 2025-12-24 02:18:36 +01:00
  • 44a4fcc27b age,cmd/age: improve error messages for mixed up identities/recipients Filippo Valsorda 2025-12-23 23:21:04 +01:00
  • 2e0f1efe4d age,cmd/age: detect invalid UTF-8 in identity and recipient files Filippo Valsorda 2025-12-23 23:05:34 +01:00
  • a7586b7557 README: remove pkgx installation instructions Filippo Valsorda 2025-12-23 22:46:26 +01:00
  • de7813b5f6 README: add age-inspect documentation Filippo Valsorda 2025-12-23 22:36:22 +01:00
  • 2f5cf5438c README: add Guix System to installation table (#615) RishikesavanRamesh 2025-12-24 03:14:19 +05:30
  • 830d84e777 doc: regenerate groff and html man pages GitHub Actions 2025-12-23 21:31:56 +00:00
  • b4cdeef465 cmd/age: accept leading whitespace before armored data Filippo Valsorda 2025-12-23 22:23:18 +01:00
  • 6aae5b48ea cmd/age: fix terminal escape sequences on Windows Simone Ragusa 2022-12-26 23:16:07 +01:00
  • d36e4ce2c7 cmd/age-inspect: new command Filippo Valsorda 2025-12-23 21:39:26 +01:00
  • ca8a69b1b6 age: improve error on empty files Filippo Valsorda 2025-12-23 15:21:31 +01:00
  • 38dd222823 age: return better errors from Decrypt for scrypt identities Filippo Valsorda 2025-12-23 14:08:52 +01:00
  • c17d0b362c age: add NoIdentityMatchError.StanzaTypes field Filippo Valsorda 2025-12-23 13:08:56 +01:00
  • a36341de15 cmd/age: improve error message when -i is missing Filippo Valsorda 2025-12-23 13:06:18 +01:00
  • f3b008d1b8 plugin: fix returning in-protocol errors from plugins Filippo Valsorda 2025-12-23 12:35:06 +01:00
  • 9795b63263 cmd/age,plugin: add plugin.NotFoundError and CLI hint Filippo Valsorda 2025-12-23 12:34:24 +01:00
  • bfae75d93d age,plugin: wrap more errors Filippo Valsorda 2025-12-22 22:01:58 +01:00
  • 0d5b598cd0 cmd/age: warn about duplicate command-line arguments Filippo Valsorda 2025-12-22 22:00:49 +01:00
  • 50acf91174 doc: regenerate groff and html man pages GitHub Actions 2025-12-22 18:42:32 +00:00
  • ba67de8a4e tag/internal/age-plugin-tagtest: add plugin for testing tag recipients Filippo Valsorda 2025-12-21 21:11:46 +01:00
  • 7fa810b20a tag: add Recipient.Tag and Bytes methods, and update tag scheme Filippo Valsorda 2025-12-11 14:48:53 +01:00
  • 1b18d6b279 age: update c2sp.org/CCTV/age testkit to include hybrid identities Filippo Valsorda 2025-12-08 02:55:37 +01:00
  • ad7bb569eb cmd/age: fix testscript setup races Filippo Valsorda 2025-12-07 21:58:13 +01:00
  • ed44098807 all: upgrade dependencies Filippo Valsorda 2025-12-07 21:38:44 +01:00
  • 83bab2ae6a plugin: avoid using deprecated math/rand.Read Filippo Valsorda 2025-12-07 21:30:36 +01:00
  • 96b6476140 armor: reject empty lines in armored data Filippo Valsorda 2025-12-07 21:15:38 +01:00
  • d7409cdc74 .github/workflows: update and harden GitHub Actions workflows Filippo Valsorda 2025-12-07 20:59:14 +01:00
  • de158f906b cmd/age-plugin-tag,cmd/age-plugin-tagpq: new backward compatibility plugins Filippo Valsorda 2025-12-07 20:32:06 +01:00
  • 78947d862d age: use native identities first in Decrypt Filippo Valsorda 2025-12-07 18:51:19 +01:00
  • c6fcb5300c age,cmd/age,cmd/age-keygen: add post-quantum hybrid keys Filippo Valsorda 2025-11-17 12:32:50 +01:00
  • 6ece9e45ee tag: use filippo.io/hpke Filippo Valsorda 2025-09-07 14:11:07 +02:00
  • e2d30695f2 cmd/age,tag: implement age1tagpq1.../p256mlkem768tag recipients Filippo Valsorda 2025-08-17 20:23:59 +01:00
  • e9295dd867 cmd/age,tag: implement age1tag1.../p256tag recipients Filippo Valsorda 2025-08-16 23:11:02 +01:00
  • acab3e5c9f plugin: add framework to implement plugins (#580) Filippo Valsorda 2025-12-07 20:10:01 +01:00
  • a8de3de174 age: add ExtractHeader, DecryptHeader, and NewInjectedFileKeyIdentity Filippo Valsorda 2025-05-10 15:04:56 +02:00
  • ae74b61b59 cmd/age,internal/stream: improve error messages Filippo Valsorda 2025-12-07 19:54:29 +01:00
  • f882f40aa3 cmd/age: echo terminal input for public plugin prompts Thibault 2023-08-08 22:48:55 +02:00
  • 6d2c4e236c README: move Sigsum instructions to separate file Filippo Valsorda 2025-12-07 12:33:09 +01:00
  • 75063d25b1 LICENSE: move copyright holders from AUTHORS file Filippo Valsorda 2025-11-17 12:32:14 +01:00
  • 20eba7e285 cmd/age,cmd/age-keygen: remove unnecessary injected Version Filippo Valsorda 2025-11-17 11:53:52 +01:00
  • 15153e699f README: update Twitter links to GitHub Filippo Valsorda 2025-07-14 18:29:48 +02:00
  • fce45118ee .github/workflows: fix actions/setup-go cache (#622) Helio Machado 2025-06-15 20:42:25 +02:00
  • c3657aca5c README: add winget installation instructions (#627) Richard Burte 2025-06-15 11:40:38 -07:00
  • 0447d8d089 age: add links to docs Filippo Valsorda 2025-05-10 14:59:20 +02:00
  • 3d91014ea0 README: link to typage Filippo Valsorda 2025-02-01 18:15:20 +01:00
  • 482cf6fc9b plugin: restrict characters in plugin names v1.2.1 Filippo Valsorda 2024-12-18 16:01:18 +01:00
  • cda3988cc7 all: fix staticcheck warnings (#589) Alexander Yastrebov 2024-12-18 15:55:57 +01:00
  • 176e245b3c README: rotate Sigsum keys Filippo Valsorda 2024-06-28 17:11:09 +02:00
  • faefdc3c81 README: document Sigsum proofs Filippo Valsorda 2024-06-19 10:40:55 +02:00
  • bbe6ce5eeb .github/workflows: update artifacts Actions v1.2.0 Filippo Valsorda 2024-06-16 15:58:53 +02:00
  • 1e1badabf7 .github/workflows: go-version stable, not latest Filippo Valsorda 2024-06-16 14:59:53 +02:00
  • 2293a9afef .github/workflows: use latest Go for bootstrap Filippo Valsorda 2024-06-16 14:51:17 +02:00
  • 01fe9cd84a README: add pkgx installation instructions Filippo Valsorda 2024-06-16 14:49:24 +02:00
  • bd0511b415 cmd/age: detect output/input file reuse when possible Filippo Valsorda 2024-06-16 14:40:13 +02:00
  • febaaded87 cmd/age: create file for empty decryptions Filippo Valsorda 2024-06-16 13:50:52 +02:00
  • b6b5f4300f cmd/age: disable golang/go#61779 tests workaround tmp/61779 Filippo Valsorda 2024-06-16 13:52:42 +02:00
  • 627e6bc9d8 cmd/age: create file for empty decryptions Filippo Valsorda 2024-06-16 13:50:52 +02:00
  • 0a40718a93 doc: regenerate groff and html man pages GitHub Actions 2024-06-16 10:03:57 +00:00
  • 7ed486868a .github/workflows: apparently setup-go has no defaults Filippo Valsorda 2024-06-16 11:47:25 +02:00
  • 2a761fcb8c .github/workflows: update GitHub Actions Filippo Valsorda 2024-06-16 11:45:32 +02:00
  • 98e7afcbac all: upgrade dependencies Filippo Valsorda 2024-06-16 11:41:15 +02:00
  • 5ef63b6153 .github/workflows: install bootstrap Go Filippo Valsorda 2024-06-16 11:39:21 +02:00
  • bc21ece498 .github/workflows: disable environment Filippo Valsorda 2024-06-16 11:36:03 +02:00
  • 69c21b83fb README: fix scoop command Filippo Valsorda 2024-06-16 05:06:58 -04:00
  • 35cf02b1d0 .github: link maintenance policy from CONTRIBUTING.md Filippo Valsorda 2024-06-16 05:03:03 -04:00
  • 29b68c20fc README: fix typo (#534) Jakub Wilk 2024-01-10 12:40:17 +01:00
  • 101cc86763 README: Debian 12 installation instructions Filippo Valsorda 2023-09-20 08:41:00 -04:00
  • 6ad4560f4a .github/workflows: drop FreeBSD tests Filippo Valsorda 2023-08-07 18:44:57 -04:00
  • 93055632ad cmd/age: fix FreeBSD tests Filippo Valsorda 2023-08-06 19:28:49 +02:00
  • 294b0aa1e3 plugin: skip execution tests on Windows for now Filippo Valsorda 2023-08-06 19:03:27 +02:00
  • f1f96c25e0 plugin: build tag EncodeX25519Recipient which uses crypto/ecdh Filippo Valsorda 2023-08-06 18:36:06 +02:00
  • 9fd564d543 .github/workflows: update and fix CI Filippo Valsorda 2023-08-06 18:29:16 +02:00