aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/gpg/gpgbin
Commit message (Expand)AuthorAgeFilesLines
* gpg: use export-minimal when attaching public keyRobin Jarry2024-03-101-1/+2
* log: move package to libRobin Jarry2024-02-141-1/+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-042-2/+2
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-045-12/+36
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-31/+2
* 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: do not mask errorsRobin Jarry2022-05-101-1/+1
* pgp: add attach key commandTim Culverhouse2022-05-061-1/+22
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-0/+10
* pgp: fix crash on gpg decrypt failTim Culverhouse2022-05-041-0/+1
* pgp: check for signing key before signing timeTim Culverhouse2022-05-042-0/+36
* feat: add gpg integrationTim Culverhouse2022-04-276-0/+415