emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp epa-file.el ChangeLog


From: Daiki Ueno
Subject: [Emacs-diffs] emacs/lisp epa-file.el ChangeLog
Date: Sun, 20 Sep 2009 02:01:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Daiki Ueno <ueno>       09/09/20 02:01:14

Modified files:
        lisp           : epa-file.el ChangeLog 

Log message:
        (epa-file-cache-passphrase-for-symmetric-encryption):
        Document that this option is not recommended to use.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/epa-file.el?cvsroot=emacs&r1=1.18&r2=1.19
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16217&r2=1.16218

Patches:
Index: epa-file.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epa-file.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- epa-file.el 18 Apr 2009 04:55:52 -0000      1.18
+++ epa-file.el 20 Sep 2009 02:01:09 -0000      1.19
@@ -25,7 +25,11 @@
 (require 'epa-hook)
 
 (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil
-  "If non-nil, cache passphrase for symmetric encryption."
+  "If non-nil, cache passphrase for symmetric encryption.
+
+For security reasons, this option is turned off by default and
+not recommended to use.  Use public-key encryption with gpg-agent
+instead, which does the same job in a safer way."
   :type 'boolean
   :group 'epa-file)
 

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16217
retrieving revision 1.16218
diff -u -b -r1.16217 -r1.16218
--- ChangeLog   19 Sep 2009 21:22:45 -0000      1.16217
+++ ChangeLog   20 Sep 2009 02:01:09 -0000      1.16218
@@ -1,3 +1,8 @@
+2009-09-20  Daiki Ueno  <address@hidden>
+
+       * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
+       Document that this option is not recommended to use.
+
 2009-09-19  Glenn Morris  <address@hidden>
 
        * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free




reply via email to

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