summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-11-20 13:26:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-11-20 13:26:57 +0000
commitfeef17fd8828d37b80c6fdbdb2614937a93654e4 (patch)
treef348d6df1f0bfd566f6142779ac159e54cb933b0 /CHANGES
parent817f0111918ded5d4ec5cef7a7e3966a188a05f6 (diff)
Update from HEAD.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index acd99f7ad0..19ffb2bbdb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
+ *) Several fixes and enhancements to the OID generation code. The old code
+ sometimes allowed invalid OIDs (1.X for X >= 40 for example), couldn't
+ handle numbers larger than ULONG_MAX, truncated printing and had a
+ non standard OBJ_obj2txt() behaviour.
+ [Steve Henson]
+
*) Add support for building of engines under engine/ as shared libraries
under VC++ build system.
[Steve Henson]