diff options
| author | Marcus Brinkmann <[email protected]> | 2002-03-03 16:46:33 +0000 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2002-03-03 16:46:33 +0000 |
| commit | 7d0eebf41a7374a3dc66c9fc138e5470bea0af42 (patch) | |
| tree | 08039e8eeb6f2928f83de6e70ec0c91ca2f43f2c /tests/ChangeLog | |
| parent | 2002-03-03 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-7d0eebf41a7374a3dc66c9fc138e5470bea0af42.tar.gz gpgme-7d0eebf41a7374a3dc66c9fc138e5470bea0af42.zip | |
doc/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Verify): Document verification of normal and
cleartext signatures.
gpgme/
2002-03-03 Marcus Brinkmann <[email protected]>
* rungpg.c (_gpgme_gpg_op_verify): If TEXT is of mode
GPGME_DATA_MODE_IN, construct a command line that stores the
plaintext in TEXT.
* verify.c (gpgme_op_verify_start): Accept TEXT being
uninitialized, and in this case interpret SIG as a normal or
cleartext signature and TEXT as a return data object.
* engine-gpgsm.c (_gpgme_gpgsm_op_verify): Likewise.
tests/
2002-03-03 Marcus Brinkmann <[email protected]>
* gpg/t-verify.c (main): Add a few more sanity checks, and a check
for normal signatures.
Diffstat (limited to '')
| -rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 5eaf4713..0d62f7a0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-03-03 Marcus Brinkmann <[email protected]> + + * gpg/t-verify.c (main): Add a few more sanity checks, and a check + for normal signatures. + 2002-02-26 Marcus Brinkmann <[email protected]> * gpg/t-encrypt-sign.c: New file. |
