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 ignore 2000-11-14 19:18:31 +00:00
Makefile.ssl Start to reduce some of the header bloat. 2001-08-05 18:02:16 +00:00
ocsp.h Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +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 Use sk_*_new_null() instead of sk_*_new(NULL). That avoids getting 2001-02-20 13:06:10 +00:00
ocsp_ht.c isspace must be used only on *unsigned* chars 2001-01-12 14:45:12 +00:00
ocsp_lib.c Enhance OCSP_request_verify() so it finds the signers certificate 2001-02-26 14:17:58 +00:00
ocsp_prn.c Additional functionality in ocsp utility: print summary 2001-01-19 01:32:23 +00:00
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