1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Document insecure elisp password caching is not usable with GnuPG 2.0.

This commit is contained in:
Daiki Ueno 2013-10-28 17:04:48 +09:00
parent 7a4bc7be95
commit ed42a87759
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2013-10-28 Daiki Ueno <ueno@gnu.org>
* epa-file.el
(epa-file-cache-passphrase-for-symmetric-encryption): Document
that this option has no effect with GnuPG 2.0 (bug#15552).
2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
* image.el (defimage):

View File

@ -29,9 +29,11 @@
"If non-nil, cache passphrase for symmetric encryption.
For security reasons, this option is turned off by default and
not recommended to use. Instead, consider using public-key
encryption with gpg-agent which does the same job in a safer
way."
not recommended to use. Instead, consider using gpg-agent which
does the same job in a safer way. See Info node `(epa) Caching
Passphrases' for more information.
Note that this option has no effect if you use GnuPG 2.0."
:type 'boolean
:group 'epa-file)