summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-11-20 13:07:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-11-20 13:07:47 +0000
commit452ae49db5444f61fd643507fe71e4ac41ecfb1c (patch)
tree675545ea2056602925e6feccf4639183eb007303 /CHANGES
parent8c5c5b651725916cd690f7fabf04c4f7bfe4afbb (diff)
Extensive OID code enhancement and fixes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d5c02ee72b..33b98a418a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -73,6 +73,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]