Config code updates.
authorDr. Stephen Henson <steve@openssl.org>
Fri, 22 Feb 2002 14:01:21 +0000 (14:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 22 Feb 2002 14:01:21 +0000 (14:01 +0000)
commit3647bee263ebfef8694f7df07498a17b03ad883d
tree8d424b9291b1bb64b2dfd5924797912593f7cad6
parente2aebccba1b7d5e02cfdb79d9bdce3d7f2b28dee
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.
35 files changed:
CHANGES
apps/apps.c
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/ecdsa.c
apps/ecdsaparam.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.h
crypto/conf/conf_mod.c