diff options
author | Werner Koch <[email protected]> | 2002-06-20 12:13:44 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-20 12:13:44 +0000 |
commit | 45d99504f5d92ce06e517436aa95b78e9a5a1a79 (patch) | |
tree | c825d589bbc36c8aaca80f7d841449c966165b18 /doc/ChangeLog | |
parent | added some entries to DN normalization function (diff) | |
download | gpgme-45d99504f5d92ce06e517436aa95b78e9a5a1a79.tar.gz gpgme-45d99504f5d92ce06e517436aa95b78e9a5a1a79.zip |
* verify.c (calc_sig_summary): Set bad policy for wrong key usage.
(skip_token): New.
(_gpgme_verify_status_handler): Watch out for wrong key usage.
(gpgme_get_sig_string_attr): Hack to return info on the key
usage. Does now make use of the former RESERVED argument which
has been renamed to WHATIDX.
(gpgme_get_sig_ulong_attr): Renamed RESERVED to WHATIDX.
* gpgme.texi (Verify): Explain the new whatidx variable.
Diffstat (limited to '')
-rw-r--r-- | doc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 19a292c0..3c9cee8d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Werner Koch <[email protected]> + + * gpgme.texi (Verify): Explain the new whatidx variable. + 2002-06-10 Werner Koch <[email protected]> * gpgme.texi (Verify): Document attribute GPGME_ATTR_ERRTOK. |