aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 692c28a7210..7bd3a4cac4f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1502,6 +1502,15 @@ supported by the upstream project.
1502To adapt to the change, you may need to set 'epa-pinentry-mode' to the 1502To adapt to the change, you may need to set 'epa-pinentry-mode' to the
1503symbol 'loopback'. 1503symbol 'loopback'.
1504 1504
1505Note that previously, it was said that passphrase input through
1506minibuffer would be much less secure than other graphical pinentry
1507programs. However, these days the difference is insignificant: the
1508'read-password' function sufficiently protects input from leakage to
1509message logs. Emacs still doesn't use secure memory to protect
1510passphrases, but it was also removed from other pinentry programs as
1511the attack is unrealistic on modern computer systems which don't
1512utilize swap memory usually.
1513
1505 1514
1506* Lisp Changes in Emacs 26.1 1515* Lisp Changes in Emacs 26.1
1507 1516