diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/gpgme.texi | 10 | 
2 files changed, 12 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index acc5adae..4d5239fd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-12-06  Werner Koch  <[email protected]> + +	* gpgme.texi (Key Management): Updated to match the fixes for +	subkey fingerprints and theg secret flag. +  2005-10-06  Marcus Brinkmann  <[email protected]>  	* gpgme.texi (Destroying Data Buffers): Document gpgme_free. 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.  | 
