diff options
author | Werner Koch <[email protected]> | 2003-12-17 17:12:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-17 17:12:14 +0000 |
commit | 711c4853d63a9eb4bacac3f540dfcbb71fba2a51 (patch) | |
tree | 7924976f43ba3c14386093b85425c21f9e56b86f /NEWS | |
parent | Requires now libassuan 0.6.2. (diff) | |
download | gnupg-711c4853d63a9eb4bacac3f540dfcbb71fba2a51.tar.gz gnupg-711c4853d63a9eb4bacac3f540dfcbb71fba2a51.zip |
* server.c (gpgsm_server): Add arg DEFAULT_RECPLIST.
(cmd_encrypt): Add all enrypt-to marked certs to the list.
* encrypt.c (gpgsm_encrypt): Check that real recipients are
available.
* gpgsm.c (main): Make the --encrypt-to and --no-encrypt-to
options work. Pass the list of recients to gpgsm_server.
* gpgsm.h (certlist_s): Add field IS_ENCRYPT_TO.
(opt): Add NO_ENCRYPT_TO.
* certlist.c (gpgsm_add_to_certlist): New arg IS_ENCRYPT_TO.
Changed all callers and ignore duplicate entries.
(is_cert_in_certlist): New.
(gpgsm_add_cert_to_certlist): New.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,8 @@ Noteworthy changes in version 1.9.3 (unreleased) ------------------------------------------------ - * New options --{enable,disable}-ocsp to validate keys using OCSP - This requires a not yet released DirMngr 0.5.1. Default is + * New gpgsm options --{enable,disable}-ocsp to validate keys using + OCSP. This requires a not yet released DirMngr 0.5.1. Default is disabled. * The --log-file option may now be used to print logs to a socket. @@ -10,6 +10,11 @@ Noteworthy changes in version 1.9.3 (unreleased) not work on all systems and falls back to stderr if there is a problem with the socket. + * The options --encrypt-to and --no-encrypt-to now work the same in + gpgsm as in gpg. Note, they are also used in server mode. + + * Duplicated recipients are now silently removed in gpgsm. + Noteworthy changes in version 1.9.2 (2003-11-17) ------------------------------------------------ |