aboutsummaryrefslogtreecommitdiff
path: root/crypto/pgpainless/src/main
AgeCommit message (Collapse)Author
2024-09-28Reapply "refactor: use `Closeable#use` extension where applicable"Harsh Shandilya
This reverts commit 04f4b9804f10e4724bac22d40bf01711ff708533.
2024-09-26Revert "refactor: use `Closeable#use` extension where applicable"Harsh Shandilya
This reverts commit 69513bf24613d4ba540bcdeaffe04dc9330a65a4.
2024-09-22refactor: use `Closeable#use` extension where applicableHarsh Shandilya
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
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-08-10refactor: un-flatten module structureHarsh Shandilya