aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-07-25 15:50:46 +0000
committerMarcus Brinkmann <[email protected]>2002-07-25 15:50:46 +0000
commitfd6d91581b39b2a458280b5ddf5ef1c0acc76a4c (patch)
treea7355c6b9ae47f519437718f92fa8687a9b39871
parent2002-07-25 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-fd6d91581b39b2a458280b5ddf5ef1c0acc76a4c.tar.gz
gpgme-fd6d91581b39b2a458280b5ddf5ef1c0acc76a4c.zip
2002-07-25 Marcus Brinkmann <[email protected]>
* gpgme.texi (Information About Keys): Document (badly) the new key attributes.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/gpgme.texi14
2 files changed, 18 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b87ace34..32132f18 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-25 Marcus Brinkmann <[email protected]>
+
+ * gpgme.texi (Information About Keys): Document (badly) the new
+ key attributes.
+
2002-07-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Run Control): Update this section.
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 8de8a14a..952ee6fa 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -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