summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-10-21 20:01:34 +0000
committerRichard Levitte <levitte@openssl.org>2000-10-21 20:01:34 +0000
commit567f17cfe0ffa862148e8fa729180e3c6bc28442 (patch)
treea5c507f02b52e304f58195b4a71496a0b505a450 /CHANGES
parent627ec355d8126b4dc564019bf09495aa1da301c7 (diff)
Document the change to NCONF.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c39eb584ff..e1a0fa427a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@
of two sections.
[Bernd Matthes <mainbug@celocom.de>, Steve Henson]
+ *) NCONF changes.
+ NCONF_get_number() has no error checking at all. As a replacement,
+ NCONF_get_number_e() is defined (_e for "error checking") and is
+ promoted strongly. The old NCONF_get_number is kept around for
+ binary backward compatibility.
+ Make it possible for methods to load from something other than a BIO,
+ by providing a function pointer that is given a name instead of a BIO.
+ For example, this could be used to load configuration data from an
+ LDAP server.
+ [Richard Levitte]
+
*) Fix typo in get_cert_by_subject() in by_dir.c
[Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>]