gnupg/sm
Werner Koch 45a817bf4a * gpgsm.c: New option --with-md5-fingerprint.
* keylist.c (list_cert_std): Print MD5 fpr.

* gpgsm.c: New options --with-validation.
* server.c (option_handler): New option "with-validation".
* keylist.c (list_cert_std, list_internal_keys): New args CTRL and
WITH_VALIDATION. Changed callers to set it.
(list_external_cb, list_external_keys): Pass CTRL to the callback.
(list_cert_colon): Add arg CTRL.  Check validation if requested.
* certchain.c (unknown_criticals, allowed_ca, check_cert_policy)
(gpgsm_validate_chain): New args LISTMODE and FP.
(do_list): New helper for info output.
(find_up): New arg FIND_NEXT.
(gpgsm_validate_chain): After a bad signature try again with other
CA certificates.

* import.c (print_imported_status): New arg NEW_CERT. Print
additional STATUS_IMPORT_OK becuase that is what gpgme expects.
(check_and_store): Always call above function after import.
* server.c (get_status_string): Added STATUS_IMPORT_OK.
2004-02-17 15:05:04 +00:00
..
ChangeLog * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
Makefile.am * Makefile.am (AM_CPPFLAGS): Pass directory constants via -D; this 2004-02-12 09:29:42 +00:00
base64.c * encrypt.c (init_dek): Check for too weak algorithms. 2004-02-13 12:40:23 +00:00
call-agent.c * certcheck.c (gpgsm_create_cms_signature): Format a description 2004-02-13 17:06:50 +00:00
call-dirmngr.c Replaced deprecated type names. 2003-12-17 12:28:24 +00:00
certchain.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
certcheck.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
certdump.c * certcheck.c (gpgsm_create_cms_signature): Format a description 2004-02-13 17:06:50 +00:00
certlist.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
certreqgen.c * certcheck.c (gpgsm_create_cms_signature): Format a description 2004-02-13 17:06:50 +00:00
decrypt.c * certcheck.c (gpgsm_create_cms_signature): Format a description 2004-02-13 17:06:50 +00:00
delete.c * keybox.h (keybox_flag_t): New. 2004-02-02 17:09:35 +00:00
encrypt.c * encrypt.c (init_dek): Check for too weak algorithms. 2004-02-13 12:40:23 +00:00
export.c Replaced deprecated type names. 2003-12-17 12:28:24 +00:00
fingerprint.c Replaced deprecated type names. 2003-12-17 12:28:24 +00:00
gpgsm.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
gpgsm.h * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
import.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
keydb.c * keybox.h (keybox_flag_t): New. 2004-02-02 17:09:35 +00:00
keydb.h * keybox.h (keybox_flag_t): New. 2004-02-02 17:09:35 +00:00
keylist.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
misc.c Mainly changes to adjust for the changed KSBA API. 2003-11-12 15:17:44 +00:00
server.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
sign.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00
verify.c * gpgsm.c: New option --with-md5-fingerprint. 2004-02-17 15:05:04 +00:00