diff options
author | Werner Koch <[email protected]> | 2013-05-22 14:30:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-05-22 14:31:51 +0000 |
commit | 567e6481d767af60390d649897b897a8b0e7e9a5 (patch) | |
tree | 4ebe710383116afcad1f84e9f974760ffb481243 /NEWS | |
parent | gpgme-tool: Allow for symmetric encryption. (diff) | |
download | gpgme-567e6481d767af60390d649897b897a8b0e7e9a5.tar.gz gpgme-567e6481d767af60390d649897b897a8b0e7e9a5.zip |
Allow symmetric encryption with gpgme_op_encrypt_sign.
* src/encrypt-sign.c (encrypt_sym_status_handler): New.
(encrypt_sign_start): Handle recp == NULL case.
* src/engine-gpg.c (gpg_encrypt_sign): Implement symmetric encryption.
* tests/gpg/t-encrypt-sign.c (main): Add a test case for this.
--
Co-authored-by: Kyle L. Huff <[email protected]>
GnuPG-bug-id: 1440
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ Noteworthy changes in version 1.4.2 (unreleased) ------------------------------------------------ + * Allow symmetric encryption with gpgme_op_encrypt_sign. + * Interface changes relative to the 1.4.1 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_off_t NEW. |