GNUPG-1-9-BRANCH gnupg/sm (11 files)

cvs user werner cvs at cvs.gnupg.org
Tue Feb 17 16:05:05 CET 2004


    Date: Tuesday, February 17, 2004 @ 16:05:05
  Author: werner
    Path: /cvs/gnupg/gnupg/sm
     Tag: GNUPG-1-9-BRANCH

Modified: ChangeLog certchain.c certcheck.c certlist.c gpgsm.c gpgsm.h
          import.c keylist.c server.c sign.c verify.c

* 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.


-------------+
 ChangeLog   |   23 ++++
 certchain.c |  269 ++++++++++++++++++++++++++++++++++++++--------------------
 certcheck.c |    2 
 certlist.c  |    2 
 gpgsm.c     |   12 ++
 gpgsm.h     |   19 ++--
 import.c    |   20 +++-
 keylist.c   |  112 +++++++++++++++---------
 server.c    |    5 +
 sign.c      |    2 
 verify.c    |    2 
 11 files changed, 315 insertions(+), 153 deletions(-)



More information about the Gnupg-commits mailing list