emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114829: Document insecure elisp password caching is


From: Daiki Ueno
Subject: [Emacs-diffs] trunk r114829: Document insecure elisp password caching is not usable with GnuPG 2.0.
Date: Mon, 28 Oct 2013 08:09:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114829
revision-id: address@hidden
parent: address@hidden
committer: Daiki Ueno <address@hidden>
branch nick: trunk
timestamp: Mon 2013-10-28 17:04:48 +0900
message:
  Document insecure elisp password caching is not usable with GnuPG 2.0.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/epa-file.el               epafile.el-20091113204419-o5vbwnq5f7feedwu-8554
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-27 23:04:16 +0000
+++ b/lisp/ChangeLog    2013-10-28 08:04:48 +0000
@@ -1,3 +1,9 @@
+2013-10-28  Daiki Ueno  <address@hidden>
+
+       * 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  <address@hidden>
 
        * image.el (defimage):

=== modified file 'lisp/epa-file.el'
--- a/lisp/epa-file.el  2013-01-01 09:11:05 +0000
+++ b/lisp/epa-file.el  2013-10-28 08:04:48 +0000
@@ -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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]