openssl/crypto/ocsp
Geoff Thorpe 79aa04ef27 Make the necessary changes to work with the recent "ex_data" overhaul.
See the commit log message for that for more information.

NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
(initialisation by "memset" won't/can't/doesn't work). This fixes that but
requires that X509_STORE_CTX_init() be able to handle errors - so its
prototype has been changed to return 'int' rather than 'void'. All uses of
that function throughout the source code have been tracked down and
adjusted.
2001-09-01 20:02:13 +00:00
..
.cvsignore
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
ocsp_asn.c Get rid of ASN1_ITEM_FUNCTIONS dummy function 2001-02-23 12:47:06 +00:00
ocsp_cl.c New function and options to check OCSP response validity. 2001-02-24 13:50:06 +00:00
ocsp_err.c Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +00:00
ocsp_ext.c
ocsp_ht.c
ocsp_lib.c Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +00:00
ocsp_prn.c
ocsp_srv.c Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +00:00
ocsp_vfy.c Make the necessary changes to work with the recent "ex_data" overhaul. 2001-09-01 20:02:13 +00:00
ocsp.h Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +00:00