diff options
| author | Ulrich Müller | 2023-11-17 12:16:54 +0100 |
|---|---|---|
| committer | Ulrich Müller | 2023-11-25 11:53:25 +0100 |
| commit | e736a1b5a2aa2dd8dbaba32a408db70822fe434f (patch) | |
| tree | 45d1ee7a094bcdec1b786b16e585c66d7fe1265e /doc/misc | |
| parent | 9656fe03585077370b18c7ece2407e55df24a5fa (diff) | |
| download | emacs-e736a1b5a2aa2dd8dbaba32a408db70822fe434f.tar.gz emacs-e736a1b5a2aa2dd8dbaba32a408db70822fe434f.zip | |
Don't enable pinentry loopback mode for gpgsm
* lisp/epg.el (epg--start): Passphrase entry through the
minibuffer is currently not supported with gpgsm, therefore don't
pass "--pinentry-mode loopback" as an argument when the protocol
is CMS. (Bug#67012)
* doc/misc/epa.texi (GnuPG Pinentry): Document it.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/epa.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 917fd588593..1aeaef8990f 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -640,6 +640,9 @@ Customize variable @code{epg-pinentry-mode} to @code{loopback} in | |||
| 640 | Emacs. | 640 | Emacs. |
| 641 | @end enumerate | 641 | @end enumerate |
| 642 | 642 | ||
| 643 | Note that loopback Pinentry does not work with @command{gpgsm}, | ||
| 644 | therefore EasyPG will ignore this setting for it. | ||
| 645 | |||
| 643 | There are other options available to use Emacs as Pinentry, you might | 646 | There are other options available to use Emacs as Pinentry, you might |
| 644 | come across a Pinentry called @command{pinentry-emacs} or | 647 | come across a Pinentry called @command{pinentry-emacs} or |
| 645 | @command{gpg-agent} option @code{allow-emacs-pinentry}. However, | 648 | @command{gpg-agent} option @code{allow-emacs-pinentry}. However, |