summaryrefslogtreecommitdiffstats
path: root/cryptglue.c
AgeCommit message (Expand)Author
2020-03-31Create crypt glue cleanup method.Kevin McCarthy
2020-02-29Change send_menus to set sctx instead of globals.Kevin McCarthy
2019-10-20Remove make_key_attachment parameter.Kevin McCarthy
2019-09-25Convert crypt_extract_keys and signed handler to use buffers.Kevin McCarthy
2019-08-04Don't try to decrypt autocrypt messages if the option is off.Kevin McCarthy
2019-08-03Handle autocrypt message decryption.Kevin McCarthy
2019-08-03Autocrypt outgoing emails.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-04Nuke trailing white space from the crypt-* files.Werner Koch
2017-12-30Disable message security if the backend is not available.Kevin McCarthy
2017-08-10Fix attachment check_traditional and extract_keys operations. (see #3728)Kevin McCarthy
2017-03-26Remove redraw parameter from crypt send_menus.Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-03-30Introduce an oppenc_mode parameterKevin McCarthy
2015-03-30Refactor the address list generation out of the find_keys routines.Kevin McCarthy
2007-04-04Fix typos in CRYPT_BACKEND #ifs.Christoph Berg
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-06-13typoRené Clerc
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-14Fix some S/MIME spelling inconsistencies.Bernd Ahlers
2005-08-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2005-01-28gpgme integration. See documentation for $crypt_use_gpgme,Werner Koch
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
2003-01-21Fix a typo which broke pgp-extract-traditional.Thomas Roessler
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch