summaryrefslogtreecommitdiffstats
path: root/src/crypto.cc
AgeCommit message (Expand)Author
2019-07-17crypto: always trust defined in setup on gmime2Gaute Hope
2019-07-14fix encryption error with gmime3max.mehl
2018-07-01w2: cryptoGaute Hope
2018-05-24allow gpg to be disabled (mitigation to #499)Gaute Hope
2018-05-11crypto: Remove the gpg throw-keyid - can be configured through gpgPhilippe Le Brouster
2017-11-03crypto: fix #427: only enable throw_keyids for gmime 3Gaute Hope
2017-10-29crypto: always throw key-ids (gmime3 only) (fix #313).Gaute Hope
2017-09-21mt, crypto: provide decrypted GMimeMessageGaute Hope
2017-09-19gmime3: compatability layer towards GMime 2Gaute Hope
2017-09-19gmime3: Use new GMIME 3 APIGaute Hope
2017-09-18crypto, utils: use Glib::Checksum and create refcounted Bytes for md5 checksum.Gaute Hope
2017-09-18crypto: use Glib::Checksum for md5 calculationGaute Hope
2017-02-21tv, em, cr: clear mthread from tv, and dont try to unref probably struct memb...Gaute Hope
2017-02-21crypto: make sure to unref all crypto objectsGaute Hope
2016-12-07gpg: unref gpg contextGaute Hope
2016-09-03crypto: a few missing unref'sGaute Hope
2016-08-22log: remove log and use Boost::LogGaute Hope
2016-07-20crypto: auto_key_retrieve needs to be set in gpg.confGaute Hope
2016-07-20crypto: add tests (for non passwd stuff)Gaute Hope
2016-07-19crypto: inline pgp planGaute Hope
2016-07-19em, crypto: show encryption and signing errorsGaute Hope
2016-07-19crypto, tv: show decrypt failureGaute Hope
2016-07-19crypto: show signature error and trust levelGaute Hope
2016-07-19crypto: encrypt to CC and BCC and remove duplicatesGaute Hope
2016-07-19crypto: make always_trust configurable (default: true)Gaute Hope
2016-07-19crypto: always trust keysGaute Hope
2016-07-19crypto, tv: show more encryption informationGaute Hope
2016-07-19crypto: make auto_key_retrieve configurableGaute Hope
2016-07-19crypto: show decrytpion errorGaute Hope
2016-07-19tv, crypto: show signature listGaute Hope
2016-07-19crypt: pass on signed/encrypted to kidsGaute Hope
2016-07-19crypto, chunk: support only signed messagesGaute Hope
2016-07-19WIP: encryption worksGaute Hope
2016-06-01ti: vary tag color based on md5 hashingGaute Hope
2016-01-29Refactor config access:Franz Fellner
2016-01-16remove "using namespace" from headers. Also start cleaning up includes.Franz Fellner
2015-12-17crypto/gravatar: use gmime to generate md5 hash, drop openssl dependencyGaute Hope
2015-12-16crypto: configurable gpg pathGaute Hope
2015-12-16crypto: wip: decrypting pgp/mime worksGaute Hope