Richard Levitte d86b6915be I've always wanted to make the CONF library more adaptable. Here's
the result.

I have retained the old behavior of the CONF_* functions, and have
added a more "object oriented" interface through NCONF_* functions
(New CONF, you see :-)), working the same way as, for example, the
BIO interface.  Really, the CONF_* are rewritten so they use the
NCONF_* functions internally.

In addition to that, I've split the old conf.c code into two files,
conf_def.c and conf_api.c.  conf_def.c contains the default config
object that reads a configuration file the standard OpenSSL way, as
well as configuration file with Win32 registry file syntax (I'm not
sure I got that one right).  conf_api.c provides an API to build other
configuration file readers around (can you see a configuraion file in
XML?  I can :-)).

Finally, I've changed the name conf_lcl.h to conf_def.h, since it's
made specifically for that "class" and none others.
2000-04-09 12:04:35 +00:00
..
2000-03-22 13:50:23 +00:00
2000-03-17 10:02:16 +00:00
2000-03-27 00:53:27 +00:00
2000-02-03 23:23:24 +00:00
2000-02-03 18:22:01 +00:00
2000-03-12 12:49:45 +00:00
2000-03-22 13:50:23 +00:00
2000-02-03 23:23:24 +00:00
2000-03-14 03:29:57 +00:00
2000-03-25 21:17:51 +00:00
2000-02-01 02:21:16 +00:00
2000-01-23 23:41:49 +00:00
2000-02-16 12:09:17 +00:00
2000-03-18 15:18:27 +00:00
1999-05-13 13:29:41 +00:00