diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 3 | ||||
-rw-r--r-- | doc/gpgme.texi | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e4071285..1525f8bf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2005-06-03 Marcus Brinkmann <[email protected]> + * gpgme.texi (Verify): Add information about new fields in + gpgme_signature_t. + * gpgme.texi (Decrypt): Add gpgme_recipient_t. 2005-05-28 Marcus Brinkmann <[email protected]> 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 |