diff options
author | Werner Koch <[email protected]> | 2005-12-06 16:30:21 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-12-06 16:30:21 +0000 |
commit | a1e484f9eac9dfc8e29fdd4955bf8b422ae52061 (patch) | |
tree | 2cc2924c13c40f3107e453fb2f39bdb08591514e /doc/gpgme.texi | |
parent | 2005-11-27 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-a1e484f9eac9dfc8e29fdd4955bf8b422ae52061.tar.gz gpgme-a1e484f9eac9dfc8e29fdd4955bf8b422ae52061.zip |
* Fixed a bug in that the fingerprints of subkeys are not available.
* Clarified usage of the SECRET flag in key listings. It is now
reset for stub keys.
Diffstat (limited to '')
-rw-r--r-- | doc/gpgme.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 2bb436c5..351f1dc7 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2385,7 +2385,9 @@ This is true if the subkey can be used for qualified signatures according to local government regulations. @item unsigned int secret : 1 -This is true if the subkey is a secret key. +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). @item gpgme_pubkey_algo_t pubkey_algo This is the public key algorithm supported by this subkey. @@ -2398,7 +2400,7 @@ This is the key ID of the subkey in hexadecimal digits. @item char *fpr This is the fingerprint of the subkey in hexadecimal digits, if -available. This is usually only available for the primary key. +available. @item long int timestamp This is the creation timestamp of the subkey. This is -1 if the @@ -2566,7 +2568,9 @@ This is true if the key can be used for qualified signatures according to local government regulations. @item unsigned int secret : 1 -This is true if the key is a secret key. +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). @item gpgme_protocol_t protocol This is the protocol supported by this key. |