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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,10 @@ the ciphertext is not usable for all requested recipients. Information about invalid recipients is available with gpgme_get_op_info. + * gpgme_op_verify now allows to pass an uninitialized data object as + its plaintext argument to check for normal and cleartext + signatures. The plaintext is then returned in the data object. + * New interfaces gpgme_set_include_certs and gpgme_get_include_certs to set and get the number of certifications to include in S/MIME signed messages. @@ -18,6 +22,7 @@ * Interface changes relative to the 0.3.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_op_encrypt CHANGED: Can fail with GPGME_Invalid_Recipients +gpgme_op_verify EXTENDED: Accepts uninitialized text argument gpgme_set_include_certs NEW gpgme_get_include_certs NEW gpgme_op_encrypt_sign NEW |