aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-06-03 19:41:56 +0000
committerMarcus Brinkmann <[email protected]>2005-06-03 19:41:56 +0000
commitfcddcb674e98257197fa2ef67efc64e48f8a3edd (patch)
tree1bafbe16b7b330399b8f4f141710edf85368ae90 /doc/gpgme.texi
parent2005-06-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-fcddcb674e98257197fa2ef67efc64e48f8a3edd.tar.gz
gpgme-fcddcb674e98257197fa2ef67efc64e48f8a3edd.zip
doc/
2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Verify): Add information about new fields in gpgme_signature_t. gpgme/ 2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.h (struct _gpgme_signature): New members pubkey_algo and hash_algo. * verify.c (parse_valid_sig): Parse pubkey and hash algo numbers. (parse_new_sig): Parse pubkey, hash algo and timestamp for ERRSIG.
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 92289c2e..d5c14de4 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3861,6 +3861,11 @@ The validity of the signature.
@item gpgme_error_t validity_reason
If a signature is not valid, this provides a reason why.
+@item gpgme_pubkey_algo_t
+The public key algorithm used to create this signature.
+
+@item gpgme_hash_algo_t
+The hash algorithm used to create this signature.
@end table
@end deftp