summaryrefslogtreecommitdiffstats
path: root/crypt.c
AgeCommit message (Expand)Author
2018-06-01Correct spelling mistakes.Edward Betts
2018-03-13Improve the error message when a signature is missing.Kevin McCarthy
2018-01-11Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy
2017-09-04Add warning about using inline pgp with format=flowed. (closes #3963)Kevin McCarthy
2017-05-29Add self-encrypt options for PGP and S/MIME.Kevin McCarthy
2016-08-22Remove the $locale configuration variable.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-10Fix mutt_protect() when INLINE is set. (closes #3828)Kevin McCarthy
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2015-12-03Provide a better prompt and error for inline PGP with attachments. (closes #...Kevin McCarthy
2015-12-01Loosen mutt_signed_handler() protocol value consistency check. (closes #3639)Kevin McCarthy
2015-07-26Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy
2015-03-30Add a security bit to the message for oppenc mode.Kevin McCarthy
2015-03-30Add the crypt_opportunistic_encrypt option and calls.Kevin McCarthy
2015-03-30Implement crypt_opportunistic_encrypt().Kevin McCarthy
2015-03-30Pull is_numerical_keyid() into crypt.c.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
2015-02-11Allow fingerprint user input for key selection. (see #3695)Eike Rathke
2012-07-08Fix some spelling errors (closes #3493)Antonio Radici
2009-06-21Pass buffer size to mutt_mktemp()Rocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-16Remove unused #include directivesErik Hovland
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-06-08Fix #2272.Thomas Roessler
2005-12-16Use ascii_str* instead of mutt_str* in several places where it's needed.Recai Oktas
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
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-11Add error results to mutt_body_handlers, and check them when doingBrendan Cully
2005-06-24Remove a warning about unused variable 'now' in crypt_valid_passphraseSébastien Hinderer
2005-03-05The attached patch fixes a segfault I observed today: mutt failed toChristoph Ludwig
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-06-17This is the sequel to the crypto modularization changes I did onMoritz Schulte
2004-04-13Rename pgp_mime_ask to pgp_mime_auto; change the default; change theDavid Shaw
2004-04-12See: http://does-not-exist.org/mail-archives/mutt-dev/msg00843.htmlDale Woolridge
2004-01-12Retainable PGP signatures were broken badly. #1757.Thomas Roessler
2003-12-30Handle partially signed messages more reasonably. See #1743.Thomas Roessler
2003-12-17pkcs7-signature wasn't recognized properly in one more place.Scott Koranda
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-05-13Fix gpg-agent use.Dale Woolridge
2003-03-07Don't use functions without importing the corresponding prototype.Thomas Roessler
2003-02-25I should test-compile things before committing. Stupid typo.Thomas Roessler
2003-02-25Fix #1486; noted by Jeroen Coekaerts <jeroen@coekaerts.be>.Thomas Roessler
2003-01-30Introduce $pgp_auto_traditional.David Shaw
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2002-12-18Rename crypt.h to mutt_crypt.h.Thomas Roessler
2002-12-11Call endwin() before calling PGP for traditional encryption.Thomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler