Config code updates.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 22 Feb 2002 13:58:15 +0000 (13:58 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 22 Feb 2002 13:58:15 +0000 (13:58 +0000)
commit0cd8572b2d83fa0b9121a74dc6fa857c73ef6064
tree1bb059273cb4236a149ec63a1044927897045545
parent7c2831ac902fc3367978528a6d3a539e12475950
Config code updates.

CONF_modules_unload() now calls CONF_modules_finish()
automatically.

Default use of section openssl_conf moved to
CONF_modules_load()

Load config file in several openssl utilities.

Most utilities now load modules from the config file,
though in a few (such as version) this isn't done
because it couldn't be used for anything.

In the case of ca and req the config file used is
the same as the utility itself: that is the -config
command line option can be used to specify an
alternative file.
31 files changed:
CHANGES
apps/apps.h
apps/asn1pars.c
apps/ca.c
apps/crl.c
apps/dgst.c
apps/dh.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/enc.c
apps/engine.c
apps/gendh.c
apps/gendsa.c
apps/genrsa.c
apps/ocsp.c
apps/passwd.c
apps/pkcs12.c
apps/pkcs8.c
apps/rand.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/verify.c
apps/x509.c
crypto/conf/conf_mod.c