summaryrefslogtreecommitdiffstats
path: root/crypt.c (follow)
Commit message (Expand)AuthorAgeLines
* Assert mutt_decode_attachment() doesn't modify body fields.Kevin McCarthy2021-09-24-1/+1
* Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.Kevin McCarthy2021-07-17-1/+1
* Filter out group delimiters for encrypt keylist generation.Kevin McCarthy2021-07-01-0/+1
* Update gettext to version 0.21.Kevin McCarthy2021-02-18-2/+0
* Add other headers to written Protected Headers.Kevin McCarthy2020-06-04-3/+19
* Move protected-headers parameter cleanup out to send.c cleanup.Kevin McCarthy2020-06-03-4/+4
* Change send_menus to set sctx instead of globals.Kevin McCarthy2020-02-29-2/+2
* Change mutt_protect() to use sctx signas values.Kevin McCarthy2020-02-29-14/+50
* Add protected-headers="v1" to Content-Type when protecting headersMarek Marczykowski-Górecki2019-12-21-0/+4
* Convert crypt_extract_keys and signed handler to use buffers.Kevin McCarthy2019-09-25-16/+23
* Enabled writing protected subject with autocrypt too.Kevin McCarthy2019-08-08-1/+1
* Handle autocrypt message decryption.Kevin McCarthy2019-08-03-0/+4
* Autocrypt outgoing emails.Kevin McCarthy2019-08-03-26/+72
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-2/+2
* Clean up formatting.Kevin McCarthy2019-01-04-4/+4
* Clean up code indentation.Kevin McCarthy2019-01-04-45/+44
* Remove trailing whitespace.Kevin McCarthy2018-12-31-2/+0
* Remove dead code.Kevin McCarthy2018-12-31-4/+0
* Respect ignore for the protected subject display.Kevin McCarthy2018-12-29-0/+5
* Color protected subject as a header in the pager.Kevin McCarthy2018-12-29-0/+1
* Finish protected header write support.Kevin McCarthy2018-12-25-0/+11
* Add config and data structure for protected header write support.Kevin McCarthy2018-12-25-7/+25
* Add protected header received email support.Kevin McCarthy2018-12-17-0/+17
* Nuke trailing white space from the crypt-* files.Werner Koch2018-12-04-48/+48
* Correct spelling mistakes.Edward Betts2018-06-01-1/+1
* Improve the error message when a signature is missing.Kevin McCarthy2018-03-13-1/+2
* Create pgp and s/mime default and sign_as key vars. (see #3983)Kevin McCarthy2018-01-11-2/+2
* Add warning about using inline pgp with format=flowed. (closes #3963)Kevin McCarthy2017-09-04-0/+10
* Add self-encrypt options for PGP and S/MIME.Kevin McCarthy2017-05-29-0/+13
* Remove the $locale configuration variable.Kevin McCarthy2016-08-22-2/+0
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-11/+11
* Fix mutt_protect() when INLINE is set. (closes #3828)Kevin McCarthy2016-04-10-0/+3
* Convert copyright years to all use 4 digit years.Kevin McCarthy2016-01-01-4/+4
* Provide a better prompt and error for inline PGP with attachments. (closes #...Kevin McCarthy2015-12-03-10/+23
* Loosen mutt_signed_handler() protocol value consistency check. (closes #3639)Kevin McCarthy2015-12-01-43/+36
* Handle malformed ms-exchange pgp-encrypted block. (closes #3742)Kevin McCarthy2015-07-26-1/+63
* Add a security bit to the message for oppenc mode.Kevin McCarthy2015-03-30-2/+1
* Add the crypt_opportunistic_encrypt option and calls.Kevin McCarthy2015-03-30-0/+3
* Implement crypt_opportunistic_encrypt().Kevin McCarthy2015-03-30-4/+30
* Pull is_numerical_keyid() into crypt.c.Kevin McCarthy2015-03-30-0/+22
* Introduce an oppenc_mode parameterKevin McCarthy2015-03-30-2/+2
* Refactor the address list generation out of the find_keys routines.Kevin McCarthy2015-03-30-4/+21
* Allow fingerprint user input for key selection. (see #3695)Eike Rathke2015-02-11-0/+80
* Fix some spelling errors (closes #3493)Antonio Radici2012-07-08-1/+1
* Pass buffer size to mutt_mktemp()Rocco Rutte2009-06-21-2/+2
* Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte2009-03-15-3/+3
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Remove unused #include directivesErik Hovland2008-12-16-1/+0
* PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte2007-02-24-0/+12
* Fix #2272.Thomas Roessler2006-06-08-1/+1