summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
AgeCommit message (Expand)Author
2020-12-22Correct length to use LOFF_T.Kevin McCarthy
2020-07-13Improve GPGME inline processing.Kevin McCarthy
2020-04-09Convert "non-fatal" handler errors to return 1 instead of -1.Kevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2020-03-06Merge branch 'stable'Kevin McCarthy
2020-03-06Fix format string parameters.Kevin McCarthy
2020-02-29Change send_menus to set sctx instead of globals.Kevin McCarthy
2020-01-14Add $crypt_opportunistic_encrypt_strong_keys config var.Kevin McCarthy
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
2019-09-25Convert crypt-gpgme to use BUFFER for tempfiles.Kevin McCarthy
2019-08-07Add ability to create autocrypt account from an existing key.Kevin McCarthy
2019-08-03Handle autocrypt message decryption.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-04-21Handle the same secret key appearing in multiple public keyringsJulian Gilbey
2019-03-05Use gpgme recipient strings for encryption when available.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2018-12-31Remove dead code.Kevin McCarthy
2018-12-21Handle improperly encoded pgp/mime octetstream part.Kevin McCarthy
2018-12-17Add protected header received email support.Kevin McCarthy
2018-12-05Adjust version number comment in gpgme.Kevin McCarthy
2018-12-04Improve the console output for extract-keys and speed up import.Werner Koch
2018-12-04Try to avoid creation of temp. directory for key import.Werner Koch
2018-12-04Always use the gpgme_new wrapper in crypt-gpgme.Werner Koch
2018-12-04Require GPGME version 1.2.0 and drop useless HAVE macros.Werner Koch
2018-12-04Nuke trailing white space from the crypt-* files.Werner Koch
2018-11-18Add L10N comments to several unclear messages.TAKAHASHI Tamotsu
2018-06-18crypt-gpgme: prevent crash on bad S/MIME signaturePhilipp Gesang
2018-03-22Merge branch 'stable'Kevin McCarthy
2018-03-22Fix s/mime non-detached signature handling.Kevin McCarthy
2018-03-15Change mutt_error call in mutt_gpgme_set_sender() to dprint.Kevin McCarthy
2018-01-11Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
2017-06-14Auto-pad translation for the GPGME key selection "verify key" headers.Kevin McCarthy
2017-06-12Make GPGME key selection behavior the same as classic-PGP. (see #3950)Kevin McCarthy
2017-06-01Fix "format string is not a string literal" warnings. (closes #3949)TAKAHASHI Tamotsu
2017-03-26Remove redraw parameter from crypt send_menus.Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2016-12-31Canonicalize line endings for GPGME S/MIME encryption. (closes #3904)Kevin McCarthy
2016-11-26Fix build failure with GPGME 1.8: do not steal the gpgme_ prefix.Vincent Lefevre
2016-10-17merge stableKevin McCarthy
2016-10-17Actually fix gpgme segfault in create_recipient_set().Kevin McCarthy
2016-10-16merge stableKevin McCarthy
2016-10-16Fix gpgme segfault in create_recipient_set().Kevin McCarthy
2016-10-11Fix GPGME signature zero timestamp and locale awareness issues. (closes #3882)TAKAHASHI Tamotsu
2016-10-01Ensure signatures exist when verifying multipart/signed emails. (closes #3881).Kevin McCarthy
2016-09-20Use body color for gpgme output. (closes #3872)Antonio Radici
2016-09-20merge stableKevin McCarthy
2016-09-20Fix gpgme segfault when querying candidates with a '+' in the address. (close...Antonio Radici