diff options
author | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-03-20 10:13:14 +0000 |
commit | 44f9e80ea99733f373d75c3632273f763e6f5853 (patch) | |
tree | b3a504019e761a7624908058a0987eab01bf4505 /doc | |
parent | json: Add framework for the gpgme-json tool (diff) | |
parent | core: Do not clobber R_KEY in gpgme_get_key on error. (diff) | |
download | gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.tar.gz gpgme-44f9e80ea99733f373d75c3632273f763e6f5853.zip |
Merge branch 'master' into json-tool
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 6 |
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 |