aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2018-03-20 10:13:14 +0000
committerWerner Koch <[email protected]>2018-03-20 10:13:14 +0000
commit44f9e80ea99733f373d75c3632273f763e6f5853 (patch)
treeb3a504019e761a7624908058a0987eab01bf4505 /doc
parentjson: Add framework for the gpgme-json tool (diff)
parentcore: Do not clobber R_KEY in gpgme_get_key on error. (diff)
downloadgpgme-44f9e80ea99733f373d75c3632273f763e6f5853.tar.gz
gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.zip
Merge branch 'master' into json-tool
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgme.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index cd7bb4ba..37cf16ac 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -4811,6 +4811,12 @@ The number of keys not imported.
@item gpgme_import_status_t imports
A list of gpgme_import_status_t objects which contain more information
about the keys for which an import was attempted.
+
+@item int skipped_v3_keys
+For security reasons modern versions of GnuPG do not anymore support
+v3 keys (created with PGP 2.x) and ignores them on import. This
+counter provides the number of such skipped v3 keys.
+
@end table
@end deftp