dirmngr/src (dirmngr.c dirmngr.h ldap.c ocsp.c server.c)

[email protected] Wed, 28 Apr 2004 11:00:54 +0200
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Wednesday, April 28, 2004 @ 11:00:54
  Author: werner
    Path: /cvs/aegypten/dirmngr/src

Modified: dirmngr.c dirmngr.h ldap.c ocsp.c server.c

* src/dirmngr.c: New option --ocsp-signer.
* src/dirmngr.h (opt): Renamed member OCSP_REPONDERS to
OCSP_RESPONDER and made ist a simple string. Add OCSP_SIGNER.
* src/ocsp.c (ocsp_isvalid): Changed it accordingly.
(ocsp_isvalid): Pass the ocsp_signer to check_signature.
(check_signature): New arg SIGNER_FPR.  Use it to retrieve the
certificate. Factored out common code to ..
(check_signature_core): .. New.


-----------+
 dirmngr.c |   13 ++---
 dirmngr.h |    6 +-
 ldap.c    |    7 ++-
 ocsp.c    |  135 ++++++++++++++++++++++++++++++++++++++++++------------------
 server.c  |   45 +++++++++++++++++++-
 5 files changed, 154 insertions(+), 52 deletions(-)