The OCSP response file is now set on the credentials and other additions.
commit946ea95e6f3ac2a9dad38d8f64eeee2956279a47
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 30 Sep 2012 14:22:33 +0000 (30 16:22 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 30 Sep 2012 14:31:19 +0000 (30 16:31 +0200)
treee8b994e9d57e429712c23e6fc4a414a0a455951e
parent0540e077a7cfaf961bb620b65f85ba13ae7b62e0
The OCSP response file is now set on the credentials and other additions.

Changed OCSP function prototypes for almost all status_request functions
to move the response file and callback to the certificate credentials structure.
Added gnutls_ocsp_resp_check_crt() to check whether a response corresponds
to a given certificate.
19 files changed:
NEWS
lib/auth/cert.h
lib/ext/status_request.c
lib/gnutls_cert.c
lib/gnutls_errors.c
lib/includes/gnutls/gnutls.h.in
lib/includes/gnutls/ocsp.h
lib/libgnutls.map
lib/x509/ocsp.c
src/cli-args.c
src/cli-args.def
src/cli-args.h
src/cli.c
src/ocsptool-common.c
src/ocsptool-common.h
src/serv-args.c
src/serv-args.def
src/serv-args.h
src/serv.c