dshaw committed to gnupg/g10
cvs@cvs.gnupg.org
cvs@cvs.gnupg.org
Thu, 06 Jun 2002 22:59:21 +0200
Date: Thursday June 6, 2002 @ 22:59
Author: dshaw
Update of /cvs/gnupg/gnupg/g10
In directory trithemius:/tmp/cvs-serv23201
Modified Files:
Tag: STABLE-BRANCH-1-0
ChangeLog exec.c g10.c keygen.c main.h options.h pkclist.c
Log Message:
* main.h, g10.c (main), keygen.c (build_personal_digest_list): Put in a
default digest preference list consisting of SHA-1, followed by every
other installed digest except MD5. Note this is the same as having no
digest preference at all except for SHA-1 being favored.
* options.h, g10.c (main), keygen.c (keygen_set_std_prefs), pkclist.c
(select_algo_from_prefs): Split --personal-preference-list into three:
--personal-{cipher|digest|compress}-preferences. This allows a user to
set one without affecting another (i.e. setting only a digest pref doesn't
imply an empty cipher pref).
* exec.c (exec_read): This is a safer way of guessing the return value of
system(). Noted by Stefan Bellon.
File: ChangeLog Status: Up-to-date
File: exec.c Status: Up-to-date
File: g10.c Status: Up-to-date
File: keygen.c Status: Up-to-date
File: main.h Status: Up-to-date
File: options.h Status: Up-to-date
File: pkclist.c Status: Up-to-date