Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | refactor: un-flatten module structure | Harsh Shandilya | |
2023-07-05 | feat(crypto-pgpainless): run usability test when adding keys | Harsh Shandilya | |
2023-07-05 | feat(crypto-pgpainless): add `KeyUtils#isKeyUsable` | Harsh Shandilya | |
2023-06-19 | fix(pgpainless): add metadata test to decryption step | Harsh Shandilya | |
2023-06-15 | refactor: consistently adopt PGP over GPG for naming | Harsh Shandilya | |
PGP is the standard, GPG is an implementation of it. We're adhering to PGP, and not using GPG. | |||
2023-05-18 | refactor: add missing docs and add explicit `NoKeysProvidedException` | Harsh Shandilya | |
2023-04-29 | fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490) | renovate[bot] | |
* fix(deps): update dependency com.facebook:ktfmt to v0.44 * chore: reformat with ktfmt 0.44 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-03-25 | fix: remove NoKeysProvided error | Harsh Shandilya | |
We're making this invariant impossible in the code paths that hit it | |||
2022-10-29 | feat(app): wire in ASCII armor toggle | Harsh Shandilya | |
2022-10-29 | feat(crypto-common): support passing arbitrary crypto options | Harsh Shandilya | |
2022-10-11 | Clean up issues reported by Detekt (crypto-pgpainless.xml) (#2176) | LckyDev | |
2022-09-01 | Use a simpler SecretKeyRingProtector (#2099) | Harsh Shandilya | |
2022-08-24 | Implement support for `.gpg-id` (#2080) | Harsh Shandilya | |
2022-08-11 | Upgrade all dependencies (#2057) | Harsh Shandilya | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-07-18 | Add `KeyUtils#tryGetEmail` | Harsh Shandilya | |
2022-07-18 | Rework key deletion to accept an identifier | Harsh Shandilya | |
2022-07-18 | crypto: consistently use secret key nomenclature | Harsh Shandilya | |
2022-07-17 | crypto-pgpainless: allow updating existing keys automatically for specific cases | Harsh Shandilya | |
2022-07-16 | Use `KeyRingUtils#publicKeyRingCollectionFrom` to extract public keys (#2009) | Harsh Shandilya | |
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
2022-07-13 | Fix PGPainless backend key handling (#2000) | Harsh Shandilya | |
2022-06-14 | Reimplement PGPainless encryption logic (#1955) | Harsh Shandilya | |
* crypto-pgpainless: reimplement encryption logic * crypto-pgpainless: add an explicit error type for empty keyset | |||
2022-06-04 | Miscellaneous cleanups (#1934) | Harsh Shandilya | |
* build-logic: cleanups * coroutine-utils-testing: cleanups * coroutine-utils: cleanups * crypto-common: cleanups * crypto-pgpainless: cleanups * format-common: cleanups | |||
2022-04-27 | crypto-pgpainless: prepare for error handling (#1877) | Harsh Shandilya | |
2022-04-25 | all: reformat with ktfmt 0.36 | Harsh Shandilya | |
2022-04-24 | Reorganize crypto-common code and fix a couple minor bugs (#1868) | Harsh Shandilya | |
2022-03-23 | fix: ignore `CancellationException` in suspend functions (#1794) | Aditya Wasan | |
* fix: ignore `CancellationException` in suspend functions Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * build(coroutine-utils): use `api` instead of `implementation` Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-02-21 | Add failing test for multiple identities (#1741) | Harsh Shandilya | |
2022-01-18 | Parameterize key and key identifier types for KeyManager (#1669) | Harsh Shandilya | |
2022-01-09 | Make CryptoHandler use Key as the abstraction layer (#1651) | Harsh Shandilya | |
2022-01-09 | Refactor and simplify KeyManager API (#1650) | Harsh Shandilya | |
2021-10-23 | Switch new PGP backend to use PGPainless (#1522) | Harsh Shandilya | |
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com> |