aboutsummaryrefslogtreecommitdiff
path: root/crypto/pgpainless/src
AgeCommit message (Collapse)Author
2024-08-14chore: add missing copyright headers and update existing onesHarsh Shandilya
2024-07-30fix null pointer exception when using public only keys (#3143) (#3144)Greg Renda
Co-authored-by: Greg Renda <greg@renda.org>
2024-05-28chore: reformat with trailing commas changesHarsh Shandilya
2024-05-27feat(pgpainless): add detection for passphrase-less messages (#3069)Harsh Shandilya
* WIP: feat(pgpainless): add detection for passphrase-less messages * refactor: test keys instead of the message This makes more logical sense
2024-05-25fix(pgpainless): remove incorrect checkHarsh Shandilya
I don't believe this ever made sense to check in the decryption phase
2024-04-14fix: special-case AEAD failureHarsh Shandilya
Fixes #2974 Fixes #2963 Fixes #2921 Fixes #2924 Fixes #2653 Fixes #2461 Fixes #2586 Fixes #2179
2024-03-17fix(deps): update kotlinresult to v1.1.21 (#2958)renovate[bot]
* fix(deps): update kotlinresult to v1.1.21 * refactor: fix deprecation warnings --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-12-27Revert "fix: check if passphrase is necessary before asking for it"Harsh Shandilya
Didn't fix the issue. This reverts commit d8f76b33e9ea74eb567a115dd63559f6b27b2fce.
2023-12-25fix: check if passphrase is necessary before asking for itHarsh Shandilya
Updates #2836
2023-09-28refactor: use `runSuspendCatching` from `kotlin-result`Harsh Shandilya
2023-09-19fix(deps): update dependency com.facebook:ktfmt to v0.46 (#2689)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-18fix(deps): update dependency com.facebook:ktfmt to v0.45 (#2687)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-08-10refactor: un-flatten module structureHarsh Shandilya