Make the necessary changes to work with the recent "ex_data" overhaul.
authorGeoff Thorpe <geoff@openssl.org>
Sat, 1 Sep 2001 20:02:13 +0000 (20:02 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Sat, 1 Sep 2001 20:02:13 +0000 (20:02 +0000)
commit79aa04ef27f69a1149d4d0e72d2d2953b6241ef0
tree28eb317ea6bcd7f391cffe2fe694e92224ce1ff8
parent3a0799977bcb154d044828e96a25a01eb478de51
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.
30 files changed:
apps/Makefile.ssl
apps/apps.h
apps/crl.c
apps/pkcs12.c
apps/verify.c
apps/x509.c
crypto/asn1/x_x509.c
crypto/bio/bio_lib.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/dsa/dsatest.c
crypto/ec/ectest.c
crypto/engine/engine_list.c
crypto/ocsp/ocsp_vfy.c
crypto/pkcs7/pk7_doit.c
crypto/pkcs7/pk7_smime.c
crypto/rsa/rsa_lib.c
crypto/rsa/rsa_test.c
crypto/ui/ui_lib.c
crypto/x509/x509.h
crypto/x509/x509_err.c
crypto/x509/x509_lu.c
crypto/x509/x509_vfy.c
crypto/x509/x509_vfy.h
ssl/s3_both.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_sess.c
ssl/ssltest.c
util/libeay.num