aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-11 15:33:08 +0000
committerWerner Koch <[email protected]>2002-06-11 15:33:08 +0000
commit6b8917205149d90b69080aaa8a97b109b72041df (patch)
tree9dba0c8746f805d5aeff533ac3b727b82c2b4fa3 /doc/gpgme.texi
parentsupport for listing of external certs (untested) (diff)
downloadgpgme-6b8917205149d90b69080aaa8a97b109b72041df.tar.gz
gpgme-6b8917205149d90b69080aaa8a97b109b72041df.zip
* gpgme.h: Add GPGME_ATTR_SIG_SUMMARY and the GPGME_SIGSUM_
constants. * verify.c (calc_sig_summary): New. (gpgme_get_sig_ulong_attr): And use it here.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 6f64e454..9e6ee615 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -2217,16 +2217,17 @@ fingerprint of the key which signed the plaintext, or @code{NULL} if
no verification could be performed.
@end deftypefun
-@deftypefun {const char *} gpgme_get_sig_string_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{waht}}, @w{int @var{reserved}})
+@deftypefun {const char *} gpgme_get_sig_string_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{what}}, @w{int @var{reserved}})
This function is similar to @code{gpgme_get_sig_status} but may be used
to retrieve more detailed information. @var{ctx} should be the context
used for the last signature verification, @var{idx} is used to enumerate
over all signatures starting with @code{0} and @var{reserved} should be
@code{0} for now.
-The only attribute @var{what} currently supported is
+The attributes @var{what} currently supports are
@code{GPGME_ATTR_FPR} to return the fingerprint of the key used to
-create the signature.
+create the signature and @code{GPGME_ERRTOK} to return a token
+with a more detailed error description.
@end deftypefun
@deftypefun {const char *} gpgme_get_sig_ulong_attr (@w{GpgmeCtx @var{ctx}}, @w{int @var{idx}}, @w{GpgmeAttr @var{waht}}, @w{int @var{reserved}})