index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypt.c
Age
Commit message (
Expand
)
Author
2024-04-13
Add $smime_pkcs7_default_smime_type config option.
Kevin McCarthy
2021-09-24
Assert mutt_decode_attachment() doesn't modify body fields.
Kevin McCarthy
2021-07-17
Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.
Kevin McCarthy
2021-07-01
Filter out group delimiters for encrypt keylist generation.
Kevin McCarthy
2021-02-18
Update gettext to version 0.21.
Kevin McCarthy
2020-06-04
Add other headers to written Protected Headers.
Kevin McCarthy
2020-06-03
Move protected-headers parameter cleanup out to send.c cleanup.
Kevin McCarthy
2020-02-29
Change send_menus to set sctx instead of globals.
Kevin McCarthy
2020-02-29
Change mutt_protect() to use sctx signas values.
Kevin McCarthy
2019-12-21
Add protected-headers="v1" to Content-Type when protecting headers
Marek Marczykowski-Górecki
2019-09-25
Convert crypt_extract_keys and signed handler to use buffers.
Kevin McCarthy
2019-08-08
Enabled writing protected subject with autocrypt too.
Kevin McCarthy
2019-08-03
Handle autocrypt message decryption.
Kevin McCarthy
2019-08-03
Autocrypt outgoing emails.
Kevin McCarthy
2019-06-28
Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.
Kevin McCarthy
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-12-31
Remove dead code.
Kevin McCarthy
2018-12-29
Respect ignore for the protected subject display.
Kevin McCarthy
2018-12-29
Color protected subject as a header in the pager.
Kevin McCarthy
2018-12-25
Finish protected header write support.
Kevin McCarthy
2018-12-25
Add config and data structure for protected header write support.
Kevin McCarthy
2018-12-17
Add protected header received email support.
Kevin McCarthy
2018-12-04
Nuke trailing white space from the crypt-* files.
Werner Koch
2018-06-01
Correct spelling mistakes.
Edward Betts
2018-03-13
Improve the error message when a signature is missing.
Kevin McCarthy
2018-01-11
Create pgp and s/mime default and sign_as key vars. (see #3983)
Kevin McCarthy
2017-09-04
Add warning about using inline pgp with format=flowed. (closes #3963)
Kevin McCarthy
2017-05-29
Add self-encrypt options for PGP and S/MIME.
Kevin McCarthy
2016-08-22
Remove the $locale configuration variable.
Kevin McCarthy
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-10
Fix mutt_protect() when INLINE is set. (closes #3828)
Kevin McCarthy
2016-01-01
Convert copyright years to all use 4 digit years.
Kevin McCarthy
2015-12-03
Provide a better prompt and error for inline PGP with attachments. (closes #...
Kevin McCarthy
2015-12-01
Loosen mutt_signed_handler() protocol value consistency check. (closes #3639)
Kevin McCarthy
2015-07-26
Handle malformed ms-exchange pgp-encrypted block. (closes #3742)
Kevin McCarthy
2015-03-30
Add a security bit to the message for oppenc mode.
Kevin McCarthy
2015-03-30
Add the crypt_opportunistic_encrypt option and calls.
Kevin McCarthy
2015-03-30
Implement crypt_opportunistic_encrypt().
Kevin McCarthy
2015-03-30
Pull is_numerical_keyid() into crypt.c.
Kevin McCarthy
2015-03-30
Introduce an oppenc_mode parameter
Kevin McCarthy
2015-03-30
Refactor the address list generation out of the find_keys routines.
Kevin McCarthy
2015-02-11
Allow fingerprint user input for key selection. (see #3695)
Eike Rathke
2012-07-08
Fix some spelling errors (closes #3493)
Antonio Radici
2009-06-21
Pass buffer size to mutt_mktemp()
Rocco Rutte
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2009-01-04
Update copyrights. Closes #3016.
Brendan Cully
2008-12-16
Remove unused #include directives
Erik Hovland
2007-02-24
PKA signature verification via GPGME, controlled by $crypt_use_pka.
Moritz Schulte
[next]