diff options
| -rw-r--r-- | doc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/gpgme.texi | 4 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/doc/ChangeLog b/doc/ChangeLog index de228794..30d81ed4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-14  Werner Koch  <[email protected]> + +	* gpgme.texi (Information About Keys): Changed GPGME_ATTR_TYPE. +  2002-07-25  Marcus Brinkmann  <[email protected]>  	* gpgme.texi (Deleting Keys): Say that secret keys might not be diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 36ae4d55..a408f8ff 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -1653,7 +1653,9 @@ otherwise.  This is the trust level of a trust item.  @item GPGME_ATTR_TYPE -This is the type of a trust item. +This returns information about the type of key.  For the string function +this will eother be "PGP" or "X.509".  The integer function returns 0 +for PGP and 1 for X.509.  It is also used for the type of a trust item.  @item GPGME_ATTR_IS_SECRET  This specifies if the key is a secret key.  It is representable as a | 
