]> git.eshelyaron.com Git - emacs.git/commitdiff
Document insecure elisp password caching is not usable with GnuPG 2.0.
authorDaiki Ueno <ueno@gnu.org>
Mon, 28 Oct 2013 08:04:48 +0000 (17:04 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 28 Oct 2013 08:04:48 +0000 (17:04 +0900)
lisp/ChangeLog
lisp/epa-file.el

index 6f0eed1897bb88984a7c9c35863a54ac27219457..aac29e86ad67a720d8306f395107861e83db3e37 100644 (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):
index 5de768b426e363fffcfb305aa9ae1df71a8550ed..e3a91ac7c2511bf2e8e7503af5d4a2b1bba80e42 100644 (file)
   "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)