aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/gpg
Commit message (Expand)AuthorAgeFilesLines
* mod: drop support for go 1.17Robin Jarry2023-04-241-8/+1
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* go: removed io/ioutilMoritz Poldrack2022-08-222-5/+3
* tests: fix errors after lint seriesRobin Jarry2022-08-043-19/+6
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-043-13/+13
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-047-21/+54
* lint: apply new formatting rulesMoritz Poldrack2022-08-012-2/+1
* logging: use level-based logger functionsRobin Jarry2022-07-232-37/+4
* gpg: set a name for the attached pgp signature partRobin Jarry2022-07-181-1/+1
* gpg: fix panic when signing an unparsable messageMoritz Poldrack2022-07-021-1/+5
* gpg: fix error handling during decryptionTim Culverhouse2022-06-281-3/+5
* gpg: don't send messages that failed encryptionTim Culverhouse2022-06-262-1/+7
* gpg: refactor tests for macos compatibilityTim Culverhouse2022-05-253-186/+156
* gpg: do not mask errorsRobin Jarry2022-05-101-1/+1
* gpg: make tests more robustRobin Jarry2022-05-103-24/+27
* pgp: add attach key commandTim Culverhouse2022-05-062-1/+26
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-062-0/+14
* pgp: fix crash on gpg decrypt failTim Culverhouse2022-05-041-0/+1
* pgp: check for signing key before signing timeTim Culverhouse2022-05-043-0/+40
* feat: add gpg integrationTim Culverhouse2022-04-2712-0/+1418