From ad62d9510e9c28596872f53b263b96ca7210dcbe Mon Sep 17 00:00:00 2001 From: JinWang An Date: Wed, 1 Dec 2021 16:54:34 +0900 Subject: Imported Upstream version 1.5.1 --- doc/gpgme.info-1 | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'doc/gpgme.info-1') diff --git a/doc/gpgme.info-1 b/doc/gpgme.info-1 index 9ce1bc9..bdfd347 100644 --- a/doc/gpgme.info-1 +++ b/doc/gpgme.info-1 @@ -22,8 +22,8 @@ General Public License for more details. This file documents the GPGME library. - This is Edition 1.5.0, last updated 8 May 2014, of `The `GnuPG Made -Easy' Reference Manual', for Version 1.5.0. + This is Edition 1.5.1, last updated 30 July 2014, of `The `GnuPG +Made Easy' Reference Manual', for Version 1.5.1. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2012, 2013, 2014 g10 Code GmbH. @@ -45,8 +45,8 @@ File: gpgme.info, Node: Top, Next: Introduction, Up: (dir) Main Menu ********* -This is Edition 1.5.0, last updated 8 May 2014, of `The `GnuPG Made -Easy' Reference Manual', for Version 1.5.0 of the GPGME library. +This is Edition 1.5.1, last updated 30 July 2014, of `The `GnuPG Made +Easy' Reference Manual', for Version 1.5.1 of the GPGME library. * Menu: @@ -2348,6 +2348,14 @@ File: gpgme.info, Node: Key Listing Mode, Next: Passphrase Callback, Prev: In in the listed keys. This only works if `GPGME_KEYLIST_MODE_SIGS' is also enabled. + `GPGME_KEYLIST_MODE_WITH_SECRET' + The `GPGME_KEYLIST_MODE_WITH_SECRET' returns information about + the presence of a corresponding secret key in a public key + listing. A public key listing with this mode is slower than + a standard listing but can be used instead of a second run to + list the secret keys. This is only supported for GnuPG + versions >= 2.1. + `GPGME_KEYLIST_MODE_EPHEMERAL' The `GPGME_KEYLIST_MODE_EPHEMERAL' symbol specifies that keys flagged as ephemeral are included in the listing. @@ -2586,6 +2594,8 @@ how such keys can be selected and manipulated. This is true if the subkey is a secret key. Note that it will be false if the key is actually a stub key; i.e. a secret key operation is currently not possible (offline-key). + This is only set if a listing of secret keys has been + requested or if `GPGME_KEYLIST_MODE_WITH_SECRET' is active. `gpgme_pubkey_algo_t pubkey_algo' This is the public key algorithm supported by this subkey. @@ -2771,7 +2781,9 @@ how such keys can be selected and manipulated. `unsigned int secret : 1' This is true if the key is a secret key. Note, that this will always be true even if the corresponding subkey flag may - be false (offline/stub keys). + be false (offline/stub keys). This is only set if a listing + of secret keys has been requested or if + `GPGME_KEYLIST_MODE_WITH_SECRET' is active. `gpgme_protocol_t protocol' This is the protocol supported by this key. -- cgit v1.2.3