mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New options --recipient-file and --hidden-recipient-file.
* g10/gpg.c (oRecipientFile, oHiddenRecipientFile): New. (opts): Add options --recipient-file and --hidden-recipient-file. (main): Implement them. Also remove duplicate code from similar options. * g10/keydb.h (PK_LIST_FROM_FILE): New. (PK_LIST_SHIFT): Bump up. * g10/pkclist.c (expand_group): Take care of PK_LIST_FROM_FILE. (find_and_check_key): Add and implement arg FROM_FILE. (build_pk_list): Pass new value for new arg. * g10/getkey.c (get_pubkey_fromfile): New. * g10/gpgv.c (read_key_from_file): New stub. * g10/test-stubs.c (read_key_from_file): New stub. * g10/server.c (cmd_recipient): Add flag --file. * g10/import.c (read_key_from_file): New. * tests/openpgp/defs.scm (key-file1): New. (key-file2): New. * tests/openpgp/setup.scm: Add their private keys and import the key-file1. * tests/openpgp/encrypt.scm: Add new test. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
073be51a86
commit
a479804c86
13 changed files with 330 additions and 82 deletions
|
@ -35,6 +35,9 @@
|
|||
;; first and then search for the encryption subkey.)
|
||||
(define dsa-usrname2 "0xCB879DE9")
|
||||
|
||||
(define key-file1 "samplekeys/rsa-rsa-sample-1.asc")
|
||||
(define key-file2 "samplekeys/ed25519-cv25519-sample-1.asc")
|
||||
|
||||
(define plain-files '("plain-1" "plain-2" "plain-3"))
|
||||
(define data-files '("data-500" "data-9000" "data-32000" "data-80000"))
|
||||
(define exp-files '())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue