diff options
| author | Aleksandr Vityazev | 2024-02-15 22:51:24 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-02-17 11:27:09 +0200 |
| commit | 6477be93bd8a29cba8ce383f9ea3fba23c45f225 (patch) | |
| tree | 06d2f72ce65cc41ccabb70bda4491ce762a90ca8 /doc | |
| parent | 84e4f1259b54442f52183c1ccee72a417e0a2658 (diff) | |
| download | emacs-6477be93bd8a29cba8ce383f9ea3fba23c45f225.tar.gz emacs-6477be93bd8a29cba8ce383f9ea3fba23c45f225.zip | |
Make key selection method configurable in EPA.
* lisp/epa.el (epa-keys-select-method): New defcustom.
(epa--select-keys-in-minibuffer): New function.
(epa-select-keys): Use new option and function.
* etc/NEWS: Announce it.
* doc/misc/epa.texi (Key Management): Document it.
(Bug#69133)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/epa.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/misc/epa.texi b/doc/misc/epa.texi index 27a9e2b0ebb..cd6da1dadba 100644 --- a/doc/misc/epa.texi +++ b/doc/misc/epa.texi | |||
| @@ -289,6 +289,13 @@ also ask you whether or not to sign the text before encryption and if | |||
| 289 | you answered yes, it will let you select the signing keys. | 289 | you answered yes, it will let you select the signing keys. |
| 290 | @end deffn | 290 | @end deffn |
| 291 | 291 | ||
| 292 | You can change the default method that is used to select keys with the | ||
| 293 | variable @code{epa-file-select-keys}. | ||
| 294 | |||
| 295 | @defvar epa-keys-select-method | ||
| 296 | Method used to select keys in @code{epa-select-keys}. | ||
| 297 | @end defvar | ||
| 298 | |||
| 292 | @node Cryptographic operations on files | 299 | @node Cryptographic operations on files |
| 293 | @section Cryptographic Operations on Files | 300 | @section Cryptographic Operations on Files |
| 294 | @cindex cryptographic operations on files | 301 | @cindex cryptographic operations on files |