From 711c4853d63a9eb4bacac3f540dfcbb71fba2a51 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 17 Dec 2003 17:12:14 +0000 Subject: * 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. --- NEWS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index ce966b751..8a381ead2 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------------------------------ -- cgit v1.2.3