diff options
| author | Marcus Brinkmann <[email protected]> | 2002-03-06 02:40:25 +0100 |
|---|---|---|
| committer | Marcus Brinkmann <[email protected]> | 2002-03-06 02:40:25 +0100 |
| commit | 748aa18dc6ca9cb25e534fcf2028fb61fde98318 (patch) | |
| tree | 773bce7d68f48a235abad473663df6e02c8a65af /tests/ChangeLog | |
| parent | 2002-03-06 Marcus Brinkmann <[email protected]> (diff) | |
| download | gpgme-748aa18dc6ca9cb25e534fcf2028fb61fde98318.tar.gz gpgme-748aa18dc6ca9cb25e534fcf2028fb61fde98318.zip | |
doc/
2002-03-06 Marcus Brinkmann <[email protected]>
* gpgme.texi (Encrypting a Plaintext): Document symmetric
encryption.
gpgme/
2002-03-06 Marcus Brinkmann <[email protected]>
* encrypt.c (_gpgme_encrypt_sym_status_handler): New function.
(gpgme_op_encrypt_start): New variable SYMMETRIC, set it if RECP
is null, and if it is set, use _gpgme_encrypt_sym_status_handler
as status handler and run _gpgme_passphrase_start.
* rungpg.c (_gpgme_gpg_op_encrypt): If RECP is zero, do symmetric
encryption.
* engine-gpgsm.c (_gpgme_gpgsm_op_encrypt): If RECP is zero,
return error value.
* rungpg.c (_gpgme_gpg_op_verify): Add "--" argument.
tests/
2002-03-06 Marcus Brinkmann <[email protected]>
* gpg/t-encrypt-sym.c: New file.
* gpg/Makefile.am (TESTS): Add t-encrypt-sym.
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 83544c74..6cee9803 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Marcus Brinkmann <[email protected]> + + * gpg/t-encrypt-sym.c: New file. + * gpg/Makefile.am (TESTS): Add t-encrypt-sym. + 2002-03-05 Marcus Brinkmann <[email protected]> * gpg/Makefile.am (CLEANFILES): Remove random_seed, which is now |
