Modify apps to use NCONF code instead of old CONF code.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jun 2001 11:41:50 +0000 (11:41 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 28 Jun 2001 11:41:50 +0000 (11:41 +0000)
commitb7a26e6dafdbf97513e968a45757a4d4e9843ba2
treedbfa985f73c77ab5048d5514bd83e1711768a475
parentce16450a894b29ffda9e2a60bc62f89aa841d1ea
Modify apps to use NCONF code instead of old CONF code.

Add new extension functions which work with NCONF.

Tidy up extension config routines and remove redundant code.

Fix NCONF_get_number().

Todo: more testing of apps to see they still work...
12 files changed:
CHANGES
apps/apps.c
apps/apps.h
apps/ca.c
apps/openssl.c
apps/req.c
apps/spkac.c
apps/x509.c
crypto/conf/conf.h
crypto/conf/conf_lib.c
crypto/x509v3/v3_conf.c
crypto/x509v3/x509v3.h