summaryrefslogtreecommitdiffstats
path: root/crypt-gpgme.c
AgeCommit message (Expand)Author
2022-11-03Add a check for key->uids in create_recipient_set.Kevin McCarthy
2022-11-01Fix public key block listing for old versions of gpgme.Kevin McCarthy
2022-11-01Fix gpgme crash when listing keys in a public key block.Kevin McCarthy
2022-05-27Fix $pgp_sort_keys sorting.Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2021-09-25Remove unneeded type save/restores around mutt_decode_attachment().Kevin McCarthy
2021-07-17Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy
2021-07-07Add a help choice '?' to the yes or no prompt for quadoptions.Kevin McCarthy
2021-06-13Merge branch 'stable'Kevin McCarthy
2021-06-13Fix getkeybyaddr() debug output.Kevin McCarthy
2021-06-13Directly add full mailbox to GPG search hints.Kevin McCarthy
2021-02-18Update gettext to version 0.21.Kevin McCarthy
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