2002-07-25 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Thu, 25 Jul 2002 15:50:46 +0000 (15:50 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Thu, 25 Jul 2002 15:50:46 +0000 (15:50 +0000)
* gpgme.texi (Information About Keys): Document (badly) the new
key attributes.

doc/ChangeLog
doc/gpgme.texi

index b87ace340b43a3721da435bf471abff99caa5344..32132f180b7fd986e9133961fe6106b4930866dd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-25  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi (Information About Keys): Document (badly) the new
+       key attributes.
+
 2002-07-03  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Run Control): Update this section.
index 8de8a14a23cd7b08827c06954c600a34b608ef33..952ee6fa7865f249a4344a45eebbfc36a1edaff2 100644 (file)
@@ -1695,6 +1695,18 @@ for signatures, and @code{0} otherwise.
 This specifies if a sub key can be used for certifications.  It is
 representable as a number, and is @code{1} if the sub key can be used
 for certifications, and @code{0} otherwise.
+
+@item GPGME_ATTR_SERIAL
+The X.509 issuer serial attribute of the key.  It is representable as
+a string.
+
+@item GPGME_ATTR_ISSUE
+The X.509 issuer name attribute of the key.  It is representable as a
+string.
+
+@item GPGME_ATTR_CHAINID
+The X.509 chain ID can be used to build the certification chain.  It
+is representable as a string.
 @end table
 @end deftp
 
@@ -2232,7 +2244,7 @@ Return the fingerprint of the key used to create the signature.
 @item GPGME_ATTR_ERRTOK
 Return a token with a more detailed error description.  A @var{whatidx}
 of @code{0} returns an error token associated with validity calculation,
-a value of @code{1} return an error token related to the certifixate
+a value of @code{1} return an error token related to the certificate
 checking.
 
 @end table