gpgme/tests
Ingo Klöcker d35d44efaf core: Allow setting import filters when importing keys
* src/context.h (struct gpgme_context): New field import_filter.
* src/engine-backend.h (struct engine_ops): Add arg import_filter to
field 'import'.
* src/engine-gpg.c (gpg_import): Add arg import_filter and pass option
--import-filter with argument value to gpg. Adjust all callers.
* src/engine-gpgsm.c (gpgsm_import): Add dummy arg import_filter.
* src/gpgme.c (gpgme_release): Free 'import_filter'.
(gpgme_set_ctx_flag, gpgme_get_ctx_flag): New flag "import-filter".

* tests/run-import.c (main): Add option --import-filter.
--

This makes the --import-filter option available in the GPGME API for
key imports.

GnuPG-bug-id: 5739
2021-12-14 15:44:37 +01:00
..
gpg core: Allow specifiying a key origin when importing keys 2021-12-13 16:52:23 +01:00
gpgsm tests: Add ECC key generation for tests/gpgsm. 2020-03-27 19:50:24 +09:00
json tests: Fix gcc incompatibility 2020-10-03 19:54:00 +02:00
opassuan core: Fully implement the inquire callback for assuan_transact 2020-09-09 12:13:20 +02:00
.gitignore .gitignore: flesh out rules and add subdirectory-.gitignores. 2012-04-20 16:05:11 +02:00
ChangeLog-2011 Spelling fixes for comments and doc 2017-12-08 05:59:11 +01:00
Makefile.am tests: Silence libtool warning on Windows. 2021-11-25 11:43:33 +01:00
run-decrypt.c core: New data flags "io-buffer-size" and "sensitive". 2021-06-14 19:51:28 +02:00
run-encrypt.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-export.c core: New export mode to export as OpenSSH public key. 2020-07-16 12:00:46 +02:00
run-genkey.c core: New function gpgme_op_setexpire. 2020-08-04 16:51:56 +02:00
run-identify.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-import.c core: Allow setting import filters when importing keys 2021-12-14 15:44:37 +01:00
run-keylist.c tests: Improve the output of the run-keylist helper. 2021-05-28 18:31:43 +02:00
run-keysign.c core: New flag GPGME_KEYSIGN_FORCE. 2021-03-11 11:49:07 +01:00
run-sign.c core: New context flags "include-key-block" and "auto-key-import". 2020-03-17 17:24:21 +01:00
run-support.h Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-swdb.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-threaded.c core: Allow for older compilers. 2021-05-12 08:50:04 +02:00
run-tofu.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
run-verify.c core: Allow for older compilers. 2021-05-12 08:50:04 +02:00
start-stop-agent build: Fix make distcheck problem. 2021-08-27 14:13:36 +02:00
t-data-1.txt 2001-10-16 Marcus Brinkmann <marcus@g10code.de> 2001-10-17 19:17:46 +00:00
t-data-2.txt 2001-10-16 Marcus Brinkmann <marcus@g10code.de> 2001-10-17 19:17:46 +00:00
t-data.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00
t-engine-info.c core: Support all components with dirinfo() 2021-12-10 12:04:05 +01:00
t-version.c Add SPDX identifiers to most source files 2018-11-16 13:27:33 +01:00